QuickConnect can be launched directly from the main application onCreate() so it uses the host application to launch the QuickConnect activity directly. So it is unnecessary to check for null of the current activity.
QuickConnect action button alignment needs to be centered vertically to prevent the buttons being at different levels.
Restrict the height of the adobe logo image to ensure that it is not very large in smaller screens
Related Issue
Motivation and Context
QuickConnect can be launched directly from the main application onCreate() so it uses the host application to launch the QuickConnect activity directly. So it is unnecessary to check for null of the current activity.
QuickConnect action button alignment needs to be centered vertically to prevent the buttons being at different levels.
Restrict the height of the adobe logo image to ensure that it is not very large in smaller screens
How Has This Been Tested?
Manually verify alignment of buttons
Manually verify launching QuickConnect from application.onCreate().
Screenshots (if appropriate):
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
onCreate()
so it uses the host application to launch the QuickConnect activity directly. So it is unnecessary to check for null of the current activity.Related Issue
Motivation and Context
onCreate()
so it uses the host application to launch the QuickConnect activity directly. So it is unnecessary to check for null of the current activity.How Has This Been Tested?
application.onCreate()
.Screenshots (if appropriate):
Types of changes
Checklist: