public class SupportedFormatsActivity
extends AppCompatActivity
The Supported Formats Screen shows information about the document formats supported by the Gini Vision Library.
This Activity is launched by the HelpActivity
for both Screen and Component APIs.
The contents of this screen are modified according to the features you configured with the GiniVisionFeatureConfiguration
.
Customizing the look of the File Import Screen is done via overriding of app resources.
The following items are customizable:
gv_supported_formats_activity_background
.
GiniVisionTheme.Help.SupportedFormats.Item.Header.TextStyle
GiniVisionTheme.Help.SupportedFormats.Item.TextStyle
gv_supported_formats_item_background
gv_supported_formats_item_supported_icon_background
gv_supported_formats_item_supported_icon_foreground
gv_supported_formats_item_unsupported_icon_background
gv_supported_formats_item_unsupported_icon_foreground
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_supported_formats
gv_action_bar_title
gv_action_bar_back
Constructor and Description |
---|
SupportedFormatsActivity() |
Modifier and Type | Method and Description |
---|---|
boolean |
onOptionsItemSelected(MenuItem item) |