public class PhotoTipsActivity
extends AppCompatActivity
On the Photo Tips Screen users can get information about how to take better pictures.
This Activity is launched by the HelpActivity
for both Screen and Component APIs.
Customizing the look of the Photo Tips Screen is done via overriding of app resources.
The following items are customizable:
gv_photo_tips_activity_background
.
GiniVisionTheme.Help.PhotoTips.Header.TextStyle
GiniVisionTheme.Help.PhotoTips.Tip.TextStyle
gv_photo_tip_lighting.png
gv_photo_tip_flat.png
gv_photo_tip_parallel.png
gv_photo_tip_align.png
gv_photo_tips_button
gv_photo_tips_button_text
Important: All overriden styles must have their respective Root.
prefixed style as their parent. Ex.: the parent of GiniVisionTheme.Onboarding.Message.TextStyle
must be Root.GiniVisionTheme.Onboarding.Message.TextStyle
.
Customizing the Action Bar is done via overriding of app resources and each one - except the
title string resource - is global to all Activities (CameraActivity
, NoResultsActivity
, HelpActivity
, ReviewActivity
, AnalysisActivity
).
The following items are customizable:
gv_action_bar
(highly recommended
for Android 5+: customize the status bar color via gv_status_bar
)
gv_title_photo_tips
gv_action_bar_title
gv_action_bar_back
Constructor and Description |
---|
PhotoTipsActivity() |
Modifier and Type | Method and Description |
---|---|
boolean |
onOptionsItemSelected(MenuItem item) |