diff --git a/doc/javadoc/allclasses-frame.html b/doc/javadoc/allclasses-frame.html new file mode 100644 index 0000000..0b5f9c3 --- /dev/null +++ b/doc/javadoc/allclasses-frame.html @@ -0,0 +1,54 @@ + + + +
+ +Modifier and Type | +Constant Field | +Value | +
---|---|---|
+
+public static final java.lang.String |
+APPLICATION_ID |
+"de.mrapp.android.preference.activity" |
+
+
+public static final java.lang.String |
+BUILD_TYPE |
+"debug" |
+
+
+public static final java.lang.String |
+FLAVOR |
+"" |
+
+
+public static final int |
+VERSION_CODE |
+56 |
+
+
+public static final java.lang.String |
+VERSION_NAME |
+"5.1.0" |
+
Modifier and Type | +Constant Field | +Value | +
---|---|---|
+
+public static final java.lang.String |
+EXTRA_BACK_BUTTON_TEXT |
+"extra_prefs_set_back_text" |
+
+
+public static final java.lang.String |
+EXTRA_FINISH_BUTTON_TEXT |
+"extra_prefs_set_finish_text" |
+
+
+public static final java.lang.String |
+EXTRA_HIDE_NAVIGATION |
+":android:no_headers" |
+
+
+public static final java.lang.String |
+EXTRA_NEXT_BUTTON_TEXT |
+"extra_prefs_set_next_text" |
+
+
+public static final java.lang.String |
+EXTRA_NO_BREAD_CRUMBS |
+":extra_prefs_no_bread_crumbs" |
+
+
+public static final java.lang.String |
+EXTRA_PROGRESS_FORMAT |
+"extra_prefs_progress_format" |
+
+
+public static final java.lang.String |
+EXTRA_SHOW_BUTTON_BAR |
+"extra_prefs_show_button_bar" |
+
+
+public static final java.lang.String |
+EXTRA_SHOW_FRAGMENT |
+":android:show_fragment" |
+
+
+public static final java.lang.String |
+EXTRA_SHOW_FRAGMENT_ARGUMENTS |
+":android:show_fragment_args" |
+
+
+public static final java.lang.String |
+EXTRA_SHOW_FRAGMENT_TITLE |
+":android:show_fragment_title" |
+
+
+public static final java.lang.String |
+EXTRA_SHOW_PROGRESS |
+"extra_prefs_show_progress" |
+
Modifier and Type | +Constant Field | +Value | +
---|---|---|
+
+public static final java.lang.String |
+EXTRA_RESTORE_DEFAULTS_BUTTON_TEXT |
+"extra_prefs_restore_defaults_button_text" |
+
+
+public static final java.lang.String |
+EXTRA_SHOW_RESTORE_DEFAULTS_BUTTON |
+"extra_prefs_show_restore_defaults_button" |
+
public final class BuildConfig
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static java.lang.String |
+APPLICATION_ID |
+
static java.lang.String |
+BUILD_TYPE |
+
static boolean |
+DEBUG |
+
static java.lang.String |
+FLAVOR |
+
static int |
+VERSION_CODE |
+
static java.lang.String |
+VERSION_NAME |
+
Constructor and Description | +
---|
BuildConfig() |
+
public static final boolean DEBUG+
public static final java.lang.String APPLICATION_ID+
public static final java.lang.String BUILD_TYPE+
public static final java.lang.String FLAVOR+
public static final int VERSION_CODE+
public static final java.lang.String VERSION_NAME+
public interface NavigationListener
+NavigationPreference
s are
+ added or removed to/from a PreferenceActivity
, must implement.Modifier and Type | +Method and Description | +
---|---|
void |
+onNavigationPreferenceAdded(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference has been added.
+ |
+
void |
+onNavigationPreferenceRemoved(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference has been removed.
+ |
+
void onNavigationPreferenceAdded(@NonNull + NavigationPreference navigationPreference)+
navigationPreference
- The navigation preference, which has been added, as an instance of the class NavigationPreference
. The navigation preference may not be nullvoid onNavigationPreferenceRemoved(@NonNull + NavigationPreference navigationPreference)+
navigationPreference
- The navigation preference, which has been removed, as an instance of the class NavigationPreference
. The navigation preference may not be nullpublic static interface NavigationPreference.Callback
+Modifier and Type | +Method and Description | +
---|---|
void |
+onShowFragment(NavigationPreference navigationPreference)
+The method, which is invoked, when the fragment, which is associated with a specific
+ navigation preference, should be shown.
+ |
+
void onShowFragment(@NonNull + NavigationPreference navigationPreference)+
navigationPreference
- The navigation preference, whose fragment should be shown, as an instance of the
+ class NavigationPreference
. The navigation preference may not be nullpublic static class NavigationPreference.SavedState
+extends de.mrapp.android.util.view.AbstractSavedState
+NavigationPreference
.android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
Modifier and Type | +Field and Description | +
---|---|
static android.os.Parcelable.Creator<NavigationPreference.SavedState> |
+CREATOR
+A creator, which allows to create instances of the class
+NavigationPreference.SavedState from
+ parcels. |
+
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | +Method and Description | +
---|---|
void |
+writeToParcel(android.os.Parcel dest,
+ int flags) |
+
describeContents, getSuperState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final android.os.Parcelable.Creator<NavigationPreference.SavedState> CREATOR+
NavigationPreference.SavedState
from
+ parcels.public class NavigationPreference
+extends android.preference.Preference
+PreferenceActivity
when
+ clicked.Modifier and Type | +Class and Description | +
---|---|
static interface |
+NavigationPreference.Callback
+Defines the callback, a class, which should be notified, when the fragment, which is
+ associated with a navigation preference, should be shown, must implement.
+ |
+
static class |
+NavigationPreference.SavedState
+A data structure, which allows to save the internal state of a
+NavigationPreference . |
+
android.preference.Preference.BaseSavedState, android.preference.Preference.OnPreferenceChangeListener, android.preference.Preference.OnPreferenceClickListener
DEFAULT_ORDER
Constructor and Description | +
---|
NavigationPreference(android.content.Context context)
+Creates a new preference, which allows to show a preference screen within a
+PreferenceActivity when clicked. |
+
NavigationPreference(android.content.Context context,
+ android.util.AttributeSet attributeSet)
+Creates a new preference, which allows to show a preference screen within a
+PreferenceActivity when clicked. |
+
NavigationPreference(android.content.Context context,
+ android.util.AttributeSet attributeSet,
+ int defaultStyle)
+Creates a new preference, which allows to show a preference screen within a
+PreferenceActivity when clicked. |
+
NavigationPreference(android.content.Context context,
+ android.util.AttributeSet attributeSet,
+ int defaultStyle,
+ int defaultStyleResource)
+Creates a new preference, which allows to show a preference screen within a
+PreferenceActivity when clicked. |
+
Modifier and Type | +Method and Description | +
---|---|
java.lang.CharSequence |
+getBreadCrumbTitle()
+Returns the breadcrumb title, which is shown, when showing the fragment, which is
+ associated with the preference.
+ |
+
android.os.Bundle |
+getExtras()
+Returns the arguments, which are passed to the fragment, which is associated with the
+ preference.
+ |
+
java.lang.String |
+getFragment()
+Returns the fully classified class name of the fragment, which is associated with the
+ preference.
+ |
+
android.content.res.ColorStateList |
+getIconTintList()
+Returns the color state list, which is used to tint the preference's icon.
+ |
+
android.graphics.PorterDuff.Mode |
+getIconTintMode()
+Returns the mode, which is used to tint the preference's icon.
+ |
+
protected void |
+onRestoreInstanceState(android.os.Parcelable state) |
+
protected android.os.Parcelable |
+onSaveInstanceState() |
+
void |
+performClick()
+Performs a click on the preference.
+ |
+
void |
+setBreadCrumbTitle(java.lang.CharSequence breadCrumbTitle)
+Sets the breadcrumb title, which should be shown, when showing the fragment, which is
+ associated with the preference.
+ |
+
void |
+setBreadCrumbTitle(int resourceId)
+Sets the breadcrumb title, which should be shown, when showing the fragment, which is
+ associated with the preference.
+ |
+
void |
+setCallback(NavigationPreference.Callback callback)
+Sets the callback, which should be notified, when the fragment, which is associated with the
+ preference, should be shown.
+ |
+
void |
+setExtras(android.os.Bundle extras)
+Sets the argument, which should be passed to the fragment, which is associated with the
+ preference.
+ |
+
void |
+setFragment(java.lang.String fragment)
+Sets the fully classified class name of the fragment, which should be associated with the
+ preference.
+ |
+
void |
+setIcon(android.graphics.drawable.Drawable icon) |
+
void |
+setIconTint(int color)
+Sets the color, which should be used to tint the preference's icon.
+ |
+
void |
+setIconTintList(android.content.res.ColorStateList tintList)
+Sets the color state list, which should be used to tint the preference's icon.
+ |
+
void |
+setIconTintMode(android.graphics.PorterDuff.Mode tintMode)
+Sets the mode, which should be used to tint the preference's icon.
+ |
+
void |
+setOnPreferenceClickListener(android.preference.Preference.OnPreferenceClickListener listener) |
+
callChangeListener, compareTo, findPreferenceInHierarchy, getContext, getDependency, getEditor, getIcon, getIntent, getKey, getLayoutResource, getOnPreferenceChangeListener, getOnPreferenceClickListener, getOrder, getParent, getPersistedBoolean, getPersistedFloat, getPersistedInt, getPersistedLong, getPersistedString, getPersistedStringSet, getPreferenceDataStore, getPreferenceManager, getSharedPreferences, getShouldDisableView, getSummary, getTitle, getTitleRes, getView, getWidgetLayoutResource, hasKey, isEnabled, isIconSpaceReserved, isPersistent, isRecycleEnabled, isSelectable, isSingleLineTitle, notifyChanged, notifyDependencyChange, notifyHierarchyChanged, onAttachedToActivity, onAttachedToHierarchy, onBindView, onClick, onCreateView, onDependencyChanged, onGetDefaultValue, onParentChanged, onPrepareForRemoval, onSetInitialValue, peekExtras, persistBoolean, persistFloat, persistInt, persistLong, persistString, persistStringSet, restoreHierarchyState, saveHierarchyState, setDefaultValue, setDependency, setEnabled, setIcon, setIconSpaceReserved, setIntent, setKey, setLayoutResource, setOnPreferenceChangeListener, setOrder, setPersistent, setPreferenceDataStore, setRecycleEnabled, setSelectable, setShouldDisableView, setSingleLineTitle, setSummary, setSummary, setTitle, setTitle, setWidgetLayoutResource, shouldCommit, shouldDisableDependents, shouldPersist, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NavigationPreference(@NonNull + android.content.Context context)+
PreferenceActivity
when clicked.context
- The context, which should be used by the preference, as an instance of the class
+ Context
. The context may not be nullpublic NavigationPreference(@NonNull + android.content.Context context, + @Nullable + android.util.AttributeSet attributeSet)+
PreferenceActivity
when clicked.context
- The context, which should be used by the preference, as an instance of the class
+ Context
. The context may not be nullattributeSet
- The attributes of the XML tag that is inflating the preference, as an instance of the
+ type AttributeSet
or null, if no attributes are availablepublic NavigationPreference(@NonNull + android.content.Context context, + @Nullable + android.util.AttributeSet attributeSet, + @AttrRes + int defaultStyle)+
PreferenceActivity
when clicked.context
- The context, which should be used by the preference, as an instance of the class
+ Context
. The context may not be nullattributeSet
- The attributes of the XML tag that is inflating the preference, as an instance of the
+ type AttributeSet
or null, if no attributes are availabledefaultStyle
- The default style to apply to this preference. If 0, no style will be applied (beyond
+ what is included in the theme). This may either be an attribute resource, whose value
+ will be retrieved from the current theme, or an explicit style resourcepublic NavigationPreference(@NonNull + android.content.Context context, + @Nullable + android.util.AttributeSet attributeSet, + @AttrRes + int defaultStyle, + @StyleRes + int defaultStyleResource)+
PreferenceActivity
when clicked.context
- The context, which should be used by the preference, as an instance of the class
+ Context
. The context may not be nullattributeSet
- The attributes of the XML tag that is inflating the preference, as an instance of the
+ type AttributeSet
or null, if no attributes are availabledefaultStyle
- The default style to apply to this preference. If 0, no style will be applied (beyond
+ what is included in the theme). This may either be an attribute resource, whose value
+ will be retrieved from the current theme, or an explicit style resourcedefaultStyleResource
- A resource identifier of a style resource that supplies default values for the
+ preference, used only if the default style is 0 or can not be found in the theme. Can
+ be 0 to not look for defaultspublic final void setCallback(@Nullable + NavigationPreference.Callback callback)+
callback
- The callback, which should be set, as an instance of the type NavigationPreference.Callback
or
+ null, if no callback should be notifiedpublic final void performClick()+
@Nullable +public final java.lang.CharSequence getBreadCrumbTitle()+
CharSequence
or null, if no
+ breadcrumb title is availablepublic final void setBreadCrumbTitle(@StringRes + int resourceId)+
resourceId
- The resource id of the breadcrumb title, which should be set, as an Integer
+ value. The resource id must correspond to a valid string resourcepublic final void setBreadCrumbTitle(@Nullable + java.lang.CharSequence breadCrumbTitle)+
breadCrumbTitle
- The breadcrumb title, which should be set, as an instance of the type CharSequence
or null, if no breadcrumb title should be set@Nullable +public final java.lang.String getFragment()+
getFragment
in class android.preference.Preference
String
or null, if no fragment is associated with the preferencepublic final void setFragment(@Nullable + java.lang.String fragment)+
setFragment
in class android.preference.Preference
fragment
- The fully classified class name of the fragment, which should be set, as a String
or null, if no fragment should be set@Nullable +public final android.os.Bundle getExtras()+
getExtras
in class android.preference.Preference
Bundle
or null, if no arguments are passed to
+ the fragmentpublic final void setExtras(@Nullable + android.os.Bundle extras)+
extras
- The arguments, which should be set, as an instance of the class Bundle
or
+ null, if no arguments should be passed to the fragmentpublic final android.content.res.ColorStateList getIconTintList()+
ColorStateList
or null, if no color state list has been setpublic final void setIconTint(int color)+
color
- The color, which should be set, as an Integer
valuepublic final void setIconTintList(@Nullable + android.content.res.ColorStateList tintList)+
tintList
- The color state list, which should be set, as an instance of the class ColorStateList
or null, if no color state list should be setpublic final android.graphics.PorterDuff.Mode getIconTintMode()+
PorterDuff.Mode
or null, if no mode has been setpublic final void setIconTintMode(@Nullable + android.graphics.PorterDuff.Mode tintMode)+
tintMode
- The mode, which should be set, as a value of the enum PorterDuff.Mode
or
+ null, if no mode should be setpublic final void setIcon(android.graphics.drawable.Drawable icon)+
setIcon
in class android.preference.Preference
public final void setOnPreferenceClickListener(@Nullable + android.preference.Preference.OnPreferenceClickListener listener)+
setOnPreferenceClickListener
in class android.preference.Preference
protected final android.os.Parcelable onSaveInstanceState()+
onSaveInstanceState
in class android.preference.Preference
protected final void onRestoreInstanceState(android.os.Parcelable state)+
onRestoreInstanceState
in class android.preference.Preference
public abstract class PreferenceActivity +extends android.support.v7.app.AppCompatActivity +implements NavigationFragment.Callback, NavigationPreferenceGroupAdapter.Callback+
NavigationPreference
. On devices with small screens, e.g. on smartphones, the navigation is
+ designed to use the whole available space and selecting an item causes the corresponding
+ preferences to be shown full screen as well. On devices with large screens, e.g. on tablets, the
+ navigation and the preferences of the currently selected item are shown using a split screen
+ layout. However, the full screen layout can optionally be used on tablets as well.android.support.v4.app.SupportActivity.ExtraData
Modifier and Type | +Field and Description | +
---|---|
static java.lang.String |
+EXTRA_BACK_BUTTON_TEXT
+When starting this activity and using
+EXTRA_SHOW_BUTTON_BAR , this extra can also
+ be specified to supply a custom text for the back button. |
+
static java.lang.String |
+EXTRA_FINISH_BUTTON_TEXT
+When starting this activity and using
+EXTRA_SHOW_BUTTON_BAR , this extra can also
+ be specified to supply a custom text for the back button when the last navigation preference
+ is selected. |
+
static java.lang.String |
+EXTRA_HIDE_NAVIGATION
+When starting this activity, the invoking intent can contain this extra boolean to specify
+ that the navigation should not be displayed.
+ |
+
static java.lang.String |
+EXTRA_NEXT_BUTTON_TEXT
+When starting this activity and using
+EXTRA_SHOW_BUTTON_BAR , this extra can also
+ be specified to supply a custom text for the next button. |
+
static java.lang.String |
+EXTRA_NO_BREAD_CRUMBS
+When starting this activity, the invoking intent can contain this extra boolean that the
+ toolbar, which is used to show the title of the currently selected navigation preference,
+ should not be displayed.
+ |
+
static java.lang.String |
+EXTRA_PROGRESS_FORMAT
+When starting this activity using
+EXTRA_SHOW_BUTTON_BAR and
+ EXTRA_SHOW_PROGRESS , this string extra can also be specified to supply a custom
+ format for showing the progress. |
+
static java.lang.String |
+EXTRA_SHOW_BUTTON_BAR
+When starting this activity, the invoking intent can contain this extra boolean to display
+ back and next buttons in order to use the activity as a wizard.
+ |
+
static java.lang.String |
+EXTRA_SHOW_FRAGMENT
+When starting this activity, the invoking intent can contain this extra string to specify
+ which fragment should be initially displayed.
+ |
+
static java.lang.String |
+EXTRA_SHOW_FRAGMENT_ARGUMENTS
+When starting this activity and using
+EXTRA_SHOW_FRAGMENT , this extra can also
+ be specified to supply a bundle of arguments to pass to that fragment when it is instantiated
+ during the initial creation of the activity. |
+
static java.lang.String |
+EXTRA_SHOW_FRAGMENT_TITLE
+When starting this activity and using
+EXTRA_SHOW_FRAGMENT , this extra can also
+ be specified to supply the title to be shown for that fragment. |
+
static java.lang.String |
+EXTRA_SHOW_PROGRESS
+When starting this activity using
+EXTRA_SHOW_BUTTON_BAR , this boolean extra can
+ also used to specify, whether the number of the currently shown wizard step and the number of
+ total steps should be shown as the bread crumb title. |
+
DEFAULT_KEYS_DIALER, DEFAULT_KEYS_DISABLE, DEFAULT_KEYS_SEARCH_GLOBAL, DEFAULT_KEYS_SEARCH_LOCAL, DEFAULT_KEYS_SHORTCUT, FOCUSED_STATE_SET, RESULT_CANCELED, RESULT_FIRST_USER, RESULT_OK
ACCESSIBILITY_SERVICE, ACCOUNT_SERVICE, ACTIVITY_SERVICE, ALARM_SERVICE, APP_OPS_SERVICE, APPWIDGET_SERVICE, AUDIO_SERVICE, BATTERY_SERVICE, BIND_ABOVE_CLIENT, BIND_ADJUST_WITH_ACTIVITY, BIND_ALLOW_OOM_MANAGEMENT, BIND_AUTO_CREATE, BIND_DEBUG_UNBIND, BIND_EXTERNAL_SERVICE, BIND_IMPORTANT, BIND_NOT_FOREGROUND, BIND_WAIVE_PRIORITY, BLUETOOTH_SERVICE, CAMERA_SERVICE, CAPTIONING_SERVICE, CARRIER_CONFIG_SERVICE, CLIPBOARD_SERVICE, COMPANION_DEVICE_SERVICE, CONNECTIVITY_SERVICE, CONSUMER_IR_SERVICE, CONTEXT_IGNORE_SECURITY, CONTEXT_INCLUDE_CODE, CONTEXT_RESTRICTED, DEVICE_POLICY_SERVICE, DISPLAY_SERVICE, DOWNLOAD_SERVICE, DROPBOX_SERVICE, FINGERPRINT_SERVICE, HARDWARE_PROPERTIES_SERVICE, INPUT_METHOD_SERVICE, INPUT_SERVICE, JOB_SCHEDULER_SERVICE, KEYGUARD_SERVICE, LAUNCHER_APPS_SERVICE, LAYOUT_INFLATER_SERVICE, LOCATION_SERVICE, MEDIA_PROJECTION_SERVICE, MEDIA_ROUTER_SERVICE, MEDIA_SESSION_SERVICE, MIDI_SERVICE, MODE_APPEND, MODE_ENABLE_WRITE_AHEAD_LOGGING, MODE_MULTI_PROCESS, MODE_NO_LOCALIZED_COLLATORS, MODE_PRIVATE, MODE_WORLD_READABLE, MODE_WORLD_WRITEABLE, NETWORK_STATS_SERVICE, NFC_SERVICE, NOTIFICATION_SERVICE, NSD_SERVICE, POWER_SERVICE, PRINT_SERVICE, RECEIVER_VISIBLE_TO_INSTANT_APPS, RESTRICTIONS_SERVICE, SEARCH_SERVICE, SENSOR_SERVICE, SHORTCUT_SERVICE, STORAGE_SERVICE, STORAGE_STATS_SERVICE, SYSTEM_HEALTH_SERVICE, TELECOM_SERVICE, TELEPHONY_SERVICE, TELEPHONY_SUBSCRIPTION_SERVICE, TEXT_CLASSIFICATION_SERVICE, TEXT_SERVICES_MANAGER_SERVICE, TV_INPUT_SERVICE, UI_MODE_SERVICE, USAGE_STATS_SERVICE, USB_SERVICE, USER_SERVICE, VIBRATOR_SERVICE, WALLPAPER_SERVICE, WIFI_AWARE_SERVICE, WIFI_P2P_SERVICE, WIFI_SERVICE, WINDOW_SERVICE
TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
Constructor and Description | +
---|
PreferenceActivity() |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+addNavigationListener(NavigationListener listener)
+Adds a new listener, which should be notified, when a navigation preference has been added or
+ removed to/from the activity.
+ |
+
void |
+addPreferenceFragmentListener(PreferenceFragmentListener listener)
+Adds a new listener, which should be notified, when the currently shown preference fragment
+ has been changed, to the activity.
+ |
+
void |
+addWizardListener(WizardListener listener)
+Adds a new listener, which should be notified, when the user navigates within the activity,
+ if it is used as a wizard.
+ |
+
java.util.List<NavigationPreference> |
+getAllNavigationPreferences()
+Returns a list, which contains all navigation preferences, which are contained by the
+ activity.
+ |
+
android.widget.Button |
+getBackButton()
+Returns the back button, which is shown when the activity is used as a wizard and the first
+ navigation preference is not selected.
+ |
+
java.lang.CharSequence |
+getBackButtonText()
+Returns the text of the back button, which is shown, when the activity is used as a wizard.
+ |
+
int |
+getBreadCrumbBackgroundColor()
+Returns the background color of the toolbar, which is used to show the bread crumb of the
+ currently selected navigation preference, when using the split screen layout.
+ |
+
int |
+getBreadCrumbElevation()
+Returns the elevation of the toolbar, which is used to show the bread crumb of the currently
+ selected navigation preference, when using the split screen layout.
+ |
+
android.support.v7.widget.Toolbar |
+getBreadCrumbToolbar()
+Returns the toolbar, which is used to show the bread crumb of the currently selected
+ navigation preference, when using the split screen layout.
+ |
+
android.view.ViewGroup |
+getButtonBar()
+Returns the button bar, which is shown when the activity is used as a wizard.
+ |
+
android.graphics.drawable.Drawable |
+getButtonBarBackground()
+Returns the background of the button bar, which is shown, when the activity is used as a
+ wizard.
+ |
+
int |
+getButtonBarElevation()
+Returns the elevation of the button bar, which is shown when using the activity as a wizard.
+ |
+
android.support.v7.widget.CardView |
+getCardView()
+Returns the card view, which contains the currently shown preference fragment, when using the
+ split screen layout.
+ |
+
int |
+getCardViewBackgroundColor()
+Returns the background color of the card view, which contains the currently shown preference
+ fragment, when using the split screen layout.
+ |
+
int |
+getCardViewElevation()
+Returns the elevation of the card view, which contains the currently shown preference
+ fragment, when using the split screen layout.
+ |
+
android.widget.Button |
+getFinishButton()
+Returns the finish button, which is shown when the activity is used as a wizard and the last
+ navigation preference is selected.
+ |
+
java.lang.CharSequence |
+getFinishButtonText()
+Returns the text of the finish button, which is shown, when the activity is used as a wizard
+ and the last navigation preference is currently selected.
+ |
+
android.widget.FrameLayout |
+getFrameLayout()
+Returns the frame layout, which contains the activity's views.
+ |
+
android.graphics.drawable.Drawable |
+getNavigationBackground()
+Returns the background of the navigation.
+ |
+
int |
+getNavigationDividerColor()
+Returns the color of the dividers, which are contained by the navigation.
+ |
+
android.preference.PreferenceFragment |
+getNavigationFragment()
+Returns the preference fragment, which contains the activity's navigation.
+ |
+
int |
+getNavigationPreferenceCount()
+Returns the number of navigation preferences, which are contained by the activity.
+ |
+
int |
+getNavigationSelectionColor()
+Returns the background color of the currently selected navigation preference.
+ |
+
android.support.v7.widget.Toolbar |
+getNavigationToolbar()
+Returns the toolbar, which is used to show the activity's title, when using the split screen
+ layout.
+ |
+
int |
+getNavigationWidth()
+Returns the width of the navigation, when using the split screen layout.
+ |
+
android.widget.Button |
+getNextButton()
+Returns the next button, which is shown when the activity is used as a wizard and the last
+ navigation preference is not selected.
+ |
+
java.lang.CharSequence |
+getNextButtonText()
+Returns the text of the next button, which is shown, when the activity is used as a wizard.
+ |
+
android.app.Fragment |
+getPreferenceFragment()
+Returns the currently shown preference fragment.
+ |
+
java.lang.String |
+getProgressFormat()
+Returns the string, which is used to format the progress, which is shown, when the activity
+ is used as a wizard.
+ |
+
NavigationPreference |
+getSelectedNavigationPreference()
+Returns the currently selected navigation preference.
+ |
+
int |
+getToolbarElevation()
+Returns the elevation of the activity's toolbar.
+ |
+
void |
+hideBreadCrumb(boolean hide)
+Sets, whether the toolbar, which is used to show the bread crumb of the currently selected
+ navigation preference, should be hidden, or not.
+ |
+
void |
+hideNavigation(boolean hideNavigation)
+Hides or shows the navigation.
+ |
+
boolean |
+isBreadCrumbHidden()
+Returns, whether the toolbar, which is used to show the bread crumb of the currently selected
+ navigation preference, is hidden, or not.
+ |
+
boolean |
+isButtonBarShown()
+Returns, whether the activity is used as a wizard, or not.
+ |
+
boolean |
+isNavigationHidden()
+Returns, whether the navigation is currently hidden, or not.
+ |
+
boolean |
+isNavigationIconOverridden()
+Returns, whether the behavior of the navigation icon of the activity's toolbar is overridden
+ in order to return to the navigation when a preference fragment is currently shown and the
+ split screen layout is used.
+ |
+
boolean |
+isNavigationPreferenceSelected()
+Returns, whether a navigation preference is currently selected, or not.
+ |
+
boolean |
+isPreferenceFragmentShown()
+Returns, whether a preference fragment is currently shown, or not.
+ |
+
boolean |
+isProgressShown()
+Returns, whether the progress is shown, if the activity is used as a wizard.
+ |
+
boolean |
+isSplitScreen()
+Returns, whether the split screen layout is used, or not.
+ |
+
void |
+onBackPressed() |
+
protected void |
+onCreate(android.os.Bundle savedInstanceState) |
+
protected void |
+onCreateNavigation(android.preference.PreferenceFragment fragment)
+The method, which is invoked on implementing subclasses, when the navigation is created.
+ |
+
void |
+onNavigationAdapterCreated()
+The method, which is invoked, when the adapter, which contains the navigation items, has
+ been created.
+ |
+
void |
+onNavigationFragmentCreated(android.preference.PreferenceFragment fragment)
+The method, which is invoked, when the navigation fragment has been attached to its
+ activity.
+ |
+
void |
+onNavigationPreferenceAdded(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference has been added.
+ |
+
void |
+onNavigationPreferenceRemoved(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference has been removed.
+ |
+
void |
+onNavigationPreferenceSelected(NavigationPreference navigationPreference,
+ android.os.Bundle arguments)
+The method, which is invoked, when a navigation preference has been selected.
+ |
+
void |
+onNavigationPreferenceUnselected()
+The method, which is invoked, when a navigation preference has been unselected.
+ |
+
boolean |
+onOptionsItemSelected(android.view.MenuItem item) |
+
protected void |
+onRestoreInstanceState(android.os.Bundle savedInstanceState) |
+
protected void |
+onSaveInstanceState(android.os.Bundle outState) |
+
boolean |
+onSelectNavigationPreference(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference is about to be selected.
+ |
+
void |
+overrideNavigationIcon(boolean overrideNavigationIcon)
+Sets, whether the behavior of the navigation icon of the activity's toolbar should be
+ overridden in order to return to the navigation when a preference screen is currently
+ shown and the split screen layout is used, or not.
+ |
+
void |
+removeNavigationListener(NavigationListener listener)
+Removes a specific listener, which should not be notified, when a navigation preference has
+ been added or removed to/from the activity, anymore.
+ |
+
void |
+removePreferenceFragmentListener(PreferenceFragmentListener listener)
+Removes a specific listener, which should not be notified, when the currently shown
+ preference fragment has been changed, anymore.
+ |
+
void |
+removeWizardListener(WizardListener listener)
+Removes a specific listener, which should not be notified, when the user navigates within the
+ activity, if it is used as a wizard.
+ |
+
void |
+selectNavigationPreference(NavigationPreference navigationPreference)
+Selects a specific navigation preference.
+ |
+
void |
+selectNavigationPreference(NavigationPreference navigationPreference,
+ android.os.Bundle arguments)
+Selects a specific navigation preference.
+ |
+
void |
+setBackButtonText(java.lang.CharSequence text)
+Sets the text of the back button, which is shown, when the activity is used as a wizard.
+ |
+
void |
+setBackButtonText(int resourceId)
+Sets the text of the back button, which is shown, when the activity is used as a wizard.
+ |
+
void |
+setBreadCrumbBackgroundColor(int color)
+Sets the background color of the toolbar, which is used to show the bread crumb of the
+ currently selected navigation preference, when using the split screen layout.
+ |
+
void |
+setBreadCrumbElevation(int elevation)
+Sets the elevation of the toolbar, which is used to show the bread crumb of the currently
+ selected navigation preference, when using the split screen layout.
+ |
+
void |
+setButtonBarBackground(android.graphics.drawable.Drawable background)
+Sets the background of the button bar, which is shown, when the activity is used as a wizard.
+ |
+
void |
+setButtonBarBackground(int resourceId)
+Sets the background of the button bar, which is shown, when the activity is used as a wizard.
+ |
+
void |
+setButtonBarBackgroundColor(int color)
+Sets the background of the button bar, which is shown, when the activity is used as a wizard.
+ |
+
void |
+setButtonBarElevation(int elevation)
+Sets the elevation of the button bar, which is shown when using the activity as a wizard.
+ |
+
void |
+setCardViewBackgroundColor(int color)
+Sets the background color of the card view, which contains the currently shown preference
+ fragment, when using the split screen layout.
+ |
+
void |
+setCardViewElevation(int elevation)
+Sets the elevation of the card view, which contains the currently shown prefernce fragment,
+ when using the split screen layout.
+ |
+
void |
+setFinishButtonText(java.lang.CharSequence text)
+Sets the text of the next button, which is shown, when the activity is used as a wizard and
+ the last navigation preference is currently selected.
+ |
+
void |
+setFinishButtonText(int resourceId)
+Sets the text of the next button, which is shown, when the activity is used as a wizard and
+ the last navigation preference is currently selected.
+ |
+
void |
+setNavigationBackground(android.graphics.drawable.Drawable background)
+Sets the background of the navigation.
+ |
+
void |
+setNavigationBackground(int resourceId)
+Sets the background of the navigation.
+ |
+
void |
+setNavigationBackgroundColor(int color)
+Sets the background color of the navigation.
+ |
+
void |
+setNavigationDividerColor(int color)
+Sets the color of the dividers, which are contained by the navigation.
+ |
+
void |
+setNavigationSelectionColor(int color)
+Sets the background color of the currently selected navigation preference.
+ |
+
void |
+setNavigationWidth(int width)
+Sets the width of the navigation, when using the split screen layout.
+ |
+
void |
+setNextButtonText(java.lang.CharSequence text)
+Sets the text of the next button, which is shown, when the activity is used as a wizard.
+ |
+
void |
+setNextButtonText(int resourceId)
+Sets the text of the next button, which is shown, when the activity is used as a wizard.
+ |
+
void |
+setProgressFormat(int resourceId)
+Sets the string, which should be used to format the progress, which is shown, when the
+ activity is used as a wizard.
+ |
+
void |
+setProgressFormat(java.lang.String progressFormat)
+Sets the string, which should be used to format the progress, which is shown, when the
+ activity is used as a wizard.
+ |
+
void |
+setTitle(java.lang.CharSequence title) |
+
void |
+setTitle(int resourceId) |
+
void |
+setToolbarElevation(int elevation)
+Sets the elevation of the activity's toolbar.
+ |
+
void |
+showButtonBar(boolean show)
+Shows or hides the view group, which contains the buttons, which are shown when the activity
+ is used as a wizard.
+ |
+
void |
+showProgress(boolean showProgress)
+Sets, whether the progress should be shown, when the activity is used as a wizard.
+ |
+
void |
+unselectNavigationPreference()
+Unselects the currently selected navigation preference and hides the associated fragment, if
+ the split screen layout is not used and the navigation is not hidden.
+ |
+
void |
+useSplitScreen(boolean useSplitScreen)
+Sets, whether the split screen layout should be used on tablets, or not.
+ |
+
addContentView, closeOptionsMenu, dispatchKeyEvent, findViewById, getDelegate, getDrawerToggleDelegate, getMenuInflater, getResources, getSupportActionBar, getSupportParentActivityIntent, invalidateOptionsMenu, onConfigurationChanged, onContentChanged, onCreateSupportNavigateUpTaskStack, onDestroy, onKeyDown, onMenuItemSelected, onMenuOpened, onPanelClosed, onPostCreate, onPostResume, onPrepareSupportNavigateUpTaskStack, onStart, onStop, onSupportActionModeFinished, onSupportActionModeStarted, onSupportContentChanged, onSupportNavigateUp, onTitleChanged, onWindowStartingSupportActionMode, openOptionsMenu, setContentView, setContentView, setContentView, setSupportActionBar, setSupportProgress, setSupportProgressBarIndeterminate, setSupportProgressBarIndeterminateVisibility, setSupportProgressBarVisibility, setTheme, startSupportActionMode, supportInvalidateOptionsMenu, supportNavigateUpTo, supportRequestWindowFeature, supportShouldUpRecreateTask
dump, getLastCustomNonConfigurationInstance, getLifecycle, getSupportFragmentManager, getSupportLoaderManager, onActivityResult, onAttachFragment, onCreatePanelMenu, onLowMemory, onMultiWindowModeChanged, onNewIntent, onPause, onPictureInPictureModeChanged, onPrepareOptionsPanel, onPreparePanel, onRequestPermissionsResult, onResume, onResumeFragments, onRetainCustomNonConfigurationInstance, onRetainNonConfigurationInstance, onStateNotSaved, setEnterSharedElementCallback, setExitSharedElementCallback, startActivityForResult, startActivityFromFragment, startActivityFromFragment, startIntentSenderFromFragment, supportFinishAfterTransition, supportPostponeEnterTransition, supportStartPostponedEnterTransition, validateRequestPermissionsRequestCode
getExtraData, putExtraData
attachBaseContext, closeContextMenu, createPendingResult, dismissDialog, dismissKeyboardShortcutsHelper, dispatchGenericMotionEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, enterPictureInPictureMode, enterPictureInPictureMode, finish, finishActivity, finishActivityFromChild, finishAffinity, finishAfterTransition, finishAndRemoveTask, finishFromChild, getActionBar, getApplication, getCallingActivity, getCallingPackage, getChangingConfigurations, getComponentName, getContentScene, getContentTransitionManager, getCurrentFocus, getFragmentManager, getIntent, getLastNonConfigurationInstance, getLayoutInflater, getLoaderManager, getLocalClassName, getMaxNumPictureInPictureActions, getMediaController, getParent, getParentActivityIntent, getPreferences, getReferrer, getRequestedOrientation, getSearchEvent, getSystemService, getTaskId, getTitle, getTitleColor, getVoiceInteractor, getVolumeControlStream, getWindow, getWindowManager, hasWindowFocus, isActivityTransitionRunning, isChangingConfigurations, isChild, isDestroyed, isFinishing, isImmersive, isInMultiWindowMode, isInPictureInPictureMode, isLocalVoiceInteractionSupported, isTaskRoot, isVoiceInteraction, isVoiceInteractionRoot, managedQuery, moveTaskToBack, navigateUpTo, navigateUpToFromChild, onActionModeFinished, onActionModeStarted, onActivityReenter, onApplyThemeResource, onAttachedToWindow, onAttachFragment, onChildTitleChanged, onContextItemSelected, onContextMenuClosed, onCreate, onCreateContextMenu, onCreateDescription, onCreateDialog, onCreateDialog, onCreateNavigateUpTaskStack, onCreateOptionsMenu, onCreatePanelView, onCreateThumbnail, onDetachedFromWindow, onEnterAnimationComplete, onGenericMotionEvent, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onLocalVoiceInteractionStarted, onLocalVoiceInteractionStopped, onMultiWindowModeChanged, onNavigateUp, onNavigateUpFromChild, onOptionsMenuClosed, onPictureInPictureModeChanged, onPostCreate, onPrepareDialog, onPrepareDialog, onPrepareNavigateUpTaskStack, onPrepareOptionsMenu, onProvideAssistContent, onProvideAssistData, onProvideKeyboardShortcuts, onProvideReferrer, onRestart, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onTouchEvent, onTrackballEvent, onTrimMemory, onUserInteraction, onUserLeaveHint, onVisibleBehindCanceled, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, overridePendingTransition, postponeEnterTransition, recreate, registerForContextMenu, releaseInstance, removeDialog, reportFullyDrawn, requestDragAndDropPermissions, requestPermissions, requestShowKeyboardShortcuts, requestVisibleBehind, requestWindowFeature, runOnUiThread, setActionBar, setContentTransitionManager, setDefaultKeyMode, setEnterSharedElementCallback, setExitSharedElementCallback, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setFinishOnTouchOutside, setImmersive, setIntent, setMediaController, setPictureInPictureParams, setProgress, setProgressBarIndeterminate, setProgressBarIndeterminateVisibility, setProgressBarVisibility, setRequestedOrientation, setResult, setResult, setSecondaryProgress, setShowWhenLocked, setTaskDescription, setTitleColor, setTurnScreenOn, setVisible, setVolumeControlStream, setVrModeEnabled, shouldShowRequestPermissionRationale, shouldUpRecreateTask, showAssist, showDialog, showDialog, showLockTaskEscapeMessage, startActionMode, startActionMode, startActivities, startActivities, startActivity, startActivity, startActivityFromChild, startActivityFromChild, startActivityFromFragment, startActivityFromFragment, startActivityIfNeeded, startActivityIfNeeded, startIntentSender, startIntentSender, startIntentSenderFromChild, startIntentSenderFromChild, startLocalVoiceInteraction, startLockTask, startManagingCursor, startNextMatchingActivity, startNextMatchingActivity, startPostponedEnterTransition, startSearch, stopLocalVoiceInteraction, stopLockTask, stopManagingCursor, takeKeyEvents, triggerSearch, unregisterForContextMenu
applyOverrideConfiguration, getAssets, getTheme
bindService, checkCallingOrSelfPermission, checkCallingOrSelfUriPermission, checkCallingPermission, checkCallingUriPermission, checkPermission, checkSelfPermission, checkUriPermission, checkUriPermission, clearWallpaper, createConfigurationContext, createContextForSplit, createDeviceProtectedStorageContext, createDisplayContext, createPackageContext, databaseList, deleteDatabase, deleteFile, deleteSharedPreferences, enforceCallingOrSelfPermission, enforceCallingOrSelfUriPermission, enforceCallingPermission, enforceCallingUriPermission, enforcePermission, enforceUriPermission, enforceUriPermission, fileList, getApplicationContext, getApplicationInfo, getBaseContext, getCacheDir, getClassLoader, getCodeCacheDir, getContentResolver, getDatabasePath, getDataDir, getDir, getExternalCacheDir, getExternalCacheDirs, getExternalFilesDir, getExternalFilesDirs, getExternalMediaDirs, getFilesDir, getFileStreamPath, getMainLooper, getNoBackupFilesDir, getObbDir, getObbDirs, getPackageCodePath, getPackageManager, getPackageName, getPackageResourcePath, getSharedPreferences, getSystemServiceName, getWallpaper, getWallpaperDesiredMinimumHeight, getWallpaperDesiredMinimumWidth, grantUriPermission, isDeviceProtectedStorage, isRestricted, moveDatabaseFrom, moveSharedPreferencesFrom, openFileInput, openFileOutput, openOrCreateDatabase, openOrCreateDatabase, peekWallpaper, registerReceiver, registerReceiver, registerReceiver, registerReceiver, removeStickyBroadcast, removeStickyBroadcastAsUser, revokeUriPermission, revokeUriPermission, sendBroadcast, sendBroadcast, sendBroadcastAsUser, sendBroadcastAsUser, sendOrderedBroadcast, sendOrderedBroadcast, sendOrderedBroadcastAsUser, sendStickyBroadcast, sendStickyBroadcastAsUser, sendStickyOrderedBroadcast, sendStickyOrderedBroadcastAsUser, setWallpaper, setWallpaper, startForegroundService, startInstrumentation, startService, stopService, unbindService, unregisterReceiver
getColor, getColorStateList, getDrawable, getString, getString, getSystemService, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, registerComponentCallbacks, unregisterComponentCallbacks
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onPointerCaptureChanged
public static final java.lang.String EXTRA_SHOW_FRAGMENT+
public static final java.lang.String EXTRA_SHOW_FRAGMENT_ARGUMENTS+
EXTRA_SHOW_FRAGMENT
, this extra can also
+ be specified to supply a bundle of arguments to pass to that fragment when it is instantiated
+ during the initial creation of the activity.public static final java.lang.String EXTRA_SHOW_FRAGMENT_TITLE+
EXTRA_SHOW_FRAGMENT
, this extra can also
+ be specified to supply the title to be shown for that fragment.public static final java.lang.String EXTRA_HIDE_NAVIGATION+
EXTRA_SHOW_FRAGMENT
to launch the activity to display a specific fragment that
+ the user has navigated to.public static final java.lang.String EXTRA_SHOW_BUTTON_BAR+
public static final java.lang.String EXTRA_NEXT_BUTTON_TEXT+
EXTRA_SHOW_BUTTON_BAR
, this extra can also
+ be specified to supply a custom text for the next button.public static final java.lang.String EXTRA_BACK_BUTTON_TEXT+
EXTRA_SHOW_BUTTON_BAR
, this extra can also
+ be specified to supply a custom text for the back button.public static final java.lang.String EXTRA_FINISH_BUTTON_TEXT+
EXTRA_SHOW_BUTTON_BAR
, this extra can also
+ be specified to supply a custom text for the back button when the last navigation preference
+ is selected.public static final java.lang.String EXTRA_SHOW_PROGRESS+
EXTRA_SHOW_BUTTON_BAR
, this boolean extra can
+ also used to specify, whether the number of the currently shown wizard step and the number of
+ total steps should be shown as the bread crumb title.public static final java.lang.String EXTRA_NO_BREAD_CRUMBS+
public static final java.lang.String EXTRA_PROGRESS_FORMAT+
EXTRA_SHOW_BUTTON_BAR
and
+ EXTRA_SHOW_PROGRESS
, this string extra can also be specified to supply a custom
+ format for showing the progress. The string must be formatted according to the following
+ syntax: "*%d*%d*%s*"public final void addPreferenceFragmentListener(@NonNull + PreferenceFragmentListener listener)+
listener
- The listener, which should be added, as an instance of the type PreferenceFragmentListener
. The listener may not be nullpublic final void removePreferenceFragmentListener(@NonNull + PreferenceFragmentListener listener)+
listener
- The listener, which should be removed, as an instance of the type PreferenceFragmentListener
. The listener may not be nullpublic final void addWizardListener(@NonNull + WizardListener listener)+
listener
- The listener, which should be added, as an instance of the type WizardListener
. The listener may not be nullpublic final void removeWizardListener(@NonNull + WizardListener listener)+
listener
- The listener, which should be removed, as an instance of the type WizardListener
. The listener may not be nullpublic final void addNavigationListener(@NonNull + NavigationListener listener)+
listener
- The listener, which should be added, as an instance of the type NavigationListener
. The listener may not be nullpublic final void removeNavigationListener(@NonNull + NavigationListener listener)+
listener
- The listener, which should be removed, as an instance of the type NavigationListener
. The listener may not be nullpublic final boolean isSplitScreen()+
public final android.preference.PreferenceFragment getNavigationFragment()+
PreferenceFragment
or null, if the navigation has not
+ been created yetpublic final android.app.Fragment getPreferenceFragment()+
Fragment
+ or null, if no preference fragment is currently shownpublic final android.widget.FrameLayout getFrameLayout()+
FrameLayout
or null, if the activity has not been created yetpublic final android.support.v7.widget.CardView getCardView()+
public final android.support.v7.widget.Toolbar getNavigationToolbar()+
public final android.support.v7.widget.Toolbar getBreadCrumbToolbar()+
public final android.view.ViewGroup getButtonBar()+
ViewGroup
or null, if the activity
+ has not been created yetpublic final android.widget.Button getNextButton()+
Button
or null, if the activity
+ has not been created yetpublic final android.widget.Button getBackButton()+
Button
or null, if the activity
+ has not been created yetpublic final android.widget.Button getFinishButton()+
Button
or null, if the activity
+ has not been created yetpublic final void useSplitScreen(boolean useSplitScreen)+
useSplitScreen
- True, if the split screen layout should be used on tablets, false otherwise@Px +public final int getNavigationWidth()+
Integer
valuepublic final void setNavigationWidth(@Px + int width)+
width
- The width, which should be set, in pixels as an Integer
value. The width must
+ be greater than 0public final boolean isNavigationHidden()+
public final void hideNavigation(boolean hideNavigation)+
hideNavigation
- True, if the navigation should be hidden, false otherwisepublic final boolean isNavigationIconOverridden()+
public final void overrideNavigationIcon(boolean overrideNavigationIcon)+
overrideNavigationIcon
- True, if the behavior of the navigation icon should be overridden, false otherwisepublic final boolean isButtonBarShown()+
public final void showButtonBar(boolean show)+
show
- True, if the button bar should be shown, false otherwise@NonNull +public final java.lang.CharSequence getNextButtonText()+
CharSequence
. The
+ text may neither be null, nor emptypublic final void setNextButtonText(@StringRes + int resourceId)+
resourceId
- The resource id of the text, which should be set, as an Integer
value. The
+ resource id must correspond to a valid string resourcepublic final void setNextButtonText(@NonNull + java.lang.CharSequence text)+
text
- The text, which should be set, as an instance of the class CharSequence
. The
+ text may neither be null, nor empty@NonNull +public final java.lang.CharSequence getBackButtonText()+
CharSequence
. The
+ text may neither null, nor emptypublic final void setBackButtonText(@StringRes + int resourceId)+
resourceId
- The resource id of the text, which should be set, as an Integer
value. The
+ resource id must correspond to a valid string resourcepublic final void setBackButtonText(@NonNull + java.lang.CharSequence text)+
text
- The text, which should be set, as an instance of the class CharSequence
. The
+ text may neither null, nor empty@NonNull +public final java.lang.CharSequence getFinishButtonText()+
CharSequence
. The
+ text may neither be null, nor emptypublic final void setFinishButtonText(@StringRes + int resourceId)+
resourceId
- The resource id of the text, which should be set, as an Integer
value. The
+ resource id must correspond to a valid string resourcepublic final void setFinishButtonText(@NonNull + java.lang.CharSequence text)+
text
- The text, which should be set, as an instance of the class CharSequence
. The
+ text may neither be null, nor emptypublic final boolean isProgressShown()+
public final void showProgress(boolean showProgress)+
showProgress
- True, if the progress should be shown, when the activity is used as a wizard, false
+ otherwise@NonNull +public final java.lang.String getProgressFormat()+
String
. The string may
+ neither be null, nor emptypublic final void setProgressFormat(@StringRes + int resourceId)+
resourceId
- The resource id of the string, which should be set, as an Integer
value. The
+ resource id must correspond to a valid string resource. It must be formatted
+ according to the following syntax: "*%d*%d*%s*"public final void setProgressFormat(@NonNull + java.lang.String progressFormat)+
progressFormat
- The string, which should be set, as a String
. The string may neither be null,
+ nor empty. It must be formatted according to the following syntax: "*%d*%d*%s*"public final boolean isBreadCrumbHidden()+
public final void hideBreadCrumb(boolean hide)+
hide
- True, if the toolbar, which is used to show the bread crumb of the currently selected
+ navigation preference, should be hidden, false otherwisepublic final int getToolbarElevation()+
Integer
valuepublic final void setToolbarElevation(int elevation)+
elevation
- The elevation, which should be set, in dp as an Integer
value. The elevation
+ must be at least 0 and at maximum 16public final int getBreadCrumbElevation()+
Integer
valuepublic final void setBreadCrumbElevation(int elevation)+
elevation
- The elevation, which should be set, in dp as an Integer
value. The elevation
+ must be at least 0 and at maximum 16public final int getCardViewElevation()+
Integer
valuepublic final void setCardViewElevation(int elevation)+
elevation
- The elevation, which should be set, in dp as an Integer
value. The elevation
+ must be at least 0 and at maximum 16public final int getButtonBarElevation()+
Integer
valuepublic final void setButtonBarElevation(int elevation)+
elevation
- The elevation, which should be set, in dp as an Integer
value. The elevation
+ must be at least 0 and at maximum 16public final int getCardViewBackgroundColor()+
Integer
valuepublic final void setCardViewBackgroundColor(int color)+
color
- The background color, which should be set, as an Integer
valuepublic final int getBreadCrumbBackgroundColor()+
Integer
valuepublic final void setBreadCrumbBackgroundColor(int color)+
color
- The background color, which should be set, as an Integer
value@Nullable +public final android.graphics.drawable.Drawable getButtonBarBackground()+
Drawable
or null, if no background is setpublic final void setButtonBarBackgroundColor(int color)+
color
- The background color, which should be set, as an Integer
valuepublic final void setButtonBarBackground(@DrawableRes + int resourceId)+
resourceId
- The resource id of the background, which should be set, as an Integer
value.
+ The resource id must correspond to a valid drawable resourcepublic final void setButtonBarBackground(@Nullable + android.graphics.drawable.Drawable background)+
background
- The background, which should be set, as an instance of the class Drawable
or
+ null, if no background should be set@Nullable +public final android.graphics.drawable.Drawable getNavigationBackground()+
Drawable
or
+ null, if no background is setpublic final void setNavigationBackgroundColor(int color)+
color
- The background color, which should be set, as an Integer
valuepublic final void setNavigationBackground(@DrawableRes + int resourceId)+
resourceId
- The resource id of the background, which should be set, as an Integer
value.
+ The resource id must correspond to a valid drawable resourcepublic final void setNavigationBackground(@Nullable + android.graphics.drawable.Drawable background)+
background
- The background, which should be set, as an instance of the class Drawable
or
+ null, if no background should be setpublic final int getNavigationSelectionColor()+
Integer
public final void setNavigationSelectionColor(int color)+
color
- The color, which should be set, as an Integer
valuepublic final int getNavigationDividerColor()+
Integer
valuepublic final void setNavigationDividerColor(int color)+
color
- The color, which should be set, as an Integer
valuepublic final boolean isPreferenceFragmentShown()+
public final int getNavigationPreferenceCount()+
Integer
value@NonNull +public final java.util.List<NavigationPreference> getAllNavigationPreferences()+
List
or an empty collection, if no navigation
+ preferences are contained by the activitypublic final boolean isNavigationPreferenceSelected()+
@Nullable +public final NavigationPreference getSelectedNavigationPreference()+
NavigationPreference
or null, if no navigation preference is currently selectedpublic final void selectNavigationPreference(@NonNull + NavigationPreference navigationPreference)+
navigationPreference
- The navigation preference, which should be selected, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullpublic final void selectNavigationPreference(@NonNull + NavigationPreference navigationPreference, + @Nullable + android.os.Bundle arguments)+
navigationPreference
- The navigation preference, which should be selected, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullarguments
- The arguments, which should be passed to the fragment, which is associated with the
+ navigation preference, as an instance of the class Bundle
or null, if no
+ arguments should be passed to the fragmentpublic final void unselectNavigationPreference()+
protected void onCreateNavigation(@NonNull + android.preference.PreferenceFragment fragment)+
fragment
- The preference fragment, which contains the navigation's preferences, as an instance
+ of the class PreferenceFragment
. The preference fragment
+ may not be nullpublic final void setTitle(@StringRes + int resourceId)+
setTitle
in class android.app.Activity
public final void setTitle(@Nullable + java.lang.CharSequence title)+
setTitle
in class android.app.Activity
public final void onNavigationFragmentCreated(@NonNull + android.preference.PreferenceFragment fragment)+
NavigationFragment.Callback
onNavigationFragmentCreated
in interface NavigationFragment.Callback
fragment
- The navigation fragment as an instance of the class PreferenceFragment
.
+ The fragment may not be nullpublic final void onNavigationAdapterCreated()+
NavigationFragment.Callback
onNavigationAdapterCreated
in interface NavigationFragment.Callback
public final boolean onSelectNavigationPreference(@NonNull + NavigationPreference navigationPreference)+
NavigationPreferenceGroupAdapter.Callback
onSelectNavigationPreference
in interface NavigationPreferenceGroupAdapter.Callback
navigationPreference
- The navigation preference, which is about to be selected, as an instance of the
+ class NavigationPreference
. The navigation preference may not be nullpublic final void onNavigationPreferenceSelected(@NonNull + NavigationPreference navigationPreference, + @Nullable + android.os.Bundle arguments)+
NavigationPreferenceGroupAdapter.Callback
onNavigationPreferenceSelected
in interface NavigationPreferenceGroupAdapter.Callback
navigationPreference
- The navigation preference, which has been selected, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullarguments
- The arguments, which should be passed to the fragment, which is associated with
+ the navigation preference, as an instance of the class Bundle
or null, if
+ no arguments should be passed to the fragmentpublic final void onNavigationPreferenceUnselected()+
NavigationPreferenceGroupAdapter.Callback
onNavigationPreferenceUnselected
in interface NavigationPreferenceGroupAdapter.Callback
public final void onNavigationPreferenceAdded(@NonNull + NavigationPreference navigationPreference)+
NavigationPreferenceGroupAdapter.Callback
onNavigationPreferenceAdded
in interface NavigationPreferenceGroupAdapter.Callback
navigationPreference
- The navigation preference, which has been added, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullpublic final void onNavigationPreferenceRemoved(@NonNull + NavigationPreference navigationPreference)+
NavigationPreferenceGroupAdapter.Callback
onNavigationPreferenceRemoved
in interface NavigationPreferenceGroupAdapter.Callback
navigationPreference
- The navigation preference, which has been removed, as an instance of the class
+ NavigationPreference
. The navigation preference may not be null@CallSuper +public void onBackPressed()+
onBackPressed
in class android.support.v4.app.FragmentActivity
@CallSuper +public boolean onOptionsItemSelected(android.view.MenuItem item)+
onOptionsItemSelected
in class android.app.Activity
@CallSuper +protected void onCreate(android.os.Bundle savedInstanceState)+
onCreate
in class android.support.v7.app.AppCompatActivity
protected void onSaveInstanceState(android.os.Bundle outState)+
onSaveInstanceState
in class android.support.v7.app.AppCompatActivity
protected void onRestoreInstanceState(android.os.Bundle savedInstanceState)+
onRestoreInstanceState
in class android.app.Activity
public abstract class PreferenceFragment +extends AbstractPreferenceFragment+
android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
android.app.Fragment.InstantiationException, android.app.Fragment.SavedState
Modifier and Type | +Field and Description | +
---|---|
static java.lang.String |
+EXTRA_RESTORE_DEFAULTS_BUTTON_TEXT
+When attaching this fragment to an activity and using
+EXTRA_SHOW_RESTORE_DEFAULTS_BUTTON ,
+ this extra can also be specified to supply a custom text for the button, which allows to
+ restore the preferences' default values. |
+
static java.lang.String |
+EXTRA_SHOW_RESTORE_DEFAULTS_BUTTON
+When attaching this fragment to an activity, the passed bundle can contain this extra boolean
+ to display the button, which allows to restore the preferences' default values.
+ |
+
TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
Constructor and Description | +
---|
PreferenceFragment() |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+addRestoreDefaultsListener(RestoreDefaultsListener listener)
+Adds a new listener, which should be notified, when the preferences' default values should be
+ restored, to the fragment.
+ |
+
android.view.ViewGroup |
+getButtonBar()
+Returns the view group, which contains the button, which allows to restore the preferences'
+ default values.
+ |
+
android.graphics.drawable.Drawable |
+getButtonBarBackground()
+Returns the background of the view group, which contains the button, which allows to restore
+ the preferences' default values.
+ |
+
int |
+getButtonBarElevation()
+Returns the elevation of the view group, which contains the button, which allows to restore
+ the preferences' default values.
+ |
+
android.widget.FrameLayout |
+getFrameLayout()
+Returns the frame layout, which contains the fragment's views.
+ |
+
android.widget.Button |
+getRestoreDefaultsButton()
+Returns the button, which allows to restore the preferences' default values.
+ |
+
java.lang.CharSequence |
+getRestoreDefaultsButtonText()
+Returns the text of the button, which allows to restore the preferences' default values.
+ |
+
boolean |
+isRestoreDefaultsButtonShown()
+Returns, whether the button, which allows to restore the preferences' default values, is
+ currently shown, or not.
+ |
+
void |
+onActivityCreated(android.os.Bundle savedInstanceState) |
+
void |
+onCreate(android.os.Bundle savedInstanceState) |
+
protected android.view.View |
+onInflateView(android.view.LayoutInflater inflater,
+ android.view.ViewGroup container,
+ android.os.Bundle savedInstanceState)
+The method, which is invoked on implementing subclasses in order to inflate the fragment's
+ layout.
+ |
+
void |
+removeRestoreDefaultsListener(RestoreDefaultsListener listener)
+Removes a specific listener, which should not be notified anymore, when the preferences'
+ default values should be restored, from the fragment.
+ |
+
void |
+restoreDefaults()
+Restores the default values of all preferences, which are contained by the fragment.
+ |
+
void |
+setButtonBarBackground(android.graphics.drawable.Drawable background)
+Sets the background of the view group, which contains the button, which allows to restore the
+ preferences' default values.
+ |
+
void |
+setButtonBarBackground(int resourceId)
+Sets the background of the view group, which contains the button, which allows to restore the
+ preferences' default values.
+ |
+
void |
+setButtonBarBackgroundColor(int color)
+Sets the background color of the view group, which contains the button, which allows to
+ restore the preferences' default values.
+ |
+
void |
+setButtonBarElevation(int elevation)
+Sets the elevation of the view group, which contains the button, which allows to restore the
+ preferences' default values.
+ |
+
void |
+setRestoreDefaultsButtonText(java.lang.CharSequence text)
+Sets the text of the button, which allows to restore the preferences' default values.
+ |
+
void |
+setRestoreDefaultsButtonText(int resourceId)
+Sets the text of the button, which allows to restore the preferences' default values.
+ |
+
void |
+showRestoreDefaultsButton(boolean show)
+Shows or hides the button, which allows to restore the preferences' default values.
+ |
+
getDividerColor, getListView, onCreateView, setDividerColor
addPreferencesFromIntent, addPreferencesFromResource, findPreference, getPreferenceManager, getPreferenceScreen, onActivityResult, onDestroy, onDestroyView, onPreferenceTreeClick, onSaveInstanceState, onStart, onStop, onViewCreated, setPreferenceScreen
dump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLayoutInflater, getLoaderManager, getParentFragment, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isStateSaved, isVisible, onAttach, onAttach, onAttachFragment, onConfigurationChanged, onContextItemSelected, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onDestroyOptionsMenu, onDetach, onGetLayoutInflater, onHiddenChanged, onInflate, onInflate, onInflate, onLowMemory, onMultiWindowModeChanged, onMultiWindowModeChanged, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPictureInPictureModeChanged, onPictureInPictureModeChanged, onPrepareOptionsMenu, onRequestPermissionsResult, onResume, onTrimMemory, onViewStateRestored, postponeEnterTransition, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, startIntentSenderForResult, startPostponedEnterTransition, toString, unregisterForContextMenu
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final java.lang.String EXTRA_SHOW_RESTORE_DEFAULTS_BUTTON+
public static final java.lang.String EXTRA_RESTORE_DEFAULTS_BUTTON_TEXT+
EXTRA_SHOW_RESTORE_DEFAULTS_BUTTON
,
+ this extra can also be specified to supply a custom text for the button, which allows to
+ restore the preferences' default values.public final android.widget.FrameLayout getFrameLayout()+
FrameLayout
or null, if the fragment has not been created yetpublic final android.view.ViewGroup getButtonBar()+
ViewGroup
or null, if the button is not
+ shown or if the fragment has not been created yetpublic final android.widget.Button getRestoreDefaultsButton()+
Button
or null, if the button is not shownpublic final void addRestoreDefaultsListener(@NonNull + RestoreDefaultsListener listener)+
listener
- The listener, which should be added as an instance of the type RestoreDefaultsListener
. The listener may not be nullpublic final void removeRestoreDefaultsListener(@NonNull + RestoreDefaultsListener listener)+
listener
- The listener, which should be removed as an instance of the type RestoreDefaultsListener
. The listener may not be nullpublic final void restoreDefaults()+
public final boolean isRestoreDefaultsButtonShown()+
public final void showRestoreDefaultsButton(boolean show)+
show
- True, if the button, which allows to restore the preferences' default values, should
+ be shown, false otherwise@NonNull +public final java.lang.CharSequence getRestoreDefaultsButtonText()+
CharSequence
public final void setRestoreDefaultsButtonText(@StringRes + int resourceId)+
resourceId
- The resource id of the text, which should be set, as an Integer
value. The
+ resource id must correspond to a valid string resourcepublic final void setRestoreDefaultsButtonText(@NonNull + java.lang.CharSequence text)+
text
- The text, which should be set, as an instance of the class CharSequence
. The
+ text may neither be null, nor emptypublic final android.graphics.drawable.Drawable getButtonBarBackground()+
Drawable
public final void setButtonBarBackground(@DrawableRes + int resourceId)+
resourceId
- The resource id of the background, which should be set, as an Integer
value.
+ The resource id must correspond to a valid drawable resourcepublic final void setButtonBarBackgroundColor(int color)+
color
- The background color, which should be set, as an Integer
valuepublic final void setButtonBarBackground(@Nullable + android.graphics.drawable.Drawable background)+
background
- The background, which should be set, as an instance of the class Drawable
or
+ null, if no background should be setpublic final int getButtonBarElevation()+
Integer
valuepublic final void setButtonBarElevation(int elevation)+
elevation
- The elevation, which should be set, in dp as an Integer
value. The elevation
+ must be at least 1 and at maximum 16@CallSuper +public void onCreate(android.os.Bundle savedInstanceState)+
onCreate
in class AbstractPreferenceFragment
@CallSuper +public void onActivityCreated(android.os.Bundle savedInstanceState)+
onActivityCreated
in class android.preference.PreferenceFragment
@NonNull +protected final android.view.View onInflateView(@NonNull + android.view.LayoutInflater inflater, + @Nullable + android.view.ViewGroup container, + @Nullable + android.os.Bundle savedInstanceState)+
AbstractPreferenceFragment
onInflateView
in class AbstractPreferenceFragment
inflater
- The layout inflater, which should be used, as an instance of the class LayoutInflater
. The layout inflater may not be nullcontainer
- The parent of the view, which should be inflated, as an instance of the class ViewGroup
or null, if no parent is availablesavedInstanceState
- The saved instance state of the fragment as a Bundle
or null, if no saved
+ instance state is availableView
. The view
+ may not be nullpublic interface PreferenceFragmentListener
+PreferenceActivity
has been changed, must implement.Modifier and Type | +Method and Description | +
---|---|
void |
+onPreferenceFragmentHidden(android.app.Fragment fragment)
+The method, which is invoked, when a previously shown preference fragment has been hidden.
+ |
+
void |
+onPreferenceFragmentShown(NavigationPreference navigationPreference,
+ android.app.Fragment fragment)
+The method, which is invoked, when a preference fragment has been shown.
+ |
+
void onPreferenceFragmentShown(@NonNull + NavigationPreference navigationPreference, + @NonNull + android.app.Fragment fragment)+
navigationPreference
- The navigation preference, the fragment, which has been shown, is associated with, as
+ an instance of the class NavigationPreference
. The navigation preference may
+ not be nullfragment
- The fragment, which has been shown, as an instance of the class Fragment
. The
+ fragment may not be nullvoid onPreferenceFragmentHidden(@NonNull + android.app.Fragment fragment)+
fragment
- The fragment, which has been hidden, as an instance of the class Fragment
.
+ The fragment may not be nullpublic static final class R.anim
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+abc_fade_in |
+
static int |
+abc_fade_out |
+
static int |
+abc_grow_fade_in_from_bottom |
+
static int |
+abc_popup_enter |
+
static int |
+abc_popup_exit |
+
static int |
+abc_shrink_fade_out_from_bottom |
+
static int |
+abc_slide_in_bottom |
+
static int |
+abc_slide_in_top |
+
static int |
+abc_slide_out_bottom |
+
static int |
+abc_slide_out_top |
+
static int |
+tooltip_enter |
+
static int |
+tooltip_exit |
+
public static int abc_fade_in+
public static int abc_fade_out+
public static int abc_grow_fade_in_from_bottom+
public static int abc_popup_enter+
public static int abc_popup_exit+
public static int abc_shrink_fade_out_from_bottom+
public static int abc_slide_in_bottom+
public static int abc_slide_in_top+
public static int abc_slide_out_bottom+
public static int abc_slide_out_top+
public static int tooltip_enter+
public static int tooltip_exit+
public static final class R.attr
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+actionBarDivider |
+
static int |
+actionBarItemBackground |
+
static int |
+actionBarPopupTheme |
+
static int |
+actionBarSize |
+
static int |
+actionBarSplitStyle |
+
static int |
+actionBarStyle |
+
static int |
+actionBarTabBarStyle |
+
static int |
+actionBarTabStyle |
+
static int |
+actionBarTabTextStyle |
+
static int |
+actionBarTheme |
+
static int |
+actionBarWidgetTheme |
+
static int |
+actionButtonStyle |
+
static int |
+actionDropDownStyle |
+
static int |
+actionLayout |
+
static int |
+actionMenuTextAppearance |
+
static int |
+actionMenuTextColor |
+
static int |
+actionModeBackground |
+
static int |
+actionModeCloseButtonStyle |
+
static int |
+actionModeCloseDrawable |
+
static int |
+actionModeCopyDrawable |
+
static int |
+actionModeCutDrawable |
+
static int |
+actionModeFindDrawable |
+
static int |
+actionModePasteDrawable |
+
static int |
+actionModePopupWindowStyle |
+
static int |
+actionModeSelectAllDrawable |
+
static int |
+actionModeShareDrawable |
+
static int |
+actionModeSplitBackground |
+
static int |
+actionModeStyle |
+
static int |
+actionModeWebSearchDrawable |
+
static int |
+actionOverflowButtonStyle |
+
static int |
+actionOverflowMenuStyle |
+
static int |
+actionProviderClass |
+
static int |
+actionViewClass |
+
static int |
+activityChooserViewStyle |
+
static int |
+alertDialogButtonGroupStyle |
+
static int |
+alertDialogCenterButtons |
+
static int |
+alertDialogStyle |
+
static int |
+alertDialogTheme |
+
static int |
+allowStacking |
+
static int |
+alpha |
+
static int |
+alphabeticModifiers |
+
static int |
+arrowHeadLength |
+
static int |
+arrowShaftLength |
+
static int |
+autoCompleteTextViewStyle |
+
static int |
+autoSizeMaxTextSize |
+
static int |
+autoSizeMinTextSize |
+
static int |
+autoSizePresetSizes |
+
static int |
+autoSizeStepGranularity |
+
static int |
+autoSizeTextType |
+
static int |
+backButtonText |
+
static int |
+background |
+
static int |
+backgroundSplit |
+
static int |
+backgroundStacked |
+
static int |
+backgroundTint |
+
static int |
+backgroundTintMode |
+
static int |
+barLength |
+
static int |
+borderlessButtonStyle |
+
static int |
+breadCrumbBackgroundColor |
+
static int |
+breadCrumbElevation |
+
static int |
+buttonBarBackground |
+
static int |
+buttonBarButtonStyle |
+
static int |
+buttonBarElevation |
+
static int |
+buttonBarNegativeButtonStyle |
+
static int |
+buttonBarNeutralButtonStyle |
+
static int |
+buttonBarPositiveButtonStyle |
+
static int |
+buttonBarStyle |
+
static int |
+buttonGravity |
+
static int |
+buttonPanelSideLayout |
+
static int |
+buttonStyle |
+
static int |
+buttonStyleSmall |
+
static int |
+buttonTint |
+
static int |
+buttonTintMode |
+
static int |
+cardBackgroundColor |
+
static int |
+cardCornerRadius |
+
static int |
+cardElevation |
+
static int |
+cardMaxElevation |
+
static int |
+cardPreventCornerOverlap |
+
static int |
+cardUseCompatPadding |
+
static int |
+cardViewBackgroundColor |
+
static int |
+cardViewElevation |
+
static int |
+checkboxStyle |
+
static int |
+checkedTextViewStyle |
+
static int |
+closeIcon |
+
static int |
+closeItemLayout |
+
static int |
+collapseContentDescription |
+
static int |
+collapseIcon |
+
static int |
+color |
+
static int |
+colorAccent |
+
static int |
+colorBackgroundFloating |
+
static int |
+colorButtonNormal |
+
static int |
+colorControlActivated |
+
static int |
+colorControlHighlight |
+
static int |
+colorControlNormal |
+
static int |
+colorError |
+
static int |
+colorPrimary |
+
static int |
+colorPrimaryDark |
+
static int |
+colorSwitchThumbNormal |
+
static int |
+commitIcon |
+
static int |
+contentDescription |
+
static int |
+contentInsetEnd |
+
static int |
+contentInsetEndWithActions |
+
static int |
+contentInsetLeft |
+
static int |
+contentInsetRight |
+
static int |
+contentInsetStart |
+
static int |
+contentInsetStartWithNavigation |
+
static int |
+contentPadding |
+
static int |
+contentPaddingBottom |
+
static int |
+contentPaddingLeft |
+
static int |
+contentPaddingRight |
+
static int |
+contentPaddingTop |
+
static int |
+controlBackground |
+
static int |
+customNavigationLayout |
+
static int |
+defaultQueryHint |
+
static int |
+dialogPreferredPadding |
+
static int |
+dialogTheme |
+
static int |
+displayOptions |
+
static int |
+divider |
+
static int |
+dividerColor |
+
static int |
+dividerHorizontal |
+
static int |
+dividerPadding |
+
static int |
+dividerVertical |
+
static int |
+drawableSize |
+
static int |
+drawerArrowStyle |
+
static int |
+dropdownListPreferredItemHeight |
+
static int |
+dropDownListViewStyle |
+
static int |
+editTextBackground |
+
static int |
+editTextColor |
+
static int |
+editTextStyle |
+
static int |
+elevation |
+
static int |
+emulateParallelLight |
+
static int |
+expandActivityOverflowButtonDrawable |
+
static int |
+fastScrollEnabled |
+
static int |
+fastScrollHorizontalThumbDrawable |
+
static int |
+fastScrollHorizontalTrackDrawable |
+
static int |
+fastScrollVerticalThumbDrawable |
+
static int |
+fastScrollVerticalTrackDrawable |
+
static int |
+finishButtonText |
+
static int |
+font |
+
static int |
+fontFamily |
+
static int |
+fontProviderAuthority |
+
static int |
+fontProviderCerts |
+
static int |
+fontProviderFetchStrategy |
+
static int |
+fontProviderFetchTimeout |
+
static int |
+fontProviderPackage |
+
static int |
+fontProviderQuery |
+
static int |
+fontStyle |
+
static int |
+fontWeight |
+
static int |
+gapBetweenBars |
+
static int |
+goIcon |
+
static int |
+height |
+
static int |
+hideBreadCrumb |
+
static int |
+hideNavigation |
+
static int |
+hideOnContentScroll |
+
static int |
+homeAsUpIndicator |
+
static int |
+homeLayout |
+
static int |
+icon |
+
static int |
+iconifiedByDefault |
+
static int |
+iconTint |
+
static int |
+iconTintMode |
+
static int |
+imageButtonStyle |
+
static int |
+indeterminateProgressStyle |
+
static int |
+initialActivityCount |
+
static int |
+insetDrawable |
+
static int |
+invertedToolbarPopupTheme |
+
static int |
+invertedToolbarTheme |
+
static int |
+isLightTheme |
+
static int |
+itemPadding |
+
static int |
+layout |
+
static int |
+layoutManager |
+
static int |
+listChoiceBackgroundIndicator |
+
static int |
+listDividerAlertDialog |
+
static int |
+listItemLayout |
+
static int |
+listLayout |
+
static int |
+listMenuViewStyle |
+
static int |
+listPopupWindowStyle |
+
static int |
+listPreferredItemHeight |
+
static int |
+listPreferredItemHeightLarge |
+
static int |
+listPreferredItemHeightSmall |
+
static int |
+listPreferredItemPaddingLeft |
+
static int |
+listPreferredItemPaddingRight |
+
static int |
+logo |
+
static int |
+logoDescription |
+
static int |
+maxButtonHeight |
+
static int |
+measureWithLargestChild |
+
static int |
+multiChoiceItemLayout |
+
static int |
+navigationBackground |
+
static int |
+navigationContentDescription |
+
static int |
+navigationDividerColor |
+
static int |
+navigationIcon |
+
static int |
+navigationMode |
+
static int |
+navigationSelectionColor |
+
static int |
+navigationWidth |
+
static int |
+nextButtonText |
+
static int |
+numericModifiers |
+
static int |
+overlapAnchor |
+
static int |
+overrideNavigationIcon |
+
static int |
+paddingBottomNoButtons |
+
static int |
+paddingEnd |
+
static int |
+paddingStart |
+
static int |
+paddingTopNoTitle |
+
static int |
+panelBackground |
+
static int |
+panelMenuListTheme |
+
static int |
+panelMenuListWidth |
+
static int |
+popupMenuStyle |
+
static int |
+popupTheme |
+
static int |
+popupWindowStyle |
+
static int |
+preserveIconSpacing |
+
static int |
+progressBarPadding |
+
static int |
+progressBarStyle |
+
static int |
+progressFormat |
+
static int |
+queryBackground |
+
static int |
+queryHint |
+
static int |
+radioButtonStyle |
+
static int |
+ratingBarStyle |
+
static int |
+ratingBarStyleIndicator |
+
static int |
+ratingBarStyleSmall |
+
static int |
+restoreDefaultsButtonBarBackground |
+
static int |
+restoreDefaultsButtonBarElevation |
+
static int |
+restoreDefaultsButtonText |
+
static int |
+reverseLayout |
+
static int |
+scaledEdge |
+
static int |
+searchHintIcon |
+
static int |
+searchIcon |
+
static int |
+searchViewStyle |
+
static int |
+seekBarStyle |
+
static int |
+selectableItemBackground |
+
static int |
+selectableItemBackgroundBorderless |
+
static int |
+shadowElevation |
+
static int |
+shadowOrientation |
+
static int |
+showAsAction |
+
static int |
+showButtonBar |
+
static int |
+showDividers |
+
static int |
+showProgress |
+
static int |
+showRestoreDefaultsButton |
+
static int |
+showText |
+
static int |
+showTitle |
+
static int |
+singleChoiceItemLayout |
+
static int |
+spanCount |
+
static int |
+spinBars |
+
static int |
+spinnerDropDownItemStyle |
+
static int |
+spinnerStyle |
+
static int |
+splitTrack |
+
static int |
+srcCompat |
+
static int |
+stackFromEnd |
+
static int |
+state_above_anchor |
+
static int |
+subMenuArrow |
+
static int |
+submitBackground |
+
static int |
+subtitle |
+
static int |
+subtitleTextAppearance |
+
static int |
+subtitleTextColor |
+
static int |
+subtitleTextStyle |
+
static int |
+suggestionRowLayout |
+
static int |
+switchMinWidth |
+
static int |
+switchPadding |
+
static int |
+switchStyle |
+
static int |
+switchTextAppearance |
+
static int |
+textAllCaps |
+
static int |
+textAppearanceLargePopupMenu |
+
static int |
+textAppearanceListItem |
+
static int |
+textAppearanceListItemSecondary |
+
static int |
+textAppearanceListItemSmall |
+
static int |
+textAppearancePopupMenuHeader |
+
static int |
+textAppearanceSearchResultSubtitle |
+
static int |
+textAppearanceSearchResultTitle |
+
static int |
+textAppearanceSmallPopupMenu |
+
static int |
+textColorAlertDialogListItem |
+
static int |
+textColorSearchUrl |
+
static int |
+theme |
+
static int |
+thickness |
+
static int |
+thumbTextPadding |
+
static int |
+thumbTint |
+
static int |
+thumbTintMode |
+
static int |
+tickMark |
+
static int |
+tickMarkTint |
+
static int |
+tickMarkTintMode |
+
static int |
+tint |
+
static int |
+tintMode |
+
static int |
+title |
+
static int |
+titleMargin |
+
static int |
+titleMarginBottom |
+
static int |
+titleMarginEnd |
+
static int |
+titleMargins |
+
static int |
+titleMarginStart |
+
static int |
+titleMarginTop |
+
static int |
+titleTextAppearance |
+
static int |
+titleTextColor |
+
static int |
+titleTextStyle |
+
static int |
+toolbarElevation |
+
static int |
+toolbarNavigationButtonStyle |
+
static int |
+toolbarPopupTheme |
+
static int |
+toolbarStyle |
+
static int |
+toolbarTheme |
+
static int |
+tooltipForegroundColor |
+
static int |
+tooltipFrameBackground |
+
static int |
+tooltipText |
+
static int |
+track |
+
static int |
+trackTint |
+
static int |
+trackTintMode |
+
static int |
+useSplitScreen |
+
static int |
+voiceIcon |
+
static int |
+windowActionBar |
+
static int |
+windowActionBarOverlay |
+
static int |
+windowActionModeOverlay |
+
static int |
+windowFixedHeightMajor |
+
static int |
+windowFixedHeightMinor |
+
static int |
+windowFixedWidthMajor |
+
static int |
+windowFixedWidthMinor |
+
static int |
+windowMinWidthMajor |
+
static int |
+windowMinWidthMinor |
+
static int |
+windowNoTitle |
+
public static int actionBarDivider+
public static int actionBarItemBackground+
public static int actionBarPopupTheme+
public static int actionBarSize+
public static int actionBarSplitStyle+
public static int actionBarStyle+
public static int actionBarTabBarStyle+
public static int actionBarTabStyle+
public static int actionBarTabTextStyle+
public static int actionBarTheme+
public static int actionBarWidgetTheme+
public static int actionButtonStyle+
public static int actionDropDownStyle+
public static int actionLayout+
public static int actionMenuTextAppearance+
public static int actionMenuTextColor+
public static int actionModeBackground+
public static int actionModeCloseButtonStyle+
public static int actionModeCloseDrawable+
public static int actionModeCopyDrawable+
public static int actionModeCutDrawable+
public static int actionModeFindDrawable+
public static int actionModePasteDrawable+
public static int actionModePopupWindowStyle+
public static int actionModeSelectAllDrawable+
public static int actionModeShareDrawable+
public static int actionModeSplitBackground+
public static int actionModeStyle+
public static int actionModeWebSearchDrawable+
public static int actionOverflowButtonStyle+
public static int actionOverflowMenuStyle+
public static int actionProviderClass+
public static int actionViewClass+
public static int activityChooserViewStyle+
public static int alertDialogButtonGroupStyle+
public static int alertDialogCenterButtons+
public static int alertDialogStyle+
public static int alertDialogTheme+
public static int allowStacking+
public static int alpha+
public static int alphabeticModifiers+
public static int arrowHeadLength+
public static int arrowShaftLength+
public static int autoCompleteTextViewStyle+
public static int autoSizeMaxTextSize+
public static int autoSizeMinTextSize+
public static int autoSizePresetSizes+
public static int autoSizeStepGranularity+
public static int autoSizeTextType+
public static int backButtonText+
public static int background+
public static int backgroundSplit+
public static int backgroundStacked+
public static int backgroundTint+
public static int backgroundTintMode+
public static int barLength+
public static int borderlessButtonStyle+
public static int breadCrumbBackgroundColor+
public static int breadCrumbElevation+
public static int buttonBarBackground+
public static int buttonBarButtonStyle+
public static int buttonBarElevation+
public static int buttonBarNegativeButtonStyle+
public static int buttonBarNeutralButtonStyle+
public static int buttonBarPositiveButtonStyle+
public static int buttonBarStyle+
public static int buttonGravity+
public static int buttonPanelSideLayout+
public static int buttonStyle+
public static int buttonStyleSmall+
public static int buttonTint+
public static int buttonTintMode+
public static int cardBackgroundColor+
public static int cardCornerRadius+
public static int cardElevation+
public static int cardMaxElevation+
public static int cardPreventCornerOverlap+
public static int cardUseCompatPadding+
public static int cardViewBackgroundColor+
public static int cardViewElevation+
public static int checkboxStyle+
public static int checkedTextViewStyle+
public static int closeIcon+
public static int closeItemLayout+
public static int collapseContentDescription+
public static int collapseIcon+
public static int color+
public static int colorAccent+
public static int colorBackgroundFloating+
public static int colorButtonNormal+
public static int colorControlActivated+
public static int colorControlHighlight+
public static int colorControlNormal+
public static int colorError+
public static int colorPrimary+
public static int colorPrimaryDark+
public static int colorSwitchThumbNormal+
public static int commitIcon+
public static int contentDescription+
public static int contentInsetEnd+
public static int contentInsetEndWithActions+
public static int contentInsetLeft+
public static int contentInsetRight+
public static int contentInsetStart+
public static int contentInsetStartWithNavigation+
public static int contentPadding+
public static int contentPaddingBottom+
public static int contentPaddingLeft+
public static int contentPaddingRight+
public static int contentPaddingTop+
public static int controlBackground+
public static int customNavigationLayout+
public static int defaultQueryHint+
public static int dialogPreferredPadding+
public static int dialogTheme+
public static int displayOptions+
public static int divider+
public static int dividerColor+
public static int dividerHorizontal+
public static int dividerPadding+
public static int dividerVertical+
public static int drawableSize+
public static int drawerArrowStyle+
public static int dropDownListViewStyle+
public static int dropdownListPreferredItemHeight+
public static int editTextBackground+
public static int editTextColor+
public static int editTextStyle+
public static int elevation+
public static int emulateParallelLight+
public static int expandActivityOverflowButtonDrawable+
public static int fastScrollEnabled+
public static int fastScrollHorizontalThumbDrawable+
public static int fastScrollHorizontalTrackDrawable+
public static int fastScrollVerticalThumbDrawable+
public static int fastScrollVerticalTrackDrawable+
public static int finishButtonText+
public static int font+
public static int fontFamily+
public static int fontProviderAuthority+
public static int fontProviderCerts+
public static int fontProviderFetchStrategy+
public static int fontProviderFetchTimeout+
public static int fontProviderPackage+
public static int fontProviderQuery+
public static int fontStyle+
public static int fontWeight+
public static int gapBetweenBars+
public static int goIcon+
public static int height+
public static int hideBreadCrumb+
public static int hideNavigation+
public static int hideOnContentScroll+
public static int homeAsUpIndicator+
public static int homeLayout+
public static int icon+
public static int iconTint+
public static int iconTintMode+
public static int iconifiedByDefault+
public static int imageButtonStyle+
public static int indeterminateProgressStyle+
public static int initialActivityCount+
public static int insetDrawable+
public static int invertedToolbarPopupTheme+
public static int invertedToolbarTheme+
public static int isLightTheme+
public static int itemPadding+
public static int layout+
public static int layoutManager+
public static int listChoiceBackgroundIndicator+
public static int listDividerAlertDialog+
public static int listItemLayout+
public static int listLayout+
public static int listMenuViewStyle+
public static int listPopupWindowStyle+
public static int listPreferredItemHeight+
public static int listPreferredItemHeightLarge+
public static int listPreferredItemHeightSmall+
public static int listPreferredItemPaddingLeft+
public static int listPreferredItemPaddingRight+
public static int logo+
public static int logoDescription+
public static int maxButtonHeight+
public static int measureWithLargestChild+
public static int multiChoiceItemLayout+
public static int navigationBackground+
public static int navigationContentDescription+
public static int navigationDividerColor+
public static int navigationIcon+
public static int navigationMode+
public static int navigationSelectionColor+
public static int navigationWidth+
public static int nextButtonText+
public static int numericModifiers+
public static int overlapAnchor+
public static int overrideNavigationIcon+
public static int paddingBottomNoButtons+
public static int paddingEnd+
public static int paddingStart+
public static int paddingTopNoTitle+
public static int panelBackground+
public static int panelMenuListTheme+
public static int panelMenuListWidth+
public static int popupMenuStyle+
public static int popupTheme+
public static int popupWindowStyle+
public static int preserveIconSpacing+
public static int progressBarPadding+
public static int progressBarStyle+
public static int progressFormat+
public static int queryBackground+
public static int queryHint+
public static int radioButtonStyle+
public static int ratingBarStyle+
public static int ratingBarStyleIndicator+
public static int ratingBarStyleSmall+
public static int restoreDefaultsButtonBarBackground+
public static int restoreDefaultsButtonBarElevation+
public static int restoreDefaultsButtonText+
public static int reverseLayout+
public static int scaledEdge+
public static int searchHintIcon+
public static int searchIcon+
public static int searchViewStyle+
public static int seekBarStyle+
public static int selectableItemBackground+
public static int selectableItemBackgroundBorderless+
public static int shadowElevation+
public static int shadowOrientation+
public static int showAsAction+
public static int showButtonBar+
public static int showDividers+
public static int showProgress+
public static int showRestoreDefaultsButton+
public static int showText+
public static int showTitle+
public static int singleChoiceItemLayout+
public static int spanCount+
public static int spinBars+
public static int spinnerDropDownItemStyle+
public static int spinnerStyle+
public static int splitTrack+
public static int srcCompat+
public static int stackFromEnd+
public static int state_above_anchor+
public static int subMenuArrow+
public static int submitBackground+
public static int subtitle+
public static int subtitleTextAppearance+
public static int subtitleTextColor+
public static int subtitleTextStyle+
public static int suggestionRowLayout+
public static int switchMinWidth+
public static int switchPadding+
public static int switchStyle+
public static int switchTextAppearance+
public static int textAllCaps+
public static int textAppearanceLargePopupMenu+
public static int textAppearanceListItem+
public static int textAppearanceListItemSecondary+
public static int textAppearanceListItemSmall+
public static int textAppearancePopupMenuHeader+
public static int textAppearanceSearchResultSubtitle+
public static int textAppearanceSearchResultTitle+
public static int textAppearanceSmallPopupMenu+
public static int textColorAlertDialogListItem+
public static int textColorSearchUrl+
public static int theme+
public static int thickness+
public static int thumbTextPadding+
public static int thumbTint+
public static int thumbTintMode+
public static int tickMark+
public static int tickMarkTint+
public static int tickMarkTintMode+
public static int tint+
public static int tintMode+
public static int title+
public static int titleMargin+
public static int titleMarginBottom+
public static int titleMarginEnd+
public static int titleMarginStart+
public static int titleMarginTop+
public static int titleMargins+
public static int titleTextAppearance+
public static int titleTextColor+
public static int titleTextStyle+
public static int toolbarElevation+
public static int toolbarNavigationButtonStyle+
public static int toolbarPopupTheme+
public static int toolbarStyle+
public static int toolbarTheme+
public static int tooltipForegroundColor+
public static int tooltipFrameBackground+
public static int tooltipText+
public static int track+
public static int trackTint+
public static int trackTintMode+
public static int useSplitScreen+
public static int voiceIcon+
public static int windowActionBar+
public static int windowActionBarOverlay+
public static int windowActionModeOverlay+
public static int windowFixedHeightMajor+
public static int windowFixedHeightMinor+
public static int windowFixedWidthMajor+
public static int windowFixedWidthMinor+
public static int windowMinWidthMajor+
public static int windowMinWidthMinor+
public static int windowNoTitle+
public static final class R.bool
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+abc_action_bar_embed_tabs |
+
static int |
+abc_allow_stacked_button_bar |
+
static int |
+abc_config_actionMenuItemAllCaps |
+
static int |
+abc_config_closeDialogWhenTouchOutside |
+
static int |
+abc_config_showMenuShortcutsWhenKeyboardPresent |
+
static int |
+elevation_shadow_view_emulate_parallel_light_default_value |
+
public static int abc_action_bar_embed_tabs+
public static int abc_allow_stacked_button_bar+
public static int abc_config_actionMenuItemAllCaps+
public static int abc_config_closeDialogWhenTouchOutside+
public static int abc_config_showMenuShortcutsWhenKeyboardPresent+
public static int elevation_shadow_view_emulate_parallel_light_default_value+
public static final class R.color
+extends java.lang.Object
+public static int abc_background_cache_hint_selector_material_dark+
public static int abc_background_cache_hint_selector_material_light+
public static int abc_btn_colored_borderless_text_material+
public static int abc_btn_colored_text_material+
public static int abc_color_highlight_material+
public static int abc_hint_foreground_material_dark+
public static int abc_hint_foreground_material_light+
public static int abc_input_method_navigation_guard+
public static int abc_primary_text_disable_only_material_dark+
public static int abc_primary_text_disable_only_material_light+
public static int abc_primary_text_material_dark+
public static int abc_primary_text_material_light+
public static int abc_search_url_text+
public static int abc_search_url_text_normal+
public static int abc_search_url_text_pressed+
public static int abc_search_url_text_selected+
public static int abc_secondary_text_material_dark+
public static int abc_secondary_text_material_light+
public static int abc_tint_btn_checkable+
public static int abc_tint_default+
public static int abc_tint_edittext+
public static int abc_tint_seek_thumb+
public static int abc_tint_spinner+
public static int abc_tint_switch_track+
public static int accent_material_dark+
public static int accent_material_light+
public static int background_floating_material_dark+
public static int background_floating_material_light+
public static int background_material_dark+
public static int background_material_light+
public static int bread_crumb_background_dark+
public static int bread_crumb_background_light+
public static int bright_foreground_disabled_material_dark+
public static int bright_foreground_disabled_material_light+
public static int bright_foreground_inverse_material_dark+
public static int bright_foreground_inverse_material_light+
public static int bright_foreground_material_dark+
public static int bright_foreground_material_light+
public static int button_bar_background_dark+
public static int button_bar_background_light+
public static int button_material_dark+
public static int button_material_light+
public static int card_view_background_dark+
public static int card_view_background_light+
public static int cardview_dark_background+
public static int cardview_light_background+
public static int cardview_shadow_end_color+
public static int cardview_shadow_start_color+
public static int dim_foreground_disabled_material_dark+
public static int dim_foreground_disabled_material_light+
public static int dim_foreground_material_dark+
public static int dim_foreground_material_light+
public static int error_color_material+
public static int foreground_material_dark+
public static int foreground_material_light+
public static int highlighted_text_material_dark+
public static int highlighted_text_material_light+
public static int material_blue_grey_800+
public static int material_blue_grey_900+
public static int material_blue_grey_950+
public static int material_deep_teal_200+
public static int material_deep_teal_500+
public static int material_grey_100+
public static int material_grey_300+
public static int material_grey_50+
public static int material_grey_600+
public static int material_grey_800+
public static int material_grey_850+
public static int material_grey_900+
public static int navigation_background_dark+
public static int navigation_background_light+
public static int notification_action_color_filter+
public static int notification_icon_bg_color+
public static int notification_material_background_media_default_color+
public static int preference_divider_color_dark+
public static int preference_divider_color_light+
public static int preference_selection_color_dark+
public static int preference_selection_color_light+
public static int primary_dark_material_dark+
public static int primary_dark_material_light+
public static int primary_material_dark+
public static int primary_material_light+
public static int primary_text_default_material_dark+
public static int primary_text_default_material_light+
public static int primary_text_disabled_material_dark+
public static int primary_text_disabled_material_light+
public static int ripple_material_dark+
public static int ripple_material_light+
public static int scrim_insets_layout_insets_drawable_default_value+
public static int secondary_text_default_material_dark+
public static int secondary_text_default_material_light+
public static int secondary_text_disabled_material_dark+
public static int secondary_text_disabled_material_light+
public static int switch_thumb_disabled_material_dark+
public static int switch_thumb_disabled_material_light+
public static int switch_thumb_material_dark+
public static int switch_thumb_material_light+
public static int switch_thumb_normal_material_dark+
public static int switch_thumb_normal_material_light+
public static int tooltip_background_dark+
public static int tooltip_background_light+
public static final class R.dimen
+extends java.lang.Object
+public static int abc_action_bar_content_inset_material+
public static int abc_action_bar_content_inset_with_nav+
public static int abc_action_bar_default_height_material+
public static int abc_action_bar_default_padding_end_material+
public static int abc_action_bar_default_padding_start_material+
public static int abc_action_bar_elevation_material+
public static int abc_action_bar_icon_vertical_padding_material+
public static int abc_action_bar_overflow_padding_end_material+
public static int abc_action_bar_overflow_padding_start_material+
public static int abc_action_bar_progress_bar_size+
public static int abc_action_bar_stacked_max_height+
public static int abc_action_bar_stacked_tab_max_width+
public static int abc_action_bar_subtitle_bottom_margin_material+
public static int abc_action_bar_subtitle_top_margin_material+
public static int abc_action_button_min_height_material+
public static int abc_action_button_min_width_material+
public static int abc_action_button_min_width_overflow_material+
public static int abc_alert_dialog_button_bar_height+
public static int abc_button_inset_horizontal_material+
public static int abc_button_inset_vertical_material+
public static int abc_button_padding_horizontal_material+
public static int abc_button_padding_vertical_material+
public static int abc_cascading_menus_min_smallest_width+
public static int abc_config_prefDialogWidth+
public static int abc_control_corner_material+
public static int abc_control_inset_material+
public static int abc_control_padding_material+
public static int abc_dialog_fixed_height_major+
public static int abc_dialog_fixed_height_minor+
public static int abc_dialog_fixed_width_major+
public static int abc_dialog_fixed_width_minor+
public static int abc_dialog_list_padding_bottom_no_buttons+
public static int abc_dialog_list_padding_top_no_title+
public static int abc_dialog_min_width_major+
public static int abc_dialog_min_width_minor+
public static int abc_dialog_padding_material+
public static int abc_dialog_padding_top_material+
public static int abc_dialog_title_divider_material+
public static int abc_disabled_alpha_material_dark+
public static int abc_disabled_alpha_material_light+
public static int abc_dropdownitem_icon_width+
public static int abc_dropdownitem_text_padding_left+
public static int abc_dropdownitem_text_padding_right+
public static int abc_edit_text_inset_bottom_material+
public static int abc_edit_text_inset_horizontal_material+
public static int abc_edit_text_inset_top_material+
public static int abc_floating_window_z+
public static int abc_list_item_padding_horizontal_material+
public static int abc_panel_menu_list_width+
public static int abc_progress_bar_height_material+
public static int abc_search_view_preferred_height+
public static int abc_search_view_preferred_width+
public static int abc_seekbar_track_background_height_material+
public static int abc_seekbar_track_progress_height_material+
public static int abc_select_dialog_padding_start_material+
public static int abc_switch_padding+
public static int abc_text_size_body_1_material+
public static int abc_text_size_body_2_material+
public static int abc_text_size_button_material+
public static int abc_text_size_caption_material+
public static int abc_text_size_display_1_material+
public static int abc_text_size_display_2_material+
public static int abc_text_size_display_3_material+
public static int abc_text_size_display_4_material+
public static int abc_text_size_headline_material+
public static int abc_text_size_large_material+
public static int abc_text_size_medium_material+
public static int abc_text_size_menu_header_material+
public static int abc_text_size_menu_material+
public static int abc_text_size_small_material+
public static int abc_text_size_subhead_material+
public static int abc_text_size_subtitle_material_toolbar+
public static int abc_text_size_title_material+
public static int abc_text_size_title_material_toolbar+
public static int bread_crumb_toolbar_elevation+
public static int bread_crumb_toolbar_horizontal_padding+
public static int button_bar_elevation+
public static int button_bar_horizontal_padding+
public static int button_bar_vertical_padding+
public static int button_horizontal_padding+
public static int button_min_height+
public static int button_min_width+
public static int button_text_size+
public static int card_view_container_vertical_offset+
public static int card_view_corner_radius+
public static int card_view_elevation+
public static int card_view_horizontal_margin+
public static int card_view_horizontal_padding+
public static int card_view_intrinsic_margin+
public static int card_view_margin_right+
public static int card_view_margin_top+
public static int card_view_vertical_offset+
public static int cardview_compat_inset_shadow+
public static int cardview_default_elevation+
public static int cardview_default_radius+
public static int compat_button_inset_horizontal_material+
public static int compat_button_inset_vertical_material+
public static int compat_button_padding_horizontal_material+
public static int compat_button_padding_vertical_material+
public static int compat_control_corner_material+
public static int disabled_alpha_material_dark+
public static int disabled_alpha_material_light+
public static int elevation_shadow_view_shadow_elevation_default_value+
public static int fastscroll_default_thickness+
public static int fastscroll_margin+
public static int fastscroll_minimum_range+
public static int highlight_alpha_material_colored+
public static int highlight_alpha_material_dark+
public static int highlight_alpha_material_light+
public static int hint_alpha_material_dark+
public static int hint_alpha_material_light+
public static int hint_pressed_alpha_material_dark+
public static int hint_pressed_alpha_material_light+
public static int item_touch_helper_max_drag_scroll_per_frame+
public static int item_touch_helper_swipe_escape_max_velocity+
public static int item_touch_helper_swipe_escape_velocity+
public static int list_view_padding_top+
public static int navigation_toolbar_padding_left+
public static int navigation_width+
public static int notification_action_icon_size+
public static int notification_action_text_size+
public static int notification_big_circle_margin+
public static int notification_content_margin_start+
public static int notification_large_icon_height+
public static int notification_large_icon_width+
public static int notification_main_column_padding_top+
public static int notification_media_narrow_margin+
public static int notification_right_icon_size+
public static int notification_right_side_padding_top+
public static int notification_small_icon_background_padding+
public static int notification_small_icon_size_as_large+
public static int notification_subtext_size+
public static int notification_top_pad+
public static int notification_top_pad_large_text+
public static int preference_activity_horizontal_margin+
public static int preference_category_bottom_margin+
public static int preference_category_top_margin+
public static int preference_child_indent+
public static int preference_horizontal_padding+
public static int preference_icon_size+
public static int preference_min_height+
public static int preference_vertical_padding+
public static int toolbar_elevation+
public static int toolbar_height+
public static int toolbar_large_height+
public static int tooltip_corner_radius+
public static int tooltip_horizontal_padding+
public static int tooltip_margin+
public static int tooltip_precise_anchor_extra_offset+
public static int tooltip_precise_anchor_threshold+
public static int tooltip_vertical_padding+
public static int tooltip_y_offset_non_touch+
public static int tooltip_y_offset_touch+
public static final class R.drawable
+extends java.lang.Object
+public static int abc_ab_share_pack_mtrl_alpha+
public static int abc_action_bar_item_background_material+
public static int abc_btn_borderless_material+
public static int abc_btn_check_material+
public static int abc_btn_check_to_on_mtrl_000+
public static int abc_btn_check_to_on_mtrl_015+
public static int abc_btn_colored_material+
public static int abc_btn_default_mtrl_shape+
public static int abc_btn_radio_material+
public static int abc_btn_radio_to_on_mtrl_000+
public static int abc_btn_radio_to_on_mtrl_015+
public static int abc_btn_switch_to_on_mtrl_00001+
public static int abc_btn_switch_to_on_mtrl_00012+
public static int abc_cab_background_internal_bg+
public static int abc_cab_background_top_material+
public static int abc_cab_background_top_mtrl_alpha+
public static int abc_control_background_material+
public static int abc_dialog_material_background+
public static int abc_edit_text_material+
public static int abc_ic_ab_back_material+
public static int abc_ic_arrow_drop_right_black_24dp+
public static int abc_ic_clear_material+
public static int abc_ic_commit_search_api_mtrl_alpha+
public static int abc_ic_go_search_api_material+
public static int abc_ic_menu_copy_mtrl_am_alpha+
public static int abc_ic_menu_cut_mtrl_alpha+
public static int abc_ic_menu_overflow_material+
public static int abc_ic_menu_paste_mtrl_am_alpha+
public static int abc_ic_menu_selectall_mtrl_alpha+
public static int abc_ic_menu_share_mtrl_alpha+
public static int abc_ic_search_api_material+
public static int abc_ic_star_black_16dp+
public static int abc_ic_star_black_36dp+
public static int abc_ic_star_black_48dp+
public static int abc_ic_star_half_black_16dp+
public static int abc_ic_star_half_black_36dp+
public static int abc_ic_star_half_black_48dp+
public static int abc_ic_voice_search_api_material+
public static int abc_item_background_holo_dark+
public static int abc_item_background_holo_light+
public static int abc_list_divider_mtrl_alpha+
public static int abc_list_focused_holo+
public static int abc_list_longpressed_holo+
public static int abc_list_pressed_holo_dark+
public static int abc_list_pressed_holo_light+
public static int abc_list_selector_background_transition_holo_dark+
public static int abc_list_selector_background_transition_holo_light+
public static int abc_list_selector_disabled_holo_dark+
public static int abc_list_selector_disabled_holo_light+
public static int abc_list_selector_holo_dark+
public static int abc_list_selector_holo_light+
public static int abc_menu_hardkey_panel_mtrl_mult+
public static int abc_popup_background_mtrl_mult+
public static int abc_ratingbar_indicator_material+
public static int abc_ratingbar_material+
public static int abc_ratingbar_small_material+
public static int abc_scrubber_control_off_mtrl_alpha+
public static int abc_scrubber_control_to_pressed_mtrl_000+
public static int abc_scrubber_control_to_pressed_mtrl_005+
public static int abc_scrubber_primary_mtrl_alpha+
public static int abc_scrubber_track_mtrl_alpha+
public static int abc_seekbar_thumb_material+
public static int abc_seekbar_tick_mark_material+
public static int abc_seekbar_track_material+
public static int abc_spinner_mtrl_am_alpha+
public static int abc_spinner_textfield_background_material+
public static int abc_switch_thumb_material+
public static int abc_switch_track_mtrl_alpha+
public static int abc_tab_indicator_material+
public static int abc_tab_indicator_mtrl_alpha+
public static int abc_text_cursor_material+
public static int abc_text_select_handle_left_mtrl_dark+
public static int abc_text_select_handle_left_mtrl_light+
public static int abc_text_select_handle_middle_mtrl_dark+
public static int abc_text_select_handle_middle_mtrl_light+
public static int abc_text_select_handle_right_mtrl_dark+
public static int abc_text_select_handle_right_mtrl_light+
public static int abc_textfield_activated_mtrl_alpha+
public static int abc_textfield_default_mtrl_alpha+
public static int abc_textfield_search_activated_mtrl_alpha+
public static int abc_textfield_search_default_mtrl_alpha+
public static int abc_textfield_search_material+
public static int abc_vector_test+
public static int breadcrumb_background+
public static int notification_action_background+
public static int notification_bg+
public static int notification_bg_low+
public static int notification_bg_low_normal+
public static int notification_bg_low_pressed+
public static int notification_bg_normal+
public static int notification_bg_normal_pressed+
public static int notification_icon_background+
public static int notification_template_icon_bg+
public static int notification_template_icon_low_bg+
public static int notification_tile_bg+
public static int notify_panel_notification_icon_bg+
public static int tooltip_frame_dark+
public static int tooltip_frame_light+
public final class R
+extends java.lang.Object
+Modifier and Type | +Class and Description | +
---|---|
static class |
+R.anim |
+
static class |
+R.attr |
+
static class |
+R.bool |
+
static class |
+R.color |
+
static class |
+R.dimen |
+
static class |
+R.drawable |
+
static class |
+R.id |
+
static class |
+R.integer |
+
static class |
+R.layout |
+
static class |
+R.string |
+
static class |
+R.style |
+
static class |
+R.styleable |
+
static class |
+R.xml |
+
public static final class R.id
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+action_bar |
+
static int |
+action_bar_activity_content |
+
static int |
+action_bar_container |
+
static int |
+action_bar_root |
+
static int |
+action_bar_spinner |
+
static int |
+action_bar_subtitle |
+
static int |
+action_bar_title |
+
static int |
+action_container |
+
static int |
+action_context_bar |
+
static int |
+action_divider |
+
static int |
+action_image |
+
static int |
+action_menu_divider |
+
static int |
+action_menu_presenter |
+
static int |
+action_mode_bar |
+
static int |
+action_mode_bar_stub |
+
static int |
+action_mode_close_button |
+
static int |
+action_text |
+
static int |
+action0 |
+
static int |
+actions |
+
static int |
+activity_chooser_view_content |
+
static int |
+add |
+
static int |
+alertTitle |
+
static int |
+async |
+
static int |
+back_button |
+
static int |
+blocking |
+
static int |
+bottom |
+
static int |
+bottom_left |
+
static int |
+bottom_right |
+
static int |
+bread_crumb_shadow_view |
+
static int |
+bread_crumb_toolbar |
+
static int |
+buttonPanel |
+
static int |
+cancel_action |
+
static int |
+card_view |
+
static int |
+checkbox |
+
static int |
+chronometer |
+
static int |
+contentPanel |
+
static int |
+custom |
+
static int |
+customPanel |
+
static int |
+decor_content_parent |
+
static int |
+default_activity_button |
+
static int |
+edit_query |
+
static int |
+end_padder |
+
static int |
+expand_activities_button |
+
static int |
+expanded_menu |
+
static int |
+finish_button |
+
static int |
+forever |
+
static int |
+frame_layout |
+
static int |
+home |
+
static int |
+horizontal |
+
static int |
+icon |
+
static int |
+icon_group |
+
static int |
+image |
+
static int |
+info |
+
static int |
+italic |
+
static int |
+item_touch_helper_previous_elevation |
+
static int |
+large_toolbar |
+
static int |
+left |
+
static int |
+line1 |
+
static int |
+line3 |
+
static int |
+list_item |
+
static int |
+listMode |
+
static int |
+media_actions |
+
static int |
+message |
+
static int |
+multiply |
+
static int |
+navigation_fragment_container |
+
static int |
+navigation_toolbar |
+
static int |
+next_button |
+
static int |
+none |
+
static int |
+normal |
+
static int |
+notification_background |
+
static int |
+notification_main_column |
+
static int |
+notification_main_column_container |
+
static int |
+parentPanel |
+
static int |
+preference_fragment_container |
+
static int |
+preference_fragment_frame_layout |
+
static int |
+progress_circular |
+
static int |
+progress_horizontal |
+
static int |
+radio |
+
static int |
+restore_defaults_button |
+
static int |
+restore_defaults_button_bar |
+
static int |
+restore_defaults_button_bar_parent |
+
static int |
+restore_defaults_button_bar_shadow_view |
+
static int |
+right |
+
static int |
+right_icon |
+
static int |
+right_side |
+
static int |
+screen |
+
static int |
+scrollIndicatorDown |
+
static int |
+scrollIndicatorUp |
+
static int |
+scrollView |
+
static int |
+search_badge |
+
static int |
+search_bar |
+
static int |
+search_button |
+
static int |
+search_close_btn |
+
static int |
+search_edit_frame |
+
static int |
+search_go_btn |
+
static int |
+search_mag_icon |
+
static int |
+search_plate |
+
static int |
+search_src_text |
+
static int |
+search_voice_btn |
+
static int |
+select_dialog_listview |
+
static int |
+shortcut |
+
static int |
+spacer |
+
static int |
+split_action_bar |
+
static int |
+src_atop |
+
static int |
+src_in |
+
static int |
+src_over |
+
static int |
+status_bar_latest_event_content |
+
static int |
+submenuarrow |
+
static int |
+submit_area |
+
static int |
+tabMode |
+
static int |
+tag_transition_group |
+
static int |
+text |
+
static int |
+text2 |
+
static int |
+textSpacerNoButtons |
+
static int |
+textSpacerNoTitle |
+
static int |
+time |
+
static int |
+title |
+
static int |
+title_template |
+
static int |
+titleDividerNoCustom |
+
static int |
+toolbar |
+
static int |
+toolbar_background_view |
+
static int |
+toolbar_shadow_view |
+
static int |
+top |
+
static int |
+top_left |
+
static int |
+top_right |
+
static int |
+topPanel |
+
static int |
+uniform |
+
static int |
+up |
+
static int |
+vertical |
+
static int |
+wizard_button_bar |
+
static int |
+wizard_button_bar_shadow_view |
+
static int |
+wrap_content |
+
public static int action0+
public static int action_bar+
public static int action_bar_activity_content+
public static int action_bar_container+
public static int action_bar_root+
public static int action_bar_spinner+
public static int action_bar_subtitle+
public static int action_bar_title+
public static int action_container+
public static int action_context_bar+
public static int action_divider+
public static int action_image+
public static int action_menu_divider+
public static int action_menu_presenter+
public static int action_mode_bar+
public static int action_mode_bar_stub+
public static int action_mode_close_button+
public static int action_text+
public static int actions+
public static int activity_chooser_view_content+
public static int add+
public static int alertTitle+
public static int async+
public static int back_button+
public static int blocking+
public static int bottom+
public static int bottom_left+
public static int bottom_right+
public static int bread_crumb_shadow_view+
public static int bread_crumb_toolbar+
public static int buttonPanel+
public static int cancel_action+
public static int card_view+
public static int checkbox+
public static int chronometer+
public static int contentPanel+
public static int custom+
public static int customPanel+
public static int decor_content_parent+
public static int default_activity_button+
public static int edit_query+
public static int end_padder+
public static int expand_activities_button+
public static int expanded_menu+
public static int finish_button+
public static int forever+
public static int frame_layout+
public static int home+
public static int horizontal+
public static int icon+
public static int icon_group+
public static int image+
public static int info+
public static int italic+
public static int item_touch_helper_previous_elevation+
public static int large_toolbar+
public static int left+
public static int line1+
public static int line3+
public static int listMode+
public static int list_item+
public static int media_actions+
public static int message+
public static int multiply+
public static int navigation_fragment_container+
public static int navigation_toolbar+
public static int next_button+
public static int none+
public static int normal+
public static int notification_background+
public static int notification_main_column+
public static int notification_main_column_container+
public static int parentPanel+
public static int preference_fragment_container+
public static int preference_fragment_frame_layout+
public static int progress_circular+
public static int progress_horizontal+
public static int radio+
public static int restore_defaults_button+
public static int restore_defaults_button_bar+
public static int restore_defaults_button_bar_parent+
public static int restore_defaults_button_bar_shadow_view+
public static int right+
public static int right_icon+
public static int right_side+
public static int screen+
public static int scrollIndicatorDown+
public static int scrollIndicatorUp+
public static int scrollView+
public static int search_badge+
public static int search_bar+
public static int search_button+
public static int search_close_btn+
public static int search_edit_frame+
public static int search_go_btn+
public static int search_mag_icon+
public static int search_plate+
public static int search_src_text+
public static int search_voice_btn+
public static int select_dialog_listview+
public static int shortcut+
public static int spacer+
public static int split_action_bar+
public static int src_atop+
public static int src_in+
public static int src_over+
public static int status_bar_latest_event_content+
public static int submenuarrow+
public static int submit_area+
public static int tabMode+
public static int tag_transition_group+
public static int text+
public static int text2+
public static int textSpacerNoButtons+
public static int textSpacerNoTitle+
public static int time+
public static int title+
public static int titleDividerNoCustom+
public static int title_template+
public static int toolbar+
public static int toolbar_background_view+
public static int toolbar_shadow_view+
public static int top+
public static int topPanel+
public static int top_left+
public static int top_right+
public static int uniform+
public static int up+
public static int vertical+
public static int wizard_button_bar+
public static int wizard_button_bar_shadow_view+
public static int wrap_content+
public static final class R.integer
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+abc_config_activityDefaultDur |
+
static int |
+abc_config_activityShortDur |
+
static int |
+cancel_button_image_alpha |
+
static int |
+config_tooltipAnimTime |
+
static int |
+elevation_shadow_view_shadow_orientation_default_value |
+
static int |
+status_bar_notification_info_maxnum |
+
public static int abc_config_activityDefaultDur+
public static int abc_config_activityShortDur+
public static int cancel_button_image_alpha+
public static int config_tooltipAnimTime+
public static int elevation_shadow_view_shadow_orientation_default_value+
public static int status_bar_notification_info_maxnum+
public static final class R.layout
+extends java.lang.Object
+public static int abc_action_bar_title_item+
public static int abc_action_bar_up_container+
public static int abc_action_menu_item_layout+
public static int abc_action_menu_layout+
public static int abc_action_mode_bar+
public static int abc_action_mode_close_item_material+
public static int abc_activity_chooser_view+
public static int abc_activity_chooser_view_list_item+
public static int abc_alert_dialog_button_bar_material+
public static int abc_alert_dialog_material+
public static int abc_alert_dialog_title_material+
public static int abc_dialog_title_material+
public static int abc_expanded_menu_layout+
public static int abc_list_menu_item_checkbox+
public static int abc_list_menu_item_icon+
public static int abc_list_menu_item_layout+
public static int abc_list_menu_item_radio+
public static int abc_popup_menu_header_item_layout+
public static int abc_popup_menu_item_layout+
public static int abc_screen_content_include+
public static int abc_screen_simple+
public static int abc_screen_simple_overlay_action_mode+
public static int abc_screen_toolbar+
public static int abc_search_dropdown_item_icons_2line+
public static int abc_search_view+
public static int abc_select_dialog_material+
public static int navigation_fragment+
public static int notification_action+
public static int notification_action_tombstone+
public static int notification_media_action+
public static int notification_media_cancel_action+
public static int notification_template_big_media+
public static int notification_template_big_media_custom+
public static int notification_template_big_media_narrow+
public static int notification_template_big_media_narrow_custom+
public static int notification_template_custom_big+
public static int notification_template_icon_group+
public static int notification_template_lines_media+
public static int notification_template_media+
public static int notification_template_media_custom+
public static int notification_template_part_chronometer+
public static int notification_template_part_time+
public static int preference+
public static int preference_activity_phone+
public static int preference_activity_tablet+
public static int preference_category+
public static int preference_child+
public static int preference_divider+
public static int preference_fragment+
public static int select_dialog_item_material+
public static int select_dialog_multichoice_material+
public static int select_dialog_singlechoice_material+
public static int support_simple_spinner_dropdown_item+
public static int toolbar_large+
public static int tooltip+
public static int wizard_button_bar+
public static final class R.string
+extends java.lang.Object
+public static int abc_action_bar_home_description+
public static int abc_action_bar_up_description+
public static int abc_action_menu_overflow_description+
public static int abc_action_mode_done+
public static int abc_activity_chooser_view_see_all+
public static int abc_activitychooserview_choose_application+
public static int abc_capital_off+
public static int abc_capital_on+
public static int abc_font_family_body_1_material+
public static int abc_font_family_body_2_material+
public static int abc_font_family_button_material+
public static int abc_font_family_caption_material+
public static int abc_font_family_display_1_material+
public static int abc_font_family_display_2_material+
public static int abc_font_family_display_3_material+
public static int abc_font_family_display_4_material+
public static int abc_font_family_headline_material+
public static int abc_font_family_menu_material+
public static int abc_font_family_subhead_material+
public static int abc_font_family_title_material+
public static int abc_search_hint+
public static int abc_searchview_description_clear+
public static int abc_searchview_description_query+
public static int abc_searchview_description_search+
public static int abc_searchview_description_submit+
public static int abc_searchview_description_voice+
public static int abc_shareactionprovider_share_with+
public static int abc_shareactionprovider_share_with_application+
public static int abc_toolbar_collapse_description+
public static int back_button_text+
public static int device_type+
public static int finish_button_text+
public static int next_button_text+
public static int progress_format+
public static int restore_defaults_button_text+
public static int search_menu_title+
public static int status_bar_notification_info_overflow+
public static final class R.style
+extends java.lang.Object
+public static int AlertDialog_AppCompat+
public static int AlertDialog_AppCompat_Light+
public static int Animation_AppCompat_Dialog+
public static int Animation_AppCompat_DropDownUp+
public static int Animation_AppCompat_Tooltip+
public static int Base_AlertDialog_AppCompat+
public static int Base_AlertDialog_AppCompat_Light+
public static int Base_Animation_AppCompat_Dialog+
public static int Base_Animation_AppCompat_DropDownUp+
public static int Base_Animation_AppCompat_Tooltip+
public static int Base_CardView+
public static int Base_DialogWindowTitleBackground_AppCompat+
public static int Base_DialogWindowTitle_AppCompat+
public static int Base_TextAppearance_AppCompat+
public static int Base_TextAppearance_AppCompat_Body1+
public static int Base_TextAppearance_AppCompat_Body2+
public static int Base_TextAppearance_AppCompat_Button+
public static int Base_TextAppearance_AppCompat_Caption+
public static int Base_TextAppearance_AppCompat_Display1+
public static int Base_TextAppearance_AppCompat_Display2+
public static int Base_TextAppearance_AppCompat_Display3+
public static int Base_TextAppearance_AppCompat_Display4+
public static int Base_TextAppearance_AppCompat_Headline+
public static int Base_TextAppearance_AppCompat_Inverse+
public static int Base_TextAppearance_AppCompat_Large+
public static int Base_TextAppearance_AppCompat_Large_Inverse+
public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large+
public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small+
public static int Base_TextAppearance_AppCompat_Medium+
public static int Base_TextAppearance_AppCompat_Medium_Inverse+
public static int Base_TextAppearance_AppCompat_Menu+
public static int Base_TextAppearance_AppCompat_SearchResult+
public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle+
public static int Base_TextAppearance_AppCompat_SearchResult_Title+
public static int Base_TextAppearance_AppCompat_Small+
public static int Base_TextAppearance_AppCompat_Small_Inverse+
public static int Base_TextAppearance_AppCompat_Subhead+
public static int Base_TextAppearance_AppCompat_Subhead_Inverse+
public static int Base_TextAppearance_AppCompat_Title+
public static int Base_TextAppearance_AppCompat_Title_Inverse+
public static int Base_TextAppearance_AppCompat_Tooltip+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse+
public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle+
public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title+
public static int Base_TextAppearance_AppCompat_Widget_Button+
public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored+
public static int Base_TextAppearance_AppCompat_Widget_Button_Colored+
public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse+
public static int Base_TextAppearance_AppCompat_Widget_DropDownItem+
public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header+
public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large+
public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small+
public static int Base_TextAppearance_AppCompat_Widget_Switch+
public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem+
public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item+
public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle+
public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title+
public static int Base_ThemeOverlay_AppCompat+
public static int Base_ThemeOverlay_AppCompat_ActionBar+
public static int Base_ThemeOverlay_AppCompat_Dark+
public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar+
public static int Base_ThemeOverlay_AppCompat_Dialog+
public static int Base_ThemeOverlay_AppCompat_Dialog_Alert+
public static int Base_ThemeOverlay_AppCompat_Light+
public static int Base_Theme_AppCompat+
public static int Base_Theme_AppCompat_CompactMenu+
public static int Base_Theme_AppCompat_Dialog+
public static int Base_Theme_AppCompat_DialogWhenLarge+
public static int Base_Theme_AppCompat_Dialog_Alert+
public static int Base_Theme_AppCompat_Dialog_FixedSize+
public static int Base_Theme_AppCompat_Dialog_MinWidth+
public static int Base_Theme_AppCompat_Light+
public static int Base_Theme_AppCompat_Light_DarkActionBar+
public static int Base_Theme_AppCompat_Light_Dialog+
public static int Base_Theme_AppCompat_Light_DialogWhenLarge+
public static int Base_Theme_AppCompat_Light_Dialog_Alert+
public static int Base_Theme_AppCompat_Light_Dialog_FixedSize+
public static int Base_Theme_AppCompat_Light_Dialog_MinWidth+
public static int Base_V11_ThemeOverlay_AppCompat_Dialog+
public static int Base_V11_Theme_AppCompat_Dialog+
public static int Base_V11_Theme_AppCompat_Light_Dialog+
public static int Base_V12_Widget_AppCompat_AutoCompleteTextView+
public static int Base_V12_Widget_AppCompat_EditText+
public static int Base_V21_ThemeOverlay_AppCompat_Dialog+
public static int Base_V21_Theme_AppCompat+
public static int Base_V21_Theme_AppCompat_Dialog+
public static int Base_V21_Theme_AppCompat_Light+
public static int Base_V21_Theme_AppCompat_Light_Dialog+
public static int Base_V22_Theme_AppCompat+
public static int Base_V22_Theme_AppCompat_Light+
public static int Base_V23_Theme_AppCompat+
public static int Base_V23_Theme_AppCompat_Light+
public static int Base_V26_Theme_AppCompat+
public static int Base_V26_Theme_AppCompat_Light+
public static int Base_V26_Widget_AppCompat_Toolbar+
public static int Base_V7_ThemeOverlay_AppCompat_Dialog+
public static int Base_V7_Theme_AppCompat+
public static int Base_V7_Theme_AppCompat_Dialog+
public static int Base_V7_Theme_AppCompat_Light+
public static int Base_V7_Theme_AppCompat_Light_Dialog+
public static int Base_V7_Widget_AppCompat_AutoCompleteTextView+
public static int Base_V7_Widget_AppCompat_EditText+
public static int Base_V7_Widget_AppCompat_Toolbar+
public static int Base_Widget_AppCompat_ActionBar+
public static int Base_Widget_AppCompat_ActionBar_Solid+
public static int Base_Widget_AppCompat_ActionBar_TabBar+
public static int Base_Widget_AppCompat_ActionBar_TabText+
public static int Base_Widget_AppCompat_ActionBar_TabView+
public static int Base_Widget_AppCompat_ActionButton+
public static int Base_Widget_AppCompat_ActionButton_CloseMode+
public static int Base_Widget_AppCompat_ActionButton_Overflow+
public static int Base_Widget_AppCompat_ActionMode+
public static int Base_Widget_AppCompat_ActivityChooserView+
public static int Base_Widget_AppCompat_AutoCompleteTextView+
public static int Base_Widget_AppCompat_Button+
public static int Base_Widget_AppCompat_ButtonBar+
public static int Base_Widget_AppCompat_ButtonBar_AlertDialog+
public static int Base_Widget_AppCompat_Button_Borderless+
public static int Base_Widget_AppCompat_Button_Borderless_Colored+
public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog+
public static int Base_Widget_AppCompat_Button_Colored+
public static int Base_Widget_AppCompat_Button_Small+
public static int Base_Widget_AppCompat_CompoundButton_CheckBox+
public static int Base_Widget_AppCompat_CompoundButton_RadioButton+
public static int Base_Widget_AppCompat_CompoundButton_Switch+
public static int Base_Widget_AppCompat_DrawerArrowToggle+
public static int Base_Widget_AppCompat_DrawerArrowToggle_Common+
public static int Base_Widget_AppCompat_DropDownItem_Spinner+
public static int Base_Widget_AppCompat_EditText+
public static int Base_Widget_AppCompat_ImageButton+
public static int Base_Widget_AppCompat_Light_ActionBar+
public static int Base_Widget_AppCompat_Light_ActionBar_Solid+
public static int Base_Widget_AppCompat_Light_ActionBar_TabBar+
public static int Base_Widget_AppCompat_Light_ActionBar_TabText+
public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse+
public static int Base_Widget_AppCompat_Light_ActionBar_TabView+
public static int Base_Widget_AppCompat_Light_PopupMenu+
public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow+
public static int Base_Widget_AppCompat_ListMenuView+
public static int Base_Widget_AppCompat_ListPopupWindow+
public static int Base_Widget_AppCompat_ListView+
public static int Base_Widget_AppCompat_ListView_DropDown+
public static int Base_Widget_AppCompat_ListView_Menu+
public static int Base_Widget_AppCompat_PopupMenu+
public static int Base_Widget_AppCompat_PopupMenu_Overflow+
public static int Base_Widget_AppCompat_PopupWindow+
public static int Base_Widget_AppCompat_ProgressBar+
public static int Base_Widget_AppCompat_ProgressBar_Horizontal+
public static int Base_Widget_AppCompat_RatingBar+
public static int Base_Widget_AppCompat_RatingBar_Indicator+
public static int Base_Widget_AppCompat_RatingBar_Small+
public static int Base_Widget_AppCompat_SearchView+
public static int Base_Widget_AppCompat_SearchView_ActionBar+
public static int Base_Widget_AppCompat_SeekBar+
public static int Base_Widget_AppCompat_SeekBar_Discrete+
public static int Base_Widget_AppCompat_Spinner+
public static int Base_Widget_AppCompat_Spinner_Underlined+
public static int Base_Widget_AppCompat_TextView_SpinnerItem+
public static int Base_Widget_AppCompat_Toolbar+
public static int Base_Widget_AppCompat_Toolbar_Button_Navigation+
public static int CardView+
public static int CardView_Dark+
public static int CardView_Light+
public static int Platform_AppCompat+
public static int Platform_AppCompat_Light+
public static int Platform_ThemeOverlay_AppCompat+
public static int Platform_ThemeOverlay_AppCompat_Dark+
public static int Platform_ThemeOverlay_AppCompat_Light+
public static int Platform_V11_AppCompat+
public static int Platform_V11_AppCompat_Light+
public static int Platform_V14_AppCompat+
public static int Platform_V14_AppCompat_Light+
public static int Platform_V21_AppCompat+
public static int Platform_V21_AppCompat_Light+
public static int Platform_V25_AppCompat+
public static int Platform_V25_AppCompat_Light+
public static int Platform_Widget_AppCompat_Spinner+
public static int PreferenceActivity+
public static int PreferenceActivity_Button+
public static int PreferenceActivity_Light+
public static int PreferenceActivity_PreferenceCategory+
public static int RtlOverlay_DialogWindowTitle_AppCompat+
public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem+
public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon+
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem+
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup+
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text+
public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text+
public static int RtlUnderlay_Widget_AppCompat_ActionButton+
public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow+
public static int TextAppearance_AppCompat+
public static int TextAppearance_AppCompat_Body1+
public static int TextAppearance_AppCompat_Body2+
public static int TextAppearance_AppCompat_Button+
public static int TextAppearance_AppCompat_Caption+
public static int TextAppearance_AppCompat_Display1+
public static int TextAppearance_AppCompat_Display2+
public static int TextAppearance_AppCompat_Display3+
public static int TextAppearance_AppCompat_Display4+
public static int TextAppearance_AppCompat_Headline+
public static int TextAppearance_AppCompat_Inverse+
public static int TextAppearance_AppCompat_Large+
public static int TextAppearance_AppCompat_Large_Inverse+
public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle+
public static int TextAppearance_AppCompat_Light_SearchResult_Title+
public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large+
public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small+
public static int TextAppearance_AppCompat_Medium+
public static int TextAppearance_AppCompat_Medium_Inverse+
public static int TextAppearance_AppCompat_Menu+
public static int TextAppearance_AppCompat_SearchResult_Subtitle+
public static int TextAppearance_AppCompat_SearchResult_Title+
public static int TextAppearance_AppCompat_Small+
public static int TextAppearance_AppCompat_Small_Inverse+
public static int TextAppearance_AppCompat_Subhead+
public static int TextAppearance_AppCompat_Subhead_Inverse+
public static int TextAppearance_AppCompat_Title+
public static int TextAppearance_AppCompat_Title_Inverse+
public static int TextAppearance_AppCompat_Tooltip+
public static int TextAppearance_AppCompat_Widget_ActionBar_Menu+
public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle+
public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse+
public static int TextAppearance_AppCompat_Widget_ActionBar_Title+
public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse+
public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle+
public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse+
public static int TextAppearance_AppCompat_Widget_ActionMode_Title+
public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse+
public static int TextAppearance_AppCompat_Widget_Button+
public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored+
public static int TextAppearance_AppCompat_Widget_Button_Colored+
public static int TextAppearance_AppCompat_Widget_Button_Inverse+
public static int TextAppearance_AppCompat_Widget_DropDownItem+
public static int TextAppearance_AppCompat_Widget_PopupMenu_Header+
public static int TextAppearance_AppCompat_Widget_PopupMenu_Large+
public static int TextAppearance_AppCompat_Widget_PopupMenu_Small+
public static int TextAppearance_AppCompat_Widget_Switch+
public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem+
public static int TextAppearance_Compat_Notification+
public static int TextAppearance_Compat_Notification_Info+
public static int TextAppearance_Compat_Notification_Info_Media+
public static int TextAppearance_Compat_Notification_Line2+
public static int TextAppearance_Compat_Notification_Line2_Media+
public static int TextAppearance_Compat_Notification_Media+
public static int TextAppearance_Compat_Notification_Time+
public static int TextAppearance_Compat_Notification_Time_Media+
public static int TextAppearance_Compat_Notification_Title+
public static int TextAppearance_Compat_Notification_Title_Media+
public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item+
public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle+
public static int TextAppearance_Widget_AppCompat_Toolbar_Title+
public static int ThemeOverlay_AppCompat+
public static int ThemeOverlay_AppCompat_ActionBar+
public static int ThemeOverlay_AppCompat_Dark+
public static int ThemeOverlay_AppCompat_Dark_ActionBar+
public static int ThemeOverlay_AppCompat_Dialog+
public static int ThemeOverlay_AppCompat_Dialog_Alert+
public static int ThemeOverlay_AppCompat_Light+
public static int Theme_AppCompat+
public static int Theme_AppCompat_CompactMenu+
public static int Theme_AppCompat_DayNight+
public static int Theme_AppCompat_DayNight_DarkActionBar+
public static int Theme_AppCompat_DayNight_Dialog+
public static int Theme_AppCompat_DayNight_DialogWhenLarge+
public static int Theme_AppCompat_DayNight_Dialog_Alert+
public static int Theme_AppCompat_DayNight_Dialog_MinWidth+
public static int Theme_AppCompat_DayNight_NoActionBar+
public static int Theme_AppCompat_Dialog+
public static int Theme_AppCompat_DialogWhenLarge+
public static int Theme_AppCompat_Dialog_Alert+
public static int Theme_AppCompat_Dialog_MinWidth+
public static int Theme_AppCompat_Light+
public static int Theme_AppCompat_Light_DarkActionBar+
public static int Theme_AppCompat_Light_Dialog+
public static int Theme_AppCompat_Light_DialogWhenLarge+
public static int Theme_AppCompat_Light_Dialog_Alert+
public static int Theme_AppCompat_Light_Dialog_MinWidth+
public static int Theme_AppCompat_Light_NoActionBar+
public static int Theme_AppCompat_NoActionBar+
public static int Widget_AppCompat_ActionBar+
public static int Widget_AppCompat_ActionBar_Solid+
public static int Widget_AppCompat_ActionBar_TabBar+
public static int Widget_AppCompat_ActionBar_TabText+
public static int Widget_AppCompat_ActionBar_TabView+
public static int Widget_AppCompat_ActionButton+
public static int Widget_AppCompat_ActionButton_CloseMode+
public static int Widget_AppCompat_ActionButton_Overflow+
public static int Widget_AppCompat_ActionMode+
public static int Widget_AppCompat_ActivityChooserView+
public static int Widget_AppCompat_AutoCompleteTextView+
public static int Widget_AppCompat_Button+
public static int Widget_AppCompat_ButtonBar+
public static int Widget_AppCompat_ButtonBar_AlertDialog+
public static int Widget_AppCompat_Button_Borderless+
public static int Widget_AppCompat_Button_Borderless_Colored+
public static int Widget_AppCompat_Button_ButtonBar_AlertDialog+
public static int Widget_AppCompat_Button_Colored+
public static int Widget_AppCompat_Button_Small+
public static int Widget_AppCompat_CompoundButton_CheckBox+
public static int Widget_AppCompat_CompoundButton_RadioButton+
public static int Widget_AppCompat_CompoundButton_Switch+
public static int Widget_AppCompat_DrawerArrowToggle+
public static int Widget_AppCompat_DropDownItem_Spinner+
public static int Widget_AppCompat_EditText+
public static int Widget_AppCompat_ImageButton+
public static int Widget_AppCompat_Light_ActionBar+
public static int Widget_AppCompat_Light_ActionBar_Solid+
public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse+
public static int Widget_AppCompat_Light_ActionBar_TabBar+
public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse+
public static int Widget_AppCompat_Light_ActionBar_TabText+
public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse+
public static int Widget_AppCompat_Light_ActionBar_TabView+
public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse+
public static int Widget_AppCompat_Light_ActionButton+
public static int Widget_AppCompat_Light_ActionButton_CloseMode+
public static int Widget_AppCompat_Light_ActionButton_Overflow+
public static int Widget_AppCompat_Light_ActionMode_Inverse+
public static int Widget_AppCompat_Light_ActivityChooserView+
public static int Widget_AppCompat_Light_AutoCompleteTextView+
public static int Widget_AppCompat_Light_DropDownItem_Spinner+
public static int Widget_AppCompat_Light_ListPopupWindow+
public static int Widget_AppCompat_Light_ListView_DropDown+
public static int Widget_AppCompat_Light_PopupMenu+
public static int Widget_AppCompat_Light_PopupMenu_Overflow+
public static int Widget_AppCompat_Light_SearchView+
public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar+
public static int Widget_AppCompat_ListMenuView+
public static int Widget_AppCompat_ListPopupWindow+
public static int Widget_AppCompat_ListView+
public static int Widget_AppCompat_ListView_DropDown+
public static int Widget_AppCompat_ListView_Menu+
public static int Widget_AppCompat_PopupMenu+
public static int Widget_AppCompat_PopupMenu_Overflow+
public static int Widget_AppCompat_PopupWindow+
public static int Widget_AppCompat_ProgressBar+
public static int Widget_AppCompat_ProgressBar_Horizontal+
public static int Widget_AppCompat_RatingBar+
public static int Widget_AppCompat_RatingBar_Indicator+
public static int Widget_AppCompat_RatingBar_Small+
public static int Widget_AppCompat_SearchView+
public static int Widget_AppCompat_SearchView_ActionBar+
public static int Widget_AppCompat_SeekBar+
public static int Widget_AppCompat_SeekBar_Discrete+
public static int Widget_AppCompat_Spinner+
public static int Widget_AppCompat_Spinner_DropDown+
public static int Widget_AppCompat_Spinner_DropDown_ActionBar+
public static int Widget_AppCompat_Spinner_Underlined+
public static int Widget_AppCompat_TextView_SpinnerItem+
public static int Widget_AppCompat_Toolbar+
public static int Widget_AppCompat_Toolbar_Button_Navigation+
public static int Widget_Compat_NotificationActionContainer+
public static int Widget_Compat_NotificationActionText+
public static final class R.styleable
+extends java.lang.Object
+public static int[] ActionBar+
public static int ActionBar_background+
public static int ActionBar_backgroundSplit+
public static int ActionBar_backgroundStacked+
public static int ActionBar_contentInsetEnd+
public static int ActionBar_contentInsetEndWithActions+
public static int ActionBar_contentInsetLeft+
public static int ActionBar_contentInsetRight+
public static int ActionBar_contentInsetStart+
public static int ActionBar_contentInsetStartWithNavigation+
public static int ActionBar_customNavigationLayout+
public static int ActionBar_displayOptions+
public static int ActionBar_divider+
public static int ActionBar_elevation+
public static int ActionBar_height+
public static int ActionBar_hideOnContentScroll+
public static int ActionBar_homeAsUpIndicator+
public static int ActionBar_homeLayout+
public static int ActionBar_icon+
public static int ActionBar_indeterminateProgressStyle+
public static int ActionBar_itemPadding+
public static int ActionBar_logo+
public static int ActionBar_navigationMode+
public static int ActionBar_popupTheme+
public static int ActionBar_progressBarPadding+
public static int ActionBar_progressBarStyle+
public static int ActionBar_subtitle+
public static int ActionBar_subtitleTextStyle+
public static int ActionBar_title+
public static int ActionBar_titleTextStyle+
public static int[] ActionBarLayout+
public static int ActionBarLayout_android_layout_gravity+
public static int[] ActionMenuItemView+
public static int ActionMenuItemView_android_minWidth+
public static int[] ActionMode+
public static int ActionMode_background+
public static int ActionMode_backgroundSplit+
public static int ActionMode_closeItemLayout+
public static int ActionMode_height+
public static int ActionMode_subtitleTextStyle+
public static int ActionMode_titleTextStyle+
public static int[] ActivityChooserView+
public static int ActivityChooserView_expandActivityOverflowButtonDrawable+
public static int ActivityChooserView_initialActivityCount+
public static int[] AlertDialog+
public static int AlertDialog_android_layout+
public static int AlertDialog_buttonPanelSideLayout+
public static int AlertDialog_listItemLayout+
public static int AlertDialog_listLayout+
public static int AlertDialog_multiChoiceItemLayout+
public static int AlertDialog_showTitle+
public static int AlertDialog_singleChoiceItemLayout+
public static int[] AppCompatImageView+
public static int AppCompatImageView_android_src+
public static int AppCompatImageView_srcCompat+
public static int AppCompatImageView_tint+
public static int AppCompatImageView_tintMode+
public static int[] AppCompatSeekBar+
public static int AppCompatSeekBar_android_thumb+
public static int AppCompatSeekBar_tickMark+
public static int AppCompatSeekBar_tickMarkTint+
public static int AppCompatSeekBar_tickMarkTintMode+
public static int[] AppCompatTextHelper+
public static int AppCompatTextHelper_android_drawableBottom+
public static int AppCompatTextHelper_android_drawableEnd+
public static int AppCompatTextHelper_android_drawableLeft+
public static int AppCompatTextHelper_android_drawableRight+
public static int AppCompatTextHelper_android_drawableStart+
public static int AppCompatTextHelper_android_drawableTop+
public static int AppCompatTextHelper_android_textAppearance+
public static int[] AppCompatTextView+
public static int AppCompatTextView_android_textAppearance+
public static int AppCompatTextView_autoSizeMaxTextSize+
public static int AppCompatTextView_autoSizeMinTextSize+
public static int AppCompatTextView_autoSizePresetSizes+
public static int AppCompatTextView_autoSizeStepGranularity+
public static int AppCompatTextView_autoSizeTextType+
public static int AppCompatTextView_fontFamily+
public static int AppCompatTextView_textAllCaps+
public static int[] AppCompatTheme+
public static int AppCompatTheme_actionBarDivider+
public static int AppCompatTheme_actionBarItemBackground+
public static int AppCompatTheme_actionBarPopupTheme+
public static int AppCompatTheme_actionBarSize+
public static int AppCompatTheme_actionBarSplitStyle+
public static int AppCompatTheme_actionBarStyle+
public static int AppCompatTheme_actionBarTabBarStyle+
public static int AppCompatTheme_actionBarTabStyle+
public static int AppCompatTheme_actionBarTabTextStyle+
public static int AppCompatTheme_actionBarTheme+
public static int AppCompatTheme_actionBarWidgetTheme+
public static int AppCompatTheme_actionButtonStyle+
public static int AppCompatTheme_actionDropDownStyle+
public static int AppCompatTheme_actionMenuTextAppearance+
public static int AppCompatTheme_actionMenuTextColor+
public static int AppCompatTheme_actionModeBackground+
public static int AppCompatTheme_actionModeCloseButtonStyle+
public static int AppCompatTheme_actionModeCloseDrawable+
public static int AppCompatTheme_actionModeCopyDrawable+
public static int AppCompatTheme_actionModeCutDrawable+
public static int AppCompatTheme_actionModeFindDrawable+
public static int AppCompatTheme_actionModePasteDrawable+
public static int AppCompatTheme_actionModePopupWindowStyle+
public static int AppCompatTheme_actionModeSelectAllDrawable+
public static int AppCompatTheme_actionModeShareDrawable+
public static int AppCompatTheme_actionModeSplitBackground+
public static int AppCompatTheme_actionModeStyle+
public static int AppCompatTheme_actionModeWebSearchDrawable+
public static int AppCompatTheme_actionOverflowButtonStyle+
public static int AppCompatTheme_actionOverflowMenuStyle+
public static int AppCompatTheme_activityChooserViewStyle+
public static int AppCompatTheme_alertDialogButtonGroupStyle+
public static int AppCompatTheme_alertDialogCenterButtons+
public static int AppCompatTheme_alertDialogStyle+
public static int AppCompatTheme_alertDialogTheme+
public static int AppCompatTheme_android_windowAnimationStyle+
public static int AppCompatTheme_android_windowIsFloating+
public static int AppCompatTheme_autoCompleteTextViewStyle+
public static int AppCompatTheme_borderlessButtonStyle+
public static int AppCompatTheme_buttonBarButtonStyle+
public static int AppCompatTheme_buttonBarNegativeButtonStyle+
public static int AppCompatTheme_buttonBarNeutralButtonStyle+
public static int AppCompatTheme_buttonBarPositiveButtonStyle+
public static int AppCompatTheme_buttonBarStyle+
public static int AppCompatTheme_buttonStyle+
public static int AppCompatTheme_buttonStyleSmall+
public static int AppCompatTheme_checkboxStyle+
public static int AppCompatTheme_checkedTextViewStyle+
public static int AppCompatTheme_colorAccent+
public static int AppCompatTheme_colorBackgroundFloating+
public static int AppCompatTheme_colorButtonNormal+
public static int AppCompatTheme_colorControlActivated+
public static int AppCompatTheme_colorControlHighlight+
public static int AppCompatTheme_colorControlNormal+
public static int AppCompatTheme_colorError+
public static int AppCompatTheme_colorPrimary+
public static int AppCompatTheme_colorPrimaryDark+
public static int AppCompatTheme_colorSwitchThumbNormal+
public static int AppCompatTheme_controlBackground+
public static int AppCompatTheme_dialogPreferredPadding+
public static int AppCompatTheme_dialogTheme+
public static int AppCompatTheme_dividerHorizontal+
public static int AppCompatTheme_dividerVertical+
public static int AppCompatTheme_dropDownListViewStyle+
public static int AppCompatTheme_dropdownListPreferredItemHeight+
public static int AppCompatTheme_editTextBackground+
public static int AppCompatTheme_editTextColor+
public static int AppCompatTheme_editTextStyle+
public static int AppCompatTheme_homeAsUpIndicator+
public static int AppCompatTheme_imageButtonStyle+
public static int AppCompatTheme_listChoiceBackgroundIndicator+
public static int AppCompatTheme_listDividerAlertDialog+
public static int AppCompatTheme_listMenuViewStyle+
public static int AppCompatTheme_listPopupWindowStyle+
public static int AppCompatTheme_listPreferredItemHeight+
public static int AppCompatTheme_listPreferredItemHeightLarge+
public static int AppCompatTheme_listPreferredItemHeightSmall+
public static int AppCompatTheme_listPreferredItemPaddingLeft+
public static int AppCompatTheme_listPreferredItemPaddingRight+
public static int AppCompatTheme_panelBackground+
public static int AppCompatTheme_panelMenuListTheme+
public static int AppCompatTheme_panelMenuListWidth+
public static int AppCompatTheme_popupMenuStyle+
public static int AppCompatTheme_popupWindowStyle+
public static int AppCompatTheme_radioButtonStyle+
public static int AppCompatTheme_ratingBarStyle+
public static int AppCompatTheme_ratingBarStyleIndicator+
public static int AppCompatTheme_ratingBarStyleSmall+
public static int AppCompatTheme_searchViewStyle+
public static int AppCompatTheme_seekBarStyle+
public static int AppCompatTheme_selectableItemBackground+
public static int AppCompatTheme_selectableItemBackgroundBorderless+
public static int AppCompatTheme_spinnerDropDownItemStyle+
public static int AppCompatTheme_spinnerStyle+
public static int AppCompatTheme_switchStyle+
public static int AppCompatTheme_textAppearanceLargePopupMenu+
public static int AppCompatTheme_textAppearanceListItem+
public static int AppCompatTheme_textAppearanceListItemSecondary+
public static int AppCompatTheme_textAppearanceListItemSmall+
public static int AppCompatTheme_textAppearancePopupMenuHeader+
public static int AppCompatTheme_textAppearanceSearchResultSubtitle+
public static int AppCompatTheme_textAppearanceSearchResultTitle+
public static int AppCompatTheme_textAppearanceSmallPopupMenu+
public static int AppCompatTheme_textColorAlertDialogListItem+
public static int AppCompatTheme_textColorSearchUrl+
public static int AppCompatTheme_toolbarNavigationButtonStyle+
public static int AppCompatTheme_toolbarStyle+
public static int AppCompatTheme_tooltipForegroundColor+
public static int AppCompatTheme_tooltipFrameBackground+
public static int AppCompatTheme_windowActionBar+
public static int AppCompatTheme_windowActionBarOverlay+
public static int AppCompatTheme_windowActionModeOverlay+
public static int AppCompatTheme_windowFixedHeightMajor+
public static int AppCompatTheme_windowFixedHeightMinor+
public static int AppCompatTheme_windowFixedWidthMajor+
public static int AppCompatTheme_windowFixedWidthMinor+
public static int AppCompatTheme_windowMinWidthMajor+
public static int AppCompatTheme_windowMinWidthMinor+
public static int AppCompatTheme_windowNoTitle+
public static int[] ButtonBarLayout+
public static int ButtonBarLayout_allowStacking+
public static int[] CardView+
public static int CardView_android_minHeight+
public static int CardView_android_minWidth+
public static int CardView_cardBackgroundColor+
public static int CardView_cardCornerRadius+
public static int CardView_cardElevation+
public static int CardView_cardMaxElevation+
public static int CardView_cardPreventCornerOverlap+
public static int CardView_cardUseCompatPadding+
public static int CardView_contentPadding+
public static int CardView_contentPaddingBottom+
public static int CardView_contentPaddingLeft+
public static int CardView_contentPaddingRight+
public static int CardView_contentPaddingTop+
public static int[] ColorStateListItem+
public static int ColorStateListItem_alpha+
public static int ColorStateListItem_android_alpha+
public static int ColorStateListItem_android_color+
public static int[] CompoundButton+
public static int CompoundButton_android_button+
public static int CompoundButton_buttonTint+
public static int CompoundButton_buttonTintMode+
public static int[] DrawerArrowToggle+
public static int DrawerArrowToggle_arrowHeadLength+
public static int DrawerArrowToggle_arrowShaftLength+
public static int DrawerArrowToggle_barLength+
public static int DrawerArrowToggle_color+
public static int DrawerArrowToggle_drawableSize+
public static int DrawerArrowToggle_gapBetweenBars+
public static int DrawerArrowToggle_spinBars+
public static int DrawerArrowToggle_thickness+
public static int[] ElevationShadowView+
public static int ElevationShadowView_emulateParallelLight+
public static int ElevationShadowView_shadowElevation+
public static int ElevationShadowView_shadowOrientation+
public static int[] FontFamily+
public static int FontFamily_fontProviderAuthority+
public static int FontFamily_fontProviderCerts+
public static int FontFamily_fontProviderFetchStrategy+
public static int FontFamily_fontProviderFetchTimeout+
public static int FontFamily_fontProviderPackage+
public static int FontFamily_fontProviderQuery+
public static int[] FontFamilyFont+
public static int FontFamilyFont_android_font+
public static int FontFamilyFont_android_fontStyle+
public static int FontFamilyFont_android_fontWeight+
public static int FontFamilyFont_font+
public static int FontFamilyFont_fontStyle+
public static int FontFamilyFont_fontWeight+
public static int[] LinearLayoutCompat+
public static int LinearLayoutCompat_android_baselineAligned+
public static int LinearLayoutCompat_android_baselineAlignedChildIndex+
public static int LinearLayoutCompat_android_gravity+
public static int LinearLayoutCompat_android_orientation+
public static int LinearLayoutCompat_android_weightSum+
public static int LinearLayoutCompat_divider+
public static int LinearLayoutCompat_dividerPadding+
public static int LinearLayoutCompat_measureWithLargestChild+
public static int LinearLayoutCompat_showDividers+
public static int[] LinearLayoutCompat_Layout+
public static int LinearLayoutCompat_Layout_android_layout_gravity+
public static int LinearLayoutCompat_Layout_android_layout_height+
public static int LinearLayoutCompat_Layout_android_layout_weight+
public static int LinearLayoutCompat_Layout_android_layout_width+
public static int[] ListPopupWindow+
public static int ListPopupWindow_android_dropDownHorizontalOffset+
public static int ListPopupWindow_android_dropDownVerticalOffset+
public static int[] MenuGroup+
public static int MenuGroup_android_checkableBehavior+
public static int MenuGroup_android_enabled+
public static int MenuGroup_android_id+
public static int MenuGroup_android_menuCategory+
public static int MenuGroup_android_orderInCategory+
public static int MenuGroup_android_visible+
public static int[] MenuItem+
public static int MenuItem_actionLayout+
public static int MenuItem_actionProviderClass+
public static int MenuItem_actionViewClass+
public static int MenuItem_alphabeticModifiers+
public static int MenuItem_android_alphabeticShortcut+
public static int MenuItem_android_checkable+
public static int MenuItem_android_checked+
public static int MenuItem_android_enabled+
public static int MenuItem_android_icon+
public static int MenuItem_android_id+
public static int MenuItem_android_menuCategory+
public static int MenuItem_android_numericShortcut+
public static int MenuItem_android_onClick+
public static int MenuItem_android_orderInCategory+
public static int MenuItem_android_title+
public static int MenuItem_android_titleCondensed+
public static int MenuItem_android_visible+
public static int MenuItem_contentDescription+
public static int MenuItem_iconTint+
public static int MenuItem_iconTintMode+
public static int MenuItem_numericModifiers+
public static int MenuItem_showAsAction+
public static int MenuItem_tooltipText+
public static int[] MenuView+
public static int MenuView_android_headerBackground+
public static int MenuView_android_horizontalDivider+
public static int MenuView_android_itemBackground+
public static int MenuView_android_itemIconDisabledAlpha+
public static int MenuView_android_itemTextAppearance+
public static int MenuView_android_verticalDivider+
public static int MenuView_android_windowAnimationStyle+
public static int MenuView_preserveIconSpacing+
public static int MenuView_subMenuArrow+
public static int[] NavigationPreference+
public static int NavigationPreference_android_breadCrumbTitle+
public static int NavigationPreference_android_fragment+
public static int NavigationPreference_android_icon+
public static int NavigationPreference_android_tint+
public static int[] PopupWindow+
public static int PopupWindow_android_popupAnimationStyle+
public static int PopupWindow_android_popupBackground+
public static int PopupWindow_overlapAnchor+
public static int[] PopupWindowBackgroundState+
public static int PopupWindowBackgroundState_state_above_anchor+
public static int[] RecycleListView+
public static int RecycleListView_paddingBottomNoButtons+
public static int RecycleListView_paddingTopNoTitle+
public static int[] RecyclerView+
public static int RecyclerView_android_descendantFocusability+
public static int RecyclerView_android_orientation+
public static int RecyclerView_fastScrollEnabled+
public static int RecyclerView_fastScrollHorizontalThumbDrawable+
public static int RecyclerView_fastScrollHorizontalTrackDrawable+
public static int RecyclerView_fastScrollVerticalThumbDrawable+
public static int RecyclerView_fastScrollVerticalTrackDrawable+
public static int RecyclerView_layoutManager+
public static int RecyclerView_reverseLayout+
public static int RecyclerView_spanCount+
public static int RecyclerView_stackFromEnd+
public static int[] ScrimInsetsLayout+
public static int ScrimInsetsLayout_insetDrawable+
public static int[] SearchView+
public static int SearchView_android_focusable+
public static int SearchView_android_imeOptions+
public static int SearchView_android_inputType+
public static int SearchView_android_maxWidth+
public static int SearchView_closeIcon+
public static int SearchView_commitIcon+
public static int SearchView_defaultQueryHint+
public static int SearchView_goIcon+
public static int SearchView_iconifiedByDefault+
public static int SearchView_layout+
public static int SearchView_queryBackground+
public static int SearchView_queryHint+
public static int SearchView_searchHintIcon+
public static int SearchView_searchIcon+
public static int SearchView_submitBackground+
public static int SearchView_suggestionRowLayout+
public static int SearchView_voiceIcon+
public static int[] Spinner+
public static int Spinner_android_dropDownWidth+
public static int Spinner_android_entries+
public static int Spinner_android_popupBackground+
public static int Spinner_android_prompt+
public static int Spinner_popupTheme+
public static int[] SquareImageView+
public static int SquareImageView_scaledEdge+
public static int[] SwitchCompat+
public static int SwitchCompat_android_textOff+
public static int SwitchCompat_android_textOn+
public static int SwitchCompat_android_thumb+
public static int SwitchCompat_showText+
public static int SwitchCompat_splitTrack+
public static int SwitchCompat_switchMinWidth+
public static int SwitchCompat_switchPadding+
public static int SwitchCompat_switchTextAppearance+
public static int SwitchCompat_thumbTextPadding+
public static int SwitchCompat_thumbTint+
public static int SwitchCompat_thumbTintMode+
public static int SwitchCompat_track+
public static int SwitchCompat_trackTint+
public static int SwitchCompat_trackTintMode+
public static int[] TextAppearance+
public static int TextAppearance_android_fontFamily+
public static int TextAppearance_android_shadowColor+
public static int TextAppearance_android_shadowDx+
public static int TextAppearance_android_shadowDy+
public static int TextAppearance_android_shadowRadius+
public static int TextAppearance_android_textColor+
public static int TextAppearance_android_textColorHint+
public static int TextAppearance_android_textColorLink+
public static int TextAppearance_android_textSize+
public static int TextAppearance_android_textStyle+
public static int TextAppearance_android_typeface+
public static int TextAppearance_fontFamily+
public static int TextAppearance_textAllCaps+
public static int[] Toolbar+
public static int Toolbar_android_gravity+
public static int Toolbar_android_minHeight+
public static int Toolbar_buttonGravity+
public static int Toolbar_collapseContentDescription+
public static int Toolbar_collapseIcon+
public static int Toolbar_contentInsetEnd+
public static int Toolbar_contentInsetEndWithActions+
public static int Toolbar_contentInsetLeft+
public static int Toolbar_contentInsetRight+
public static int Toolbar_contentInsetStart+
public static int Toolbar_contentInsetStartWithNavigation+
public static int Toolbar_logo+
public static int Toolbar_logoDescription+
public static int Toolbar_maxButtonHeight+
public static int Toolbar_navigationContentDescription+
public static int Toolbar_navigationIcon+
public static int Toolbar_popupTheme+
public static int Toolbar_subtitle+
public static int Toolbar_subtitleTextAppearance+
public static int Toolbar_subtitleTextColor+
public static int Toolbar_title+
public static int Toolbar_titleMargin+
public static int Toolbar_titleMarginBottom+
public static int Toolbar_titleMarginEnd+
public static int Toolbar_titleMarginStart+
public static int Toolbar_titleMarginTop+
public static int Toolbar_titleMargins+
public static int Toolbar_titleTextAppearance+
public static int Toolbar_titleTextColor+
public static int[] View+
public static int View_android_focusable+
public static int View_android_theme+
public static int View_paddingEnd+
public static int View_paddingStart+
public static int View_theme+
public static int[] ViewBackgroundHelper+
public static int ViewBackgroundHelper_android_background+
public static int ViewBackgroundHelper_backgroundTint+
public static int ViewBackgroundHelper_backgroundTintMode+
public static int[] ViewStubCompat+
public static int ViewStubCompat_android_id+
public static int ViewStubCompat_android_inflatedId+
public static int ViewStubCompat_android_layout+
public static final class R.xml
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+elevation_shadow_view |
+
public interface RestoreDefaultsListener
+PreferenceFragment
, should be restored.Modifier and Type | +Method and Description | +
---|---|
void |
+onRestoredDefaultValue(PreferenceFragment fragment,
+ android.preference.Preference preference,
+ java.lang.Object oldValue,
+ java.lang.Object newValue)
+The method, which is invoked, when the default value of a specific preference has been
+ restored.
+ |
+
boolean |
+onRestoreDefaultValueRequested(PreferenceFragment fragment,
+ android.preference.Preference preference,
+ java.lang.Object currentValue)
+The method, which is invoked, when the default value of a specific preference, should be
+ restored.
+ |
+
boolean |
+onRestoreDefaultValuesRequested(PreferenceFragment fragment)
+The method, which is invoked, when the default values of the preferences, which belong to a
+ specific preference fragment, should be restored.
+ |
+
boolean onRestoreDefaultValuesRequested(@NonNull + PreferenceFragment fragment)+
fragment
- The fragment, whose preferences' default values should be restored, as an instance of
+ the class PreferenceFragment
boolean onRestoreDefaultValueRequested(@NonNull + PreferenceFragment fragment, + @NonNull + android.preference.Preference preference, + java.lang.Object currentValue)+
fragment
- The fragment, the preference, whose default value should be restored, belongs to, as
+ an instance of the class PreferenceFragment
preference
- The preference, whose default value should be restored, as an instance of the class
+ Preference
currentValue
- The current value of the preference, whose default value should be restored, as an
+ instance of the class Object
void onRestoredDefaultValue(@NonNull + PreferenceFragment fragment, + @NonNull + android.preference.Preference preference, + java.lang.Object oldValue, + java.lang.Object newValue)+
fragment
- The fragment, the preference, whose default value has been restored, belongs to, as
+ an instance of the class PreferenceFragment
preference
- The preference, whose default value has been restored, as an instance of the class
+ Preference
oldValue
- The old value of the preference, whose default value has been restored, as an
+ instance of the class Object
newValue
- The new value of the preference, whose default value has been restored, as an
+ instance of the class Object
public interface WizardListener
+PreferenceActivity
, which is used as wizard, by using its next-, back- and finish-button. The
+ return values of the interface's methods allow to take influence on the navigation, e.g. if the
+ currently shown preferences should be validated.Modifier and Type | +Method and Description | +
---|---|
boolean |
+onFinish(NavigationPreference navigationPreference,
+ android.app.Fragment fragment,
+ android.os.Bundle bundle)
+The method, which is invoked, when the user wants to finish the last step of the wizard.
+ |
+
android.os.Bundle |
+onNextStep(NavigationPreference navigationPreference,
+ android.app.Fragment fragment,
+ android.os.Bundle bundle)
+The method, which is invoked, when the user wants to navigate to the next step of the
+ wizard.
+ |
+
android.os.Bundle |
+onPreviousStep(NavigationPreference navigationPreference,
+ android.app.Fragment fragment,
+ android.os.Bundle bundle)
+The method, which is invoked, when the user wants to navigate to the previous step of the
+ wizard.
+ |
+
boolean |
+onSkip(NavigationPreference navigationPreference,
+ android.app.Fragment fragment,
+ android.os.Bundle bundle)
+The method, which is invoked, when the user wants to skip the wizard.
+ |
+
android.os.Bundle onNextStep(@NonNull + NavigationPreference navigationPreference, + @NonNull + android.app.Fragment fragment, + @Nullable + android.os.Bundle bundle)+
navigationPreference
- The currently selected navigation preference as an instance of the class NavigationPreference
. The navigation preference may not be nullfragment
- The currently shown preference fragment as an instance of the class Fragment
.
+ The fragment may not be nullbundle
- A bundle, which contains the parameters, which have been passed to the currently
+ shown preference fragment, as an instance of the class Bundle
or null, if no
+ parameters have been passed to the fragmentBundle
or null, if navigating to the next step of the wizard should not be allowedandroid.os.Bundle onPreviousStep(@NonNull + NavigationPreference navigationPreference, + @NonNull + android.app.Fragment fragment, + @Nullable + android.os.Bundle bundle)+
navigationPreference
- The currently selected navigation preference as an instance of the class NavigationPreference
. The navigation preference may not be nullfragment
- The currently shown preference fragment as an instance of the class Fragment
.
+ The fragment may not be nullbundle
- A bundle, which contains the parameters, which have been passed to the currently
+ shown preference fragment, as an instance of the class Bundle
or null, if no
+ parameters have been passed to the fragmentBundle
or null, if navigating to the previous step of the wizard should not be
+ allowedboolean onFinish(@NonNull + NavigationPreference navigationPreference, + @NonNull + android.app.Fragment fragment, + @Nullable + android.os.Bundle bundle)+
navigationPreference
- The currently selected navigation preference as an instance of the class NavigationPreference
. The navigation preference may not be nullfragment
- The currently shown preference fragment as an instance of the class Fragment
.
+ The fragment may not be nullbundle
- A bundle, which contains the parameters, which have been passed to the currently
+ shown preference fragment, as an instance of the class Bundle
or null, if no
+ parameters have been passed to the fragmentboolean onSkip(@NonNull + NavigationPreference navigationPreference, + @NonNull + android.app.Fragment fragment, + @Nullable + android.os.Bundle bundle)+
navigationPreference
- The currently selected navigation preference as an instance of the class NavigationPreference
. The navigation preference may not be nullfragment
- The currently shown preference fragment as an instance of the class Fragment
.
+ The fragment may not be nullbundle
- A bundle, which contains the parameters, which have been passed to the currently
+ shown preference fragment, as an instance of the class Bundle
or null, if no
+ parameters have been passed to the fragmentpublic static interface NavigationPreferenceGroupAdapter.Callback
+Modifier and Type | +Method and Description | +
---|---|
void |
+onNavigationPreferenceAdded(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference has been added.
+ |
+
void |
+onNavigationPreferenceRemoved(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference has been removed.
+ |
+
void |
+onNavigationPreferenceSelected(NavigationPreference navigationPreference,
+ android.os.Bundle arguments)
+The method, which is invoked, when a navigation preference has been selected.
+ |
+
void |
+onNavigationPreferenceUnselected()
+The method, which is invoked, when a navigation preference has been unselected.
+ |
+
boolean |
+onSelectNavigationPreference(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference is about to be selected.
+ |
+
boolean onSelectNavigationPreference(@NonNull + NavigationPreference navigationPreference)+
navigationPreference
- The navigation preference, which is about to be selected, as an instance of the
+ class NavigationPreference
. The navigation preference may not be nullvoid onNavigationPreferenceSelected(@NonNull + NavigationPreference navigationPreference, + @Nullable + android.os.Bundle arguments)+
navigationPreference
- The navigation preference, which has been selected, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullarguments
- The arguments, which should be passed to the fragment, which is associated with
+ the navigation preference, as an instance of the class Bundle
or null, if
+ no arguments should be passed to the fragmentvoid onNavigationPreferenceUnselected()+
void onNavigationPreferenceAdded(@NonNull + NavigationPreference navigationPreference)+
navigationPreference
- The navigation preference, which has been added, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullvoid onNavigationPreferenceRemoved(@NonNull + NavigationPreference navigationPreference)+
navigationPreference
- The navigation preference, which has been removed, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullpublic class NavigationPreferenceGroupAdapter +extends PreferenceGroupAdapter +implements NavigationPreference.Callback+
PreferenceGroupAdapter
, which is used to visualize the navigation preferences of a
+ PreferenceActivity
. It allows to register a callback at the adapter's NavigationPreference
sModifier and Type | +Class and Description | +
---|---|
static interface |
+NavigationPreferenceGroupAdapter.Callback
+Defines the callback, a class, which should be notified about the adapter's events, must
+ implement.
+ |
+
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
Constructor and Description | +
---|
NavigationPreferenceGroupAdapter(android.content.Context context,
+ android.widget.ListAdapter encapsulatedAdapter,
+ NavigationPreferenceGroupAdapter.Callback callback)
+Creates a new
+PreferenceGroupAdapter , which is used to visualize the navigation
+ preferences of a PreferenceActivity . |
+
Modifier and Type | +Method and Description | +
---|---|
java.util.List<NavigationPreference> |
+getAllNavigationPreferences()
+Returns a list, which contains all navigation preferences, which are contained by the
+ adapter.
+ |
+
NavigationPreference |
+getNavigationPreference(int index)
+Returns the navigation preference, which corresponds to a specific index.
+ |
+
int |
+getNavigationPreferenceCount()
+Returns the number of navigation preferences, which are contained by the adapter.
+ |
+
NavigationPreference |
+getSelectedNavigationPreference()
+Returns the currently selected navigation preference.
+ |
+
int |
+getSelectedNavigationPreferenceIndex()
+Returns the index of the navigation preference, which is currently selected, among all
+ navigation preferences.
+ |
+
int |
+indexOfNavigationPreference(NavigationPreference navigationPreference)
+Returns the index of a specific navigation preference among all navigation preferences, which
+ are contained by the adapter.
+ |
+
boolean |
+isEnabled(int position) |
+
void |
+notifyDataSetChanged() |
+
void |
+notifyDataSetInvalidated() |
+
void |
+onShowFragment(NavigationPreference navigationPreference)
+The method, which is invoked, when the fragment, which is associated with a specific
+ navigation preference, should be shown.
+ |
+
protected void |
+onVisualizedItem(java.lang.Object item,
+ android.view.View view)
+The method, which is invoked, when a specific item has been visualized.
+ |
+
protected void |
+onVisualizeItem(java.lang.Object item)
+The method, which is invoked, when a specific item is visualized.
+ |
+
void |
+selectNavigationPreference(int index,
+ android.os.Bundle arguments)
+Selects a specific navigation preference.
+ |
+
void |
+selectNavigationPreference(NavigationPreference navigationPreference,
+ android.os.Bundle arguments)
+Selects a specific navigation preference.
+ |
+
void |
+setEnabled(boolean enabled)
+Sets, whether the items of the adapter are enabled, i.e.
+ |
+
void |
+setSelectionColor(int color)
+Sets the background color of the currently selected navigation preference.
+ |
+
getContext, getCount, getEncapsulatedAdapter, getItem, getItemId, getItemInternal, getItemViewType, getView, getViewTypeCount, hasStableIds, setDividerColor
areAllItemsEnabled, getAutofillOptions, getDropDownView, isEmpty, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NavigationPreferenceGroupAdapter(@NonNull + android.content.Context context, + @NonNull + android.widget.ListAdapter encapsulatedAdapter, + @Nullable + NavigationPreferenceGroupAdapter.Callback callback)+
PreferenceGroupAdapter
, which is used to visualize the navigation
+ preferences of a PreferenceActivity
.context
- The context, which should be used by the adapter, as an instance of the class Context
. The context may not be nullencapsulatedAdapter
- The adapter, which should be encapsulated, as an instance of the type ListAdapter
. The adapter may not be nullcallback
- The callback, which should be notified about the adapter's events, as an instance of
+ the type NavigationPreferenceGroupAdapter.Callback
or null, if no callback should be notifiedpublic final int getNavigationPreferenceCount()+
Integer
value@NonNull +public final java.util.List<NavigationPreference> getAllNavigationPreferences()+
List
or an empty collection, if no navigation
+ preferences are contained by the adapterpublic final int indexOfNavigationPreference(@NonNull + NavigationPreference navigationPreference)+
navigationPreference
- The navigation preference, whose index should be returned, as an instance of the
+ class NavigationPreference
. The navigation preference may not be nullInteger
value or -1, if
+ the navigation preference is not contained by the adapter@NonNull +public final NavigationPreference getNavigationPreference(int index)+
index
- The index of the navigation preference, which should be returned, among all
+ navigation preferences as an Integer
valueNavigationPreference
. The navigation preference may not be null@Nullable +public final NavigationPreference getSelectedNavigationPreference()+
NavigationPreference
or null, if no navigation preference is selectedpublic final int getSelectedNavigationPreferenceIndex()+
Integer
value or -1, if no navigation preference is selectedpublic final void selectNavigationPreference(@Nullable + NavigationPreference navigationPreference, + @Nullable + android.os.Bundle arguments)+
navigationPreference
- The navigation preference, which should be selected, as an instance of the class
+ NavigationPreference
or null, if no navigation preference should be selectedarguments
- The arguments, which should be passed to the fragment, which is associated with the
+ navigation preference, as an instance of the class Bundle
or null, if no
+ arguments should be passed to the fragmentpublic final void selectNavigationPreference(int index, + @Nullable + android.os.Bundle arguments)+
index
- The index of the navigation preference, which should be selected, among all
+ navigation preferences, as an Integer
value or -1, if no navigation
+ preference should be selectedarguments
- The arguments, which should be passed to the fragment, which is associated with the
+ navigation preference, as an instance of the class Bundle
or null, if no
+ arguments should be passed to the fragmentpublic final void setSelectionColor(int color)+
color
- The color, which should be set, as an Integer
valuepublic final void setEnabled(boolean enabled)+
enabled
- True, if the items of the adapter should be enabled, false otherwisepublic final void notifyDataSetChanged()+
notifyDataSetChanged
in class android.widget.BaseAdapter
public final void notifyDataSetInvalidated()+
notifyDataSetInvalidated
in class android.widget.BaseAdapter
public final boolean isEnabled(int position)+
isEnabled
in interface android.widget.ListAdapter
isEnabled
in class PreferenceGroupAdapter
public final void onShowFragment(@NonNull + NavigationPreference navigationPreference)+
NavigationPreference.Callback
onShowFragment
in interface NavigationPreference.Callback
navigationPreference
- The navigation preference, whose fragment should be shown, as an instance of the
+ class NavigationPreference
. The navigation preference may not be nullprotected final void onVisualizeItem(@NonNull + java.lang.Object item)+
PreferenceGroupAdapter
onVisualizeItem
in class PreferenceGroupAdapter
item
- The item, which is visualized, as an instance of the class Object
. The item
+ may not be nullprotected final void onVisualizedItem(@NonNull + java.lang.Object item, + @NonNull + android.view.View view)+
PreferenceGroupAdapter
onVisualizedItem
in class PreferenceGroupAdapter
item
- The item, which has been visualized, as an instance of the class Object
. The
+ item may not be nullview
- The view, which has been inflated, as an instance of the class View
. The view
+ may not be nullpublic class PreferenceGroupAdapter
+extends android.widget.BaseAdapter
+IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
Constructor and Description | +
---|
PreferenceGroupAdapter(android.content.Context context,
+ android.widget.ListAdapter encapsulatedAdapter)
+Creates a new list adapter, which encapsulates another adapter in order to add items,
+ which are visualized as dividers, above preference categories.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
protected android.content.Context |
+getContext()
+Returns the context, which is used by the adapter.
+ |
+
int |
+getCount() |
+
protected android.widget.ListAdapter |
+getEncapsulatedAdapter()
+Returns the encapsulated adapter.
+ |
+
java.lang.Object |
+getItem(int position) |
+
long |
+getItemId(int position) |
+
android.support.v4.util.Pair<java.lang.Object,java.lang.Integer> |
+getItemInternal(int position)
+Returns a pair, which contains the item, which corresponds to the given position, as well
+ as the item's position in the encapsulated adapter, if the item is not a divider.
+ |
+
int |
+getItemViewType(int position) |
+
android.view.View |
+getView(int position,
+ android.view.View convertView,
+ android.view.ViewGroup parent) |
+
int |
+getViewTypeCount() |
+
boolean |
+hasStableIds() |
+
boolean |
+isEnabled(int position) |
+
protected void |
+onVisualizedItem(java.lang.Object item,
+ android.view.View view)
+The method, which is invoked, when a specific item has been visualized.
+ |
+
protected void |
+onVisualizeItem(java.lang.Object item)
+The method, which is invoked, when a specific item is visualized.
+ |
+
void |
+setDividerColor(int color)
+Sets the color of the dividers, which are shown above preference categories.
+ |
+
areAllItemsEnabled, getAutofillOptions, getDropDownView, isEmpty, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PreferenceGroupAdapter(@NonNull + android.content.Context context, + @NonNull + android.widget.ListAdapter encapsulatedAdapter)+
context
- The context, which should be used by the adapter, as an instance of the class Context
. The context may not be nullencapsulatedAdapter
- The adapter, which should be encapsulated, as an instance of the type ListAdapter
. The adapter may not be null@NonNull +protected android.content.Context getContext()+
Context
@NonNull +protected android.widget.ListAdapter getEncapsulatedAdapter()+
ListAdapter
. The adapter
+ may not be nul@CallSuper +protected void onVisualizeItem(@NonNull + java.lang.Object item)+
item
- The item, which is visualized, as an instance of the class Object
. The item
+ may not be nullprotected void onVisualizedItem(@NonNull + java.lang.Object item, + @NonNull + android.view.View view)+
item
- The item, which has been visualized, as an instance of the class Object
. The
+ item may not be nullview
- The view, which has been inflated, as an instance of the class View
. The view
+ may not be null@NonNull +public final android.support.v4.util.Pair<java.lang.Object,java.lang.Integer> getItemInternal(int position)+
position
- The position of the item, which should be returned, as an Integer
valuepublic final void setDividerColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if the default
+ color should be usedpublic final int getCount()+
public final java.lang.Object getItem(int position)+
public final long getItemId(int position)+
public final boolean hasStableIds()+
hasStableIds
in interface android.widget.Adapter
hasStableIds
in class android.widget.BaseAdapter
public final android.view.View getView(int position, + android.view.View convertView, + android.view.ViewGroup parent)+
@CallSuper +public boolean isEnabled(int position)+
isEnabled
in interface android.widget.ListAdapter
isEnabled
in class android.widget.BaseAdapter
public final int getItemViewType(int position)+
getItemViewType
in interface android.widget.Adapter
getItemViewType
in class android.widget.BaseAdapter
public final int getViewTypeCount()+
getViewTypeCount
in interface android.widget.Adapter
getViewTypeCount
in class android.widget.BaseAdapter
Interface | +Description | +
---|---|
NavigationPreferenceGroupAdapter.Callback | +
+ Defines the callback, a class, which should be notified about the adapter's events, must
+ implement.
+ |
+
Class | +Description | +
---|---|
NavigationPreferenceGroupAdapter | +
+ A
+PreferenceGroupAdapter , which is used to visualize the navigation preferences of a
+ PreferenceActivity . |
+
PreferenceGroupAdapter | +
+ A list adapter, which encapsulates another adapter in order to add items, which are
+ visualized as dividers, above preference categories.
+ |
+
public static enum HideViewOnScrollAnimation.Direction +extends java.lang.Enum<HideViewOnScrollAnimation.Direction>+
Enum Constant and Description | +
---|
DOWN
+If the view should be translated downwards.
+ |
+
UP
+If the view should be translated upwards.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
static HideViewOnScrollAnimation.Direction |
+valueOf(java.lang.String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static HideViewOnScrollAnimation.Direction[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final HideViewOnScrollAnimation.Direction UP+
public static final HideViewOnScrollAnimation.Direction DOWN+
public static HideViewOnScrollAnimation.Direction[] values()+
+for (HideViewOnScrollAnimation.Direction c : HideViewOnScrollAnimation.Direction.values()) + System.out.println(c); +
public static HideViewOnScrollAnimation.Direction valueOf(java.lang.String name)+
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic class HideViewOnScrollAnimation
+extends android.view.animation.Animation
+implements android.widget.AbsListView.OnScrollListener
+Modifier and Type | +Class and Description | +
---|---|
static class |
+HideViewOnScrollAnimation.Direction
+Contains all possible directions, which can be used to translate the animated view in order
+ hide it.
+ |
+
android.view.animation.Animation.AnimationListener, android.view.animation.Animation.Description
ABSOLUTE, INFINITE, RELATIVE_TO_PARENT, RELATIVE_TO_SELF, RESTART, REVERSE, START_ON_FIRST_FRAME, ZORDER_BOTTOM, ZORDER_NORMAL, ZORDER_TOP
SCROLL_STATE_FLING, SCROLL_STATE_IDLE, SCROLL_STATE_TOUCH_SCROLL
Constructor and Description | +
---|
HideViewOnScrollAnimation(android.view.View view,
+ HideViewOnScrollAnimation.Direction direction)
+Creates a new scroll listener, which allows to animate a view to become hidden or shown
+ depending on the observed list view's scrolling direction.
+ |
+
HideViewOnScrollAnimation(android.view.View view,
+ HideViewOnScrollAnimation.Direction direction,
+ long animationDuration)
+Creates a new scroll listener, which allows to animate a view to become hidden or shown
+ depending on the observed list view's scrolling direction.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+addListener(HideViewOnScrollAnimationListener listener)
+Adds a new listener, which should be notified about the animation's internal state, to the
+ animation.
+ |
+
long |
+getAnimationDuration()
+Returns the duration of the animation, which is used to show or hide the view.
+ |
+
HideViewOnScrollAnimation.Direction |
+getDirection()
+Returns the direction, which should be be used to translate the view in order to hide it.
+ |
+
android.view.View |
+getView()
+Returns the view, which is animated by the listener.
+ |
+
void |
+hideView()
+Hides the view.
+ |
+
void |
+onScroll(android.widget.AbsListView listView,
+ int firstVisibleItem,
+ int visibleItemCount,
+ int totalItemCount) |
+
void |
+onScrollStateChanged(android.widget.AbsListView listView,
+ int scrollState) |
+
void |
+removeListener(HideViewOnScrollAnimationListener listener)
+Removes a specific listener, which should not be notified about the animation's internal
+ state, from the animation.
+ |
+
void |
+showView()
+Shows the view.
+ |
+
applyTransformation, cancel, clone, computeDurationHint, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, initialize, isFillEnabled, isInitialized, reset, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrix
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HideViewOnScrollAnimation(@NonNull + android.view.View view, + @NonNull + HideViewOnScrollAnimation.Direction direction)+
view
- The view, which should be animated by the listener, as an instance of the class
+ View
. The view may not be nulldirection
- The direction, which should be be used to translate the view in order to hide it, as
+ a value of the enum HideViewOnScrollAnimation.Direction
. The direction may either be UP
or
+ DOWN
public HideViewOnScrollAnimation(@NonNull + android.view.View view, + @NonNull + HideViewOnScrollAnimation.Direction direction, + long animationDuration)+
view
- The view, which should be animated by the listener, as an instance of the class
+ View
. The view may not be nulldirection
- The direction, which should be be used to translate the view in order to hide it, as
+ a value of the enum HideViewOnScrollAnimation.Direction
. The direction may either be UP
or
+ DOWN
animationDuration
- The duration of the animation, which is used to show or hide the view, in
+ milliseconds as a Long
value. The duration must be greater than 0public final void showView()+
public final void hideView()+
public final android.view.View getView()+
View
public final HideViewOnScrollAnimation.Direction getDirection()+
HideViewOnScrollAnimation.Direction
. The direction may either be UP
or
+ DOWN
public final long getAnimationDuration()+
Long
valuepublic final void addListener(@NonNull + HideViewOnScrollAnimationListener listener)+
listener
- The listener, which should be added, as an instance of the type HideViewOnScrollAnimationListener
. The listener may not be nullpublic final void removeListener(@NonNull + HideViewOnScrollAnimationListener listener)+
listener
- The listener, which should be removed, as an instance of the tpye HideViewOnScrollAnimationListener
. The listener may not be nullpublic final void onScrollStateChanged(android.widget.AbsListView listView, + int scrollState)+
onScrollStateChanged
in interface android.widget.AbsListView.OnScrollListener
public final void onScroll(android.widget.AbsListView listView, + int firstVisibleItem, + int visibleItemCount, + int totalItemCount)+
onScroll
in interface android.widget.AbsListView.OnScrollListener
public interface HideViewOnScrollAnimationListener
+HideViewOnScrollAnimation
, must implement.Modifier and Type | +Method and Description | +
---|---|
void |
+onScrollingDown(HideViewOnScrollAnimation animation,
+ android.view.View animatedView,
+ int scrollPosition)
+The method, which is invoked, when the list view, which is observed by the animation, is
+ scrolling downwards.
+ |
+
void |
+onScrollingUp(HideViewOnScrollAnimation animation,
+ android.view.View animatedView,
+ int scrollPosition)
+The method, which is invoked, when the list view, which is observed by the animation, is
+ scrolling upwards.
+ |
+
void onScrollingDown(@NonNull + HideViewOnScrollAnimation animation, + @NonNull + android.view.View animatedView, + int scrollPosition)+
animation
- The observer animation, as an instance of the class HideViewOnScrollAnimation
animatedView
- The view, which is animated by the observed animation, as an instance of the class
+ View
scrollPosition
- The current scroll position of the list view's first item in pixels as an Integer
valuevoid onScrollingUp(@NonNull + HideViewOnScrollAnimation animation, + @NonNull + android.view.View animatedView, + int scrollPosition)+
animation
- The observer animation, as an instance of the class HideViewOnScrollAnimation
animatedView
- The view, which is animated by the observed animation, as an instance of the class
+ View
scrollPosition
- The current scroll position of the list view's first item in pixels as an Integer
valueInterface | +Description | +
---|---|
HideViewOnScrollAnimationListener | +
+ Defines the interface, a class, which should be notified about the internal state of a
+HideViewOnScrollAnimation , must implement. |
+
Class | +Description | +
---|---|
HideViewOnScrollAnimation | +
+ A scroll listener, which allows to animate a view to become hidden or shown depending on the
+ observed list view's scrolling direction.
+ |
+
Enum | +Description | +
---|---|
HideViewOnScrollAnimation.Direction | +
+ Contains all possible directions, which can be used to translate the animated view in order
+ hide it.
+ |
+
public abstract class AbstractPreferenceFragment
+extends android.preference.PreferenceFragment
+android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
android.app.Fragment.InstantiationException, android.app.Fragment.SavedState
TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
Constructor and Description | +
---|
AbstractPreferenceFragment() |
+
Modifier and Type | +Method and Description | +
---|---|
int |
+getDividerColor()
+Returns the color of the dividers, which are shown above preference categories.
+ |
+
android.widget.ListView |
+getListView()
+Returns the list view, which is used to show the fragment's preferences.
+ |
+
void |
+onCreate(android.os.Bundle savedInstanceState) |
+
android.view.View |
+onCreateView(android.view.LayoutInflater inflater,
+ android.view.ViewGroup parent,
+ android.os.Bundle savedInstanceState) |
+
protected abstract android.view.View |
+onInflateView(android.view.LayoutInflater inflater,
+ android.view.ViewGroup parent,
+ android.os.Bundle savedInstanceState)
+The method, which is invoked on implementing subclasses in order to inflate the fragment's
+ layout.
+ |
+
void |
+setDividerColor(int color)
+Sets the color of the dividers, which are shown above preference categories.
+ |
+
addPreferencesFromIntent, addPreferencesFromResource, findPreference, getPreferenceManager, getPreferenceScreen, onActivityCreated, onActivityResult, onDestroy, onDestroyView, onPreferenceTreeClick, onSaveInstanceState, onStart, onStop, onViewCreated, setPreferenceScreen
dump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLayoutInflater, getLoaderManager, getParentFragment, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isStateSaved, isVisible, onAttach, onAttach, onAttachFragment, onConfigurationChanged, onContextItemSelected, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onDestroyOptionsMenu, onDetach, onGetLayoutInflater, onHiddenChanged, onInflate, onInflate, onInflate, onLowMemory, onMultiWindowModeChanged, onMultiWindowModeChanged, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPictureInPictureModeChanged, onPictureInPictureModeChanged, onPrepareOptionsMenu, onRequestPermissionsResult, onResume, onTrimMemory, onViewStateRestored, postponeEnterTransition, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, startIntentSenderForResult, startPostponedEnterTransition, toString, unregisterForContextMenu
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public AbstractPreferenceFragment()+
@NonNull +protected abstract android.view.View onInflateView(@NonNull + android.view.LayoutInflater inflater, + @Nullable + android.view.ViewGroup parent, + @Nullable + android.os.Bundle savedInstanceState)+
inflater
- The layout inflater, which should be used, as an instance of the class LayoutInflater
. The layout inflater may not be nullparent
- The parent of the view, which should be inflated, as an instance of the class ViewGroup
or null, if no parent is availablesavedInstanceState
- The saved instance state of the fragment as a Bundle
or null, if no saved
+ instance state is availableView
. The view
+ may not be nullpublic final android.widget.ListView getListView()+
ListView
or null, if the fragment has not been created yetpublic final int getDividerColor()+
Integer
value or -1, if the default color is usedpublic final void setDividerColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if the default
+ color should be used@CallSuper +public void onCreate(android.os.Bundle savedInstanceState)+
onCreate
in class android.preference.PreferenceFragment
@CallSuper +public android.view.View onCreateView(android.view.LayoutInflater inflater, + android.view.ViewGroup parent, + android.os.Bundle savedInstanceState)+
onCreateView
in class android.preference.PreferenceFragment
public static interface NavigationFragment.Callback
+Modifier and Type | +Method and Description | +
---|---|
void |
+onNavigationAdapterCreated()
+The method, which is invoked, when the adapter, which contains the navigation items, has
+ been created.
+ |
+
void |
+onNavigationFragmentCreated(android.preference.PreferenceFragment fragment)
+The method, which is invoked, when the navigation fragment has been attached to its
+ activity.
+ |
+
void onNavigationFragmentCreated(@NonNull + android.preference.PreferenceFragment fragment)+
fragment
- The navigation fragment as an instance of the class PreferenceFragment
.
+ The fragment may not be nullvoid onNavigationAdapterCreated()+
public class NavigationFragment +extends AbstractPreferenceFragment +implements NavigationPreferenceGroupAdapter.Callback, PreferenceListView.AdapterFactory+
PreferenceActivity
.Modifier and Type | +Class and Description | +
---|---|
static interface |
+NavigationFragment.Callback
+Defines the interface, a class, which should be notified about the fragment's events, must
+ implement.
+ |
+
android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
android.app.Fragment.InstantiationException, android.app.Fragment.SavedState
TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
Constructor and Description | +
---|
NavigationFragment() |
+
Modifier and Type | +Method and Description | +
---|---|
PreferenceGroupAdapter |
+createAdapter(android.content.Context context,
+ android.widget.ListAdapter encapsulatedAdapter)
+Creates and returns a
+PreferenceGroupAdapter . |
+
java.util.List<NavigationPreference> |
+getAllNavigationPreferences()
+Returns a list, which contains all navigation preferences, which are contained by the
+ navigation.
+ |
+
NavigationFragment.Callback |
+getCallback()
+Returns the callback, which is notified about the fragment's events.
+ |
+
NavigationPreference |
+getNavigationPreference(int index)
+Returns the navigation preference, which corresponds to a specific index.
+ |
+
int |
+getNavigationPreferenceCount()
+Returns the number of navigation preferences, which are contained by the navigation.
+ |
+
NavigationPreference |
+getSelectedNavigationPreference()
+Returns the currently selected navigation preference.
+ |
+
int |
+getSelectedNavigationPreferenceIndex()
+Returns the index of the navigation preference, which is currently selected, among all
+ navigation preferences.
+ |
+
boolean |
+isAdapterCreated()
+Returns, whether the adapter, which contains the navigation preferences, has been created
+ yet, or not.
+ |
+
void |
+onActivityCreated(android.os.Bundle savedInstanceState) |
+
protected android.view.View |
+onInflateView(android.view.LayoutInflater inflater,
+ android.view.ViewGroup parent,
+ android.os.Bundle savedInstanceState)
+The method, which is invoked on implementing subclasses in order to inflate the fragment's
+ layout.
+ |
+
void |
+onNavigationPreferenceAdded(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference has been added.
+ |
+
void |
+onNavigationPreferenceRemoved(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference has been removed.
+ |
+
void |
+onNavigationPreferenceSelected(NavigationPreference navigationPreference,
+ android.os.Bundle arguments)
+The method, which is invoked, when a navigation preference has been selected.
+ |
+
void |
+onNavigationPreferenceUnselected()
+The method, which is invoked, when a navigation preference has been unselected.
+ |
+
boolean |
+onSelectNavigationPreference(NavigationPreference navigationPreference)
+The method, which is invoked, when a navigation preference is about to be selected.
+ |
+
void |
+selectNavigationPreference(int index,
+ android.os.Bundle arguments)
+Selects a specific navigation preference.
+ |
+
void |
+setAdapterCallback(NavigationPreferenceGroupAdapter.Callback callback)
+Sets the callback, which should be notified about the events of the adapter, which contains
+ the navigation preferences.
+ |
+
void |
+setCallback(NavigationFragment.Callback callback)
+Sets the callback, which should be notified about the fragment's events.
+ |
+
void |
+setEnabled(boolean enabled)
+Sets, whether the navigation should be enabled, i.e.
+ |
+
void |
+setSelectionColor(int color)
+Sets the background color of the currently selected navigation preference.
+ |
+
getDividerColor, getListView, onCreate, onCreateView, setDividerColor
addPreferencesFromIntent, addPreferencesFromResource, findPreference, getPreferenceManager, getPreferenceScreen, onActivityResult, onDestroy, onDestroyView, onPreferenceTreeClick, onSaveInstanceState, onStart, onStop, onViewCreated, setPreferenceScreen
dump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLayoutInflater, getLoaderManager, getParentFragment, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isStateSaved, isVisible, onAttach, onAttach, onAttachFragment, onConfigurationChanged, onContextItemSelected, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onDestroyOptionsMenu, onDetach, onGetLayoutInflater, onHiddenChanged, onInflate, onInflate, onInflate, onLowMemory, onMultiWindowModeChanged, onMultiWindowModeChanged, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPictureInPictureModeChanged, onPictureInPictureModeChanged, onPrepareOptionsMenu, onRequestPermissionsResult, onResume, onTrimMemory, onViewStateRestored, postponeEnterTransition, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, startIntentSenderForResult, startPostponedEnterTransition, toString, unregisterForContextMenu
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final void setCallback(@Nullable + NavigationFragment.Callback callback)+
callback
- The callback, which should be set, as an instance of the type NavigationFragment.Callback
or
+ null, if no callback should be notified@Nullable +public final NavigationFragment.Callback getCallback()+
NavigationFragment.Callback
or null, if no callback is notifiedpublic final void setAdapterCallback(@Nullable + NavigationPreferenceGroupAdapter.Callback callback)+
callback
- The callback, which should be set, as an instance of the type NavigationPreferenceGroupAdapter.Callback
or null, if no callback should be
+ notifiedpublic final int getNavigationPreferenceCount()+
Integer
valuepublic final java.util.List<NavigationPreference> getAllNavigationPreferences()+
List
or an empty collection, if no navigation
+ preferences are contained by the navigationpublic final NavigationPreference getNavigationPreference(int index)+
index
- The index of the navigation preference, which should be returned, among all
+ navigation preferences as an Integer
valueNavigationPreference
or null, if the adapter, which contains the navigation
+ preferences, has not been initialized yet@Nullable +public final NavigationPreference getSelectedNavigationPreference()+
NavigationPreference
or null, if no navigation preference is currently selectedpublic final int getSelectedNavigationPreferenceIndex()+
Integer
value or -1, if no navigation preference is selectedpublic final void selectNavigationPreference(int index, + @Nullable + android.os.Bundle arguments)+
index
- The index of the navigation preference, which should be selected, among all
+ navigation preferences, as an Integer
value or -1, if no navigation
+ preference should be selectedarguments
- The arguments, which should be passed to the fragment, which is associated with the
+ navigation preference, as an instance of the class Bundle
or null, if no
+ arguments should be passed to the fragmentpublic final void setSelectionColor(int color)+
color
- The color, which should be set, as an Integer
valuepublic final void setEnabled(boolean enabled)+
enabled
- True, if the navigation should be enabled, false otherwisepublic final boolean isAdapterCreated()+
public final boolean onSelectNavigationPreference(@NonNull + NavigationPreference navigationPreference)+
NavigationPreferenceGroupAdapter.Callback
onSelectNavigationPreference
in interface NavigationPreferenceGroupAdapter.Callback
navigationPreference
- The navigation preference, which is about to be selected, as an instance of the
+ class NavigationPreference
. The navigation preference may not be nullpublic final void onNavigationPreferenceSelected(@NonNull + NavigationPreference navigationPreference, + @Nullable + android.os.Bundle arguments)+
NavigationPreferenceGroupAdapter.Callback
onNavigationPreferenceSelected
in interface NavigationPreferenceGroupAdapter.Callback
navigationPreference
- The navigation preference, which has been selected, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullarguments
- The arguments, which should be passed to the fragment, which is associated with
+ the navigation preference, as an instance of the class Bundle
or null, if
+ no arguments should be passed to the fragmentpublic final void onNavigationPreferenceUnselected()+
NavigationPreferenceGroupAdapter.Callback
onNavigationPreferenceUnselected
in interface NavigationPreferenceGroupAdapter.Callback
public final void onNavigationPreferenceAdded(@NonNull + NavigationPreference navigationPreference)+
NavigationPreferenceGroupAdapter.Callback
onNavigationPreferenceAdded
in interface NavigationPreferenceGroupAdapter.Callback
navigationPreference
- The navigation preference, which has been added, as an instance of the class
+ NavigationPreference
. The navigation preference may not be nullpublic final void onNavigationPreferenceRemoved(@NonNull + NavigationPreference navigationPreference)+
NavigationPreferenceGroupAdapter.Callback
onNavigationPreferenceRemoved
in interface NavigationPreferenceGroupAdapter.Callback
navigationPreference
- The navigation preference, which has been removed, as an instance of the class
+ NavigationPreference
. The navigation preference may not be null@NonNull +public final PreferenceGroupAdapter createAdapter(@NonNull + android.content.Context context, + @NonNull + android.widget.ListAdapter encapsulatedAdapter)+
PreferenceListView.AdapterFactory
PreferenceGroupAdapter
.createAdapter
in interface PreferenceListView.AdapterFactory
context
- The context, which should be used by the adapter, as an instance of the class
+ Context
. The context may not be nullencapsulatedAdapter
- The adapter, which should be encapsulated, as an instance of the type ListAdapter
. The adapter may not be nullPreferenceGroupAdapter
. The adapter may not be nullpublic final void onActivityCreated(android.os.Bundle savedInstanceState)+
onActivityCreated
in class android.preference.PreferenceFragment
@NonNull +protected final android.view.View onInflateView(@NonNull + android.view.LayoutInflater inflater, + @Nullable + android.view.ViewGroup parent, + @Nullable + android.os.Bundle savedInstanceState)+
AbstractPreferenceFragment
onInflateView
in class AbstractPreferenceFragment
inflater
- The layout inflater, which should be used, as an instance of the class LayoutInflater
. The layout inflater may not be nullparent
- The parent of the view, which should be inflated, as an instance of the class ViewGroup
or null, if no parent is availablesavedInstanceState
- The saved instance state of the fragment as a Bundle
or null, if no saved
+ instance state is availableView
. The view
+ may not be nullInterface | +Description | +
---|---|
NavigationFragment.Callback | +
+ Defines the interface, a class, which should be notified about the fragment's events, must
+ implement.
+ |
+
Class | +Description | +
---|---|
AbstractPreferenceFragment | +
+ An abstract base class for all fragments, which show multiple preferences.
+ |
+
NavigationFragment | +
+ A fragment, which contains the navigation of a
+PreferenceActivity . |
+
Interface | +Description | +
---|---|
NavigationListener | +
+ Defines the interface, a class, which should be notified when
+NavigationPreference s are
+ added or removed to/from a PreferenceActivity , must implement. |
+
NavigationPreference.Callback | +
+ Defines the callback, a class, which should be notified, when the fragment, which is
+ associated with a navigation preference, should be shown, must implement.
+ |
+
PreferenceFragmentListener | +
+ Defines the interface, a class, which should be notified when the currently shown preference
+ fragment of a
+PreferenceActivity has been changed, must implement. |
+
RestoreDefaultsListener | +
+ Defines the interface, a class, which should be notified, when the default values of the
+ preferences, which belong to a
+PreferenceFragment , should be restored. |
+
WizardListener | +
+ Defines the interface a class, which should be notified when the user navigates within a
+PreferenceActivity , which is used as wizard, by using its next-, back- and finish-button. |
+
Class | +Description | +
---|---|
BuildConfig | ++ |
NavigationPreference | +
+ A preference, which allows to show a fragment within a
+PreferenceActivity when
+ clicked. |
+
NavigationPreference.SavedState | +
+ A data structure, which allows to save the internal state of a
+NavigationPreference . |
+
PreferenceActivity | +
+ An activity, which provides a navigation for accessing preferences, which are grouped as
+ different sections.
+ |
+
PreferenceFragment | +
+ A fragment, which allows to show multiple preferences.
+ |
+
R | ++ |
R.anim | ++ |
R.attr | ++ |
R.bool | ++ |
R.color | ++ |
R.dimen | ++ |
R.drawable | ++ |
R.id | ++ |
R.integer | ++ |
R.layout | ++ |
R.string | ++ |
R.style | ++ |
R.styleable | ++ |
R.xml | ++ |
public static interface PreferenceListView.AdapterFactory
+PreferenceGroupAdapter
, must implement.Modifier and Type | +Method and Description | +
---|---|
PreferenceGroupAdapter |
+createAdapter(android.content.Context context,
+ android.widget.ListAdapter encapsulatedAdapter)
+Creates and returns a
+PreferenceGroupAdapter . |
+
@NonNull +PreferenceGroupAdapter createAdapter(@NonNull + android.content.Context context, + @NonNull + android.widget.ListAdapter encapsulatedAdapter)+
PreferenceGroupAdapter
.context
- The context, which should be used by the adapter, as an instance of the class
+ Context
. The context may not be nullencapsulatedAdapter
- The adapter, which should be encapsulated, as an instance of the type ListAdapter
. The adapter may not be nullPreferenceGroupAdapter
. The adapter may not be nullpublic class PreferenceListView
+extends android.widget.ListView
+ListView
, whose adapter is wrapped in order to display dividers above preference
+ categories.Modifier and Type | +Class and Description | +
---|---|
static interface |
+PreferenceListView.AdapterFactory
+Defines the interface, a factory, which allows to create instances of the class
+PreferenceGroupAdapter , must implement. |
+
android.widget.ListView.FixedViewInfo
android.widget.AbsListView.LayoutParams, android.widget.AbsListView.MultiChoiceModeListener, android.widget.AbsListView.OnScrollListener, android.widget.AbsListView.RecyclerListener, android.widget.AbsListView.SelectionBoundsAdjuster
android.widget.AdapterView.AdapterContextMenuInfo, android.widget.AdapterView.OnItemClickListener, android.widget.AdapterView.OnItemLongClickListener, android.widget.AdapterView.OnItemSelectedListener
android.view.ViewGroup.MarginLayoutParams, android.view.ViewGroup.OnHierarchyChangeListener
android.view.View.AccessibilityDelegate, android.view.View.BaseSavedState, android.view.View.DragShadowBuilder, android.view.View.MeasureSpec, android.view.View.OnApplyWindowInsetsListener, android.view.View.OnAttachStateChangeListener, android.view.View.OnCapturedPointerListener, android.view.View.OnClickListener, android.view.View.OnContextClickListener, android.view.View.OnCreateContextMenuListener, android.view.View.OnDragListener, android.view.View.OnFocusChangeListener, android.view.View.OnGenericMotionListener, android.view.View.OnHoverListener, android.view.View.OnKeyListener, android.view.View.OnLayoutChangeListener, android.view.View.OnLongClickListener, android.view.View.OnScrollChangeListener, android.view.View.OnSystemUiVisibilityChangeListener, android.view.View.OnTouchListener
android.text.NoCopySpan.Concrete
CHOICE_MODE_MULTIPLE, CHOICE_MODE_MULTIPLE_MODAL, CHOICE_MODE_NONE, CHOICE_MODE_SINGLE, TRANSCRIPT_MODE_ALWAYS_SCROLL, TRANSCRIPT_MODE_DISABLED, TRANSCRIPT_MODE_NORMAL
INVALID_POSITION, INVALID_ROW_ID, ITEM_VIEW_TYPE_HEADER_OR_FOOTER, ITEM_VIEW_TYPE_IGNORE
CLIP_TO_PADDING_MASK, FOCUS_AFTER_DESCENDANTS, FOCUS_BEFORE_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS, LAYOUT_MODE_CLIP_BOUNDS, LAYOUT_MODE_OPTICAL_BOUNDS, PERSISTENT_ALL_CACHES, PERSISTENT_ANIMATION_CACHE, PERSISTENT_NO_CACHE, PERSISTENT_SCROLLING_CACHE
ACCESSIBILITY_LIVE_REGION_ASSERTIVE, ACCESSIBILITY_LIVE_REGION_NONE, ACCESSIBILITY_LIVE_REGION_POLITE, ALPHA, AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR, AUTOFILL_HINT_CREDIT_CARD_NUMBER, AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE, AUTOFILL_HINT_EMAIL_ADDRESS, AUTOFILL_HINT_NAME, AUTOFILL_HINT_PASSWORD, AUTOFILL_HINT_PHONE, AUTOFILL_HINT_POSTAL_ADDRESS, AUTOFILL_HINT_POSTAL_CODE, AUTOFILL_HINT_USERNAME, AUTOFILL_TYPE_DATE, AUTOFILL_TYPE_LIST, AUTOFILL_TYPE_NONE, AUTOFILL_TYPE_TEXT, AUTOFILL_TYPE_TOGGLE, DRAG_FLAG_GLOBAL, DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION, DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION, DRAG_FLAG_GLOBAL_URI_READ, DRAG_FLAG_GLOBAL_URI_WRITE, DRAG_FLAG_OPAQUE, DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_LOW, EMPTY_STATE_SET, ENABLED_FOCUSED_SELECTED_STATE_SET, ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_FOCUSED_STATE_SET, ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, ENABLED_SELECTED_STATE_SET, ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_STATE_SET, ENABLED_WINDOW_FOCUSED_STATE_SET, FIND_VIEWS_WITH_CONTENT_DESCRIPTION, FIND_VIEWS_WITH_TEXT, FOCUS_BACKWARD, FOCUS_DOWN, FOCUS_FORWARD, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_UP, FOCUSABLE, FOCUSABLE_AUTO, FOCUSABLES_ALL, FOCUSABLES_TOUCH_MODE, FOCUSED_SELECTED_STATE_SET, FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, FOCUSED_STATE_SET, FOCUSED_WINDOW_FOCUSED_STATE_SET, GONE, HAPTIC_FEEDBACK_ENABLED, IMPORTANT_FOR_ACCESSIBILITY_AUTO, IMPORTANT_FOR_ACCESSIBILITY_NO, IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS, IMPORTANT_FOR_ACCESSIBILITY_YES, IMPORTANT_FOR_AUTOFILL_AUTO, IMPORTANT_FOR_AUTOFILL_NO, IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS, IMPORTANT_FOR_AUTOFILL_YES, IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS, INVISIBLE, KEEP_SCREEN_ON, LAYER_TYPE_HARDWARE, LAYER_TYPE_NONE, LAYER_TYPE_SOFTWARE, LAYOUT_DIRECTION_INHERIT, LAYOUT_DIRECTION_LOCALE, LAYOUT_DIRECTION_LTR, LAYOUT_DIRECTION_RTL, MEASURED_HEIGHT_STATE_SHIFT, MEASURED_SIZE_MASK, MEASURED_STATE_MASK, MEASURED_STATE_TOO_SMALL, NO_ID, NOT_FOCUSABLE, OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER, PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET, PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_SELECTED_STATE_SET, PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_STATE_SET, PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_SELECTED_STATE_SET, PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_STATE_SET, PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_SELECTED_STATE_SET, PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_STATE_SET, PRESSED_WINDOW_FOCUSED_STATE_SET, ROTATION, ROTATION_X, ROTATION_Y, SCALE_X, SCALE_Y, SCREEN_STATE_OFF, SCREEN_STATE_ON, SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_NONE, SCROLL_AXIS_VERTICAL, SCROLL_INDICATOR_BOTTOM, SCROLL_INDICATOR_END, SCROLL_INDICATOR_LEFT, SCROLL_INDICATOR_RIGHT, SCROLL_INDICATOR_START, SCROLL_INDICATOR_TOP, SCROLLBAR_POSITION_DEFAULT, SCROLLBAR_POSITION_LEFT, SCROLLBAR_POSITION_RIGHT, SCROLLBARS_INSIDE_INSET, SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_OUTSIDE_INSET, SCROLLBARS_OUTSIDE_OVERLAY, SELECTED_STATE_SET, SELECTED_WINDOW_FOCUSED_STATE_SET, SOUND_EFFECTS_ENABLED, STATUS_BAR_HIDDEN, STATUS_BAR_VISIBLE, SYSTEM_UI_FLAG_FULLSCREEN, SYSTEM_UI_FLAG_HIDE_NAVIGATION, SYSTEM_UI_FLAG_IMMERSIVE, SYSTEM_UI_FLAG_IMMERSIVE_STICKY, SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN, SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION, SYSTEM_UI_FLAG_LAYOUT_STABLE, SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR, SYSTEM_UI_FLAG_LIGHT_STATUS_BAR, SYSTEM_UI_FLAG_LOW_PROFILE, SYSTEM_UI_FLAG_VISIBLE, SYSTEM_UI_LAYOUT_FLAGS, TEXT_ALIGNMENT_CENTER, TEXT_ALIGNMENT_GRAVITY, TEXT_ALIGNMENT_INHERIT, TEXT_ALIGNMENT_TEXT_END, TEXT_ALIGNMENT_TEXT_START, TEXT_ALIGNMENT_VIEW_END, TEXT_ALIGNMENT_VIEW_START, TEXT_DIRECTION_ANY_RTL, TEXT_DIRECTION_FIRST_STRONG, TEXT_DIRECTION_FIRST_STRONG_LTR, TEXT_DIRECTION_FIRST_STRONG_RTL, TEXT_DIRECTION_INHERIT, TEXT_DIRECTION_LOCALE, TEXT_DIRECTION_LTR, TEXT_DIRECTION_RTL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, VIEW_LOG_TAG, VISIBLE, WINDOW_FOCUSED_STATE_SET, X, Y, Z
Constructor and Description | +
---|
PreferenceListView(android.content.Context context)
+Creates a custom
+ListView , whose adapter is wrapped in order to display dividers
+ above preference categories. |
+
PreferenceListView(android.content.Context context,
+ android.util.AttributeSet attributeSet)
+Creates a custom
+ListView , whose adapter is wrapped in order to display dividers
+ above preference categories. |
+
PreferenceListView(android.content.Context context,
+ android.util.AttributeSet attributeSet,
+ int defaultStyle)
+Creates a custom
+ListView , whose adapter is wrapped in order to display dividers
+ above preference categories. |
+
PreferenceListView(android.content.Context context,
+ android.util.AttributeSet attributeSet,
+ int defaultStyle,
+ int defaultStyleResource)
+Creates a custom
+ListView , whose adapter is wrapped in order to display dividers
+ above preference categories. |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+setAdapter(android.widget.ListAdapter adapter) |
+
void |
+setAdapterFactory(PreferenceListView.AdapterFactory adapterFactory)
+Sets the adapter factory, which should be used to create the list view's adapter.
+ |
+
void |
+setDividerColor(int color)
+Sets the color of the dividers, which are shown above preference categories.
+ |
+
void |
+setOnItemClickListener(android.widget.AdapterView.OnItemClickListener listener) |
+
addFooterView, addFooterView, addHeaderView, addHeaderView, areFooterDividersEnabled, areHeaderDividersEnabled, canAnimate, dispatchDraw, dispatchKeyEvent, drawChild, getAccessibilityClassName, getAdapter, getCheckItemIds, getDivider, getDividerHeight, getFooterViewsCount, getHeaderViewsCount, getItemsCanFocus, getMaxScrollAmount, getOverscrollFooter, getOverscrollHeader, isOpaque, layoutChildren, onDetachedFromWindow, onFinishInflate, onFocusChanged, onInitializeAccessibilityNodeInfoForItem, onKeyDown, onKeyMultiple, onKeyUp, onMeasure, onSizeChanged, removeFooterView, removeHeaderView, requestChildRectangleOnScreen, setCacheColorHint, setDivider, setDividerHeight, setFooterDividersEnabled, setHeaderDividersEnabled, setItemsCanFocus, setOverscrollFooter, setOverscrollHeader, setRemoteViewsAdapter, setSelection, setSelectionAfterHeaderView, smoothScrollByOffset, smoothScrollToPosition
addTouchables, afterTextChanged, beforeTextChanged, canScrollList, checkInputConnectionProxy, checkLayoutParams, clearChoices, clearTextFilter, computeVerticalScrollExtent, computeVerticalScrollOffset, computeVerticalScrollRange, deferNotifyDataSetChanged, dispatchDrawableHotspotChanged, dispatchSetPressed, draw, drawableStateChanged, fling, generateDefaultLayoutParams, generateLayoutParams, generateLayoutParams, getBottomFadingEdgeStrength, getBottomPaddingOffset, getCacheColorHint, getCheckedItemCount, getCheckedItemIds, getCheckedItemPosition, getCheckedItemPositions, getChoiceMode, getContextMenuInfo, getFocusedRect, getLeftPaddingOffset, getListPaddingBottom, getListPaddingLeft, getListPaddingRight, getListPaddingTop, getRightPaddingOffset, getSelectedView, getSelector, getSolidColor, getTextFilter, getTopFadingEdgeStrength, getTopPaddingOffset, getTranscriptMode, getVerticalScrollbarWidth, handleDataChanged, hasTextFilter, invalidateViews, isFastScrollAlwaysVisible, isFastScrollEnabled, isInFilterMode, isItemChecked, isPaddingOffsetRequired, isScrollingCacheEnabled, isSmoothScrollbarEnabled, isStackFromBottom, isTextFilterEnabled, jumpDrawablesToCurrentState, onAttachedToWindow, onCancelPendingInputEvents, onCreateInputConnection, onDisplayHint, onFilterComplete, onGenericMotionEvent, onGlobalLayout, onInterceptHoverEvent, onInterceptTouchEvent, onLayout, onNestedFling, onNestedScroll, onNestedScrollAccepted, onOverScrolled, onRemoteAdapterConnected, onRemoteAdapterDisconnected, onResolvePointerIcon, onRestoreInstanceState, onRtlPropertiesChanged, onSaveInstanceState, onStartNestedScroll, onTextChanged, onTouchEvent, onTouchModeChanged, onWindowFocusChanged, performItemClick, pointToPosition, pointToRowId, reclaimViews, requestDisallowInterceptTouchEvent, requestLayout, scrollListBy, setChoiceMode, setDrawSelectorOnTop, setFastScrollAlwaysVisible, setFastScrollEnabled, setFastScrollStyle, setFilterText, setFriction, setItemChecked, setMultiChoiceModeListener, setOnScrollListener, setOverScrollMode, setRecyclerListener, setScrollBarStyle, setScrollIndicators, setScrollingCacheEnabled, setSelectionFromTop, setSelector, setSelector, setSmoothScrollbarEnabled, setStackFromBottom, setTextFilterEnabled, setTranscriptMode, setVelocityScale, setVerticalScrollbarPosition, showContextMenu, showContextMenu, showContextMenuForChild, showContextMenuForChild, smoothScrollBy, smoothScrollToPosition, smoothScrollToPositionFromTop, smoothScrollToPositionFromTop, verifyDrawable
addView, addView, addView, addView, dispatchRestoreInstanceState, dispatchSaveInstanceState, getCount, getEmptyView, getFirstVisiblePosition, getItemAtPosition, getItemIdAtPosition, getLastVisiblePosition, getOnItemClickListener, getOnItemLongClickListener, getOnItemSelectedListener, getPositionForView, getSelectedItem, getSelectedItemId, getSelectedItemPosition, onProvideAutofillStructure, removeAllViews, removeView, removeViewAt, setEmptyView, setFocusable, setFocusableInTouchMode, setOnClickListener, setOnItemLongClickListener, setOnItemSelectedListener
addChildrenForAccessibility, addFocusables, addKeyboardNavigationClusters, addStatesFromChildren, addView, addViewInLayout, addViewInLayout, attachLayoutAnimationParameters, attachViewToParent, bringChildToFront, childDrawableStateChanged, childHasTransientStateChanged, cleanupLayoutState, clearChildFocus, clearDisappearingChildren, clearFocus, debug, detachAllViewsFromParent, detachViewFromParent, detachViewFromParent, detachViewsFromParent, dispatchApplyWindowInsets, dispatchCapturedPointerEvent, dispatchConfigurationChanged, dispatchDisplayHint, dispatchDragEvent, dispatchFreezeSelfOnly, dispatchGenericFocusedEvent, dispatchGenericPointerEvent, dispatchHoverEvent, dispatchKeyEventPreIme, dispatchKeyShortcutEvent, dispatchPointerCaptureChanged, dispatchProvideAutofillStructure, dispatchProvideStructure, dispatchSetActivated, dispatchSetSelected, dispatchSystemUiVisibilityChanged, dispatchThawSelfOnly, dispatchTouchEvent, dispatchTrackballEvent, dispatchUnhandledMove, dispatchVisibilityChanged, dispatchWindowFocusChanged, dispatchWindowSystemUiVisiblityChanged, dispatchWindowVisibilityChanged, endViewTransition, findFocus, findViewsWithText, focusableViewAvailable, focusSearch, gatherTransparentRegion, getChildAt, getChildCount, getChildDrawingOrder, getChildMeasureSpec, getChildStaticTransformation, getChildVisibleRect, getClipChildren, getClipToPadding, getDescendantFocusability, getFocusedChild, getLayoutAnimation, getLayoutAnimationListener, getLayoutMode, getLayoutTransition, getNestedScrollAxes, getOverlay, getPersistentDrawingCache, getTouchscreenBlocksFocus, hasFocus, hasTransientState, indexOfChild, invalidateChild, invalidateChildInParent, isAlwaysDrawnWithCacheEnabled, isAnimationCacheEnabled, isChildrenDrawingOrderEnabled, isChildrenDrawnWithCacheEnabled, isMotionEventSplittingEnabled, isTransitionGroup, layout, measureChild, measureChildren, measureChildWithMargins, notifySubtreeAccessibilityStateChanged, offsetDescendantRectToMyCoords, offsetRectIntoDescendantCoords, onCreateDrawableState, onDescendantInvalidated, onNestedPreFling, onNestedPrePerformAccessibilityAction, onNestedPreScroll, onRequestFocusInDescendants, onRequestSendAccessibilityEvent, onStopNestedScroll, onViewAdded, onViewRemoved, recomputeViewAttributes, removeAllViewsInLayout, removeDetachedView, removeViewInLayout, removeViews, removeViewsInLayout, requestChildFocus, requestFocus, requestSendAccessibilityEvent, requestTransparentRegion, restoreDefaultFocus, scheduleLayoutAnimation, setAddStatesFromChildren, setAlwaysDrawnWithCacheEnabled, setAnimationCacheEnabled, setChildrenDrawingCacheEnabled, setChildrenDrawingOrderEnabled, setChildrenDrawnWithCacheEnabled, setClipChildren, setClipToPadding, setDescendantFocusability, setLayoutAnimation, setLayoutAnimationListener, setLayoutMode, setLayoutTransition, setMotionEventSplittingEnabled, setOnHierarchyChangeListener, setPersistentDrawingCache, setStaticTransformationsEnabled, setTouchscreenBlocksFocus, setTransitionGroup, shouldDelayChildPressedState, startActionModeForChild, startActionModeForChild, startLayoutAnimation, startViewTransition, updateViewLayout
addExtraDataToAccessibilityNodeInfo, addFocusables, addOnAttachStateChangeListener, addOnLayoutChangeListener, animate, announceForAccessibility, autofill, autofill, awakenScrollBars, awakenScrollBars, awakenScrollBars, bringToFront, buildDrawingCache, buildDrawingCache, buildLayer, callOnClick, cancelDragAndDrop, cancelLongPress, cancelPendingInputEvents, canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, canScrollHorizontally, canScrollVertically, clearAnimation, combineMeasuredStates, computeHorizontalScrollExtent, computeHorizontalScrollOffset, computeHorizontalScrollRange, computeScroll, computeSystemWindowInsets, createAccessibilityNodeInfo, createContextMenu, destroyDrawingCache, dispatchFinishTemporaryDetach, dispatchGenericMotionEvent, dispatchNestedFling, dispatchNestedPreFling, dispatchNestedPrePerformAccessibilityAction, dispatchNestedPreScroll, dispatchNestedScroll, dispatchPopulateAccessibilityEvent, dispatchStartTemporaryDetach, drawableHotspotChanged, findViewById, findViewWithTag, fitSystemWindows, focusSearch, forceHasOverlappingRendering, forceLayout, generateViewId, getAccessibilityLiveRegion, getAccessibilityNodeProvider, getAccessibilityTraversalAfter, getAccessibilityTraversalBefore, getAlpha, getAnimation, getApplicationWindowToken, getAutofillHints, getAutofillId, getAutofillType, getAutofillValue, getBackground, getBackgroundTintList, getBackgroundTintMode, getBaseline, getBottom, getCameraDistance, getClipBounds, getClipBounds, getClipToOutline, getContentDescription, getContext, getDefaultFocusHighlightEnabled, getDefaultSize, getDisplay, getDrawableState, getDrawingCache, getDrawingCache, getDrawingCacheBackgroundColor, getDrawingCacheQuality, getDrawingRect, getDrawingTime, getElevation, getFilterTouchesWhenObscured, getFitsSystemWindows, getFocusable, getFocusables, getForeground, getForegroundGravity, getForegroundTintList, getForegroundTintMode, getGlobalVisibleRect, getGlobalVisibleRect, getHandler, getHasOverlappingRendering, getHeight, getHitRect, getHorizontalFadingEdgeLength, getHorizontalScrollbarHeight, getId, getImportantForAccessibility, getImportantForAutofill, getKeepScreenOn, getKeyDispatcherState, getLabelFor, getLayerType, getLayoutDirection, getLayoutParams, getLeft, getLeftFadingEdgeStrength, getLocalVisibleRect, getLocationInWindow, getLocationOnScreen, getMatrix, getMeasuredHeight, getMeasuredHeightAndState, getMeasuredState, getMeasuredWidth, getMeasuredWidthAndState, getMinimumHeight, getMinimumWidth, getNextClusterForwardId, getNextFocusDownId, getNextFocusForwardId, getNextFocusLeftId, getNextFocusRightId, getNextFocusUpId, getOnFocusChangeListener, getOutlineProvider, getOverScrollMode, getPaddingBottom, getPaddingEnd, getPaddingLeft, getPaddingRight, getPaddingStart, getPaddingTop, getParent, getParentForAccessibility, getPivotX, getPivotY, getPointerIcon, getResources, getRevealOnFocusHint, getRight, getRightFadingEdgeStrength, getRootView, getRootWindowInsets, getRotation, getRotationX, getRotationY, getScaleX, getScaleY, getScrollBarDefaultDelayBeforeFade, getScrollBarFadeDuration, getScrollBarSize, getScrollBarStyle, getScrollIndicators, getScrollX, getScrollY, getStateListAnimator, getSuggestedMinimumHeight, getSuggestedMinimumWidth, getSystemUiVisibility, getTag, getTag, getTextAlignment, getTextDirection, getTooltipText, getTop, getTouchables, getTouchDelegate, getTransitionName, getTranslationX, getTranslationY, getTranslationZ, getVerticalFadingEdgeLength, getVerticalScrollbarPosition, getViewTreeObserver, getVisibility, getWidth, getWindowAttachCount, getWindowId, getWindowSystemUiVisibility, getWindowToken, getWindowVisibility, getWindowVisibleDisplayFrame, getX, getY, getZ, hasExplicitFocusable, hasFocusable, hasNestedScrollingParent, hasOnClickListeners, hasOverlappingRendering, hasPointerCapture, hasWindowFocus, inflate, invalidate, invalidate, invalidate, invalidateDrawable, invalidateOutline, isAccessibilityFocused, isActivated, isAttachedToWindow, isClickable, isContextClickable, isDirty, isDrawingCacheEnabled, isDuplicateParentStateEnabled, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isFocusedByDefault, isHapticFeedbackEnabled, isHardwareAccelerated, isHorizontalFadingEdgeEnabled, isHorizontalScrollBarEnabled, isHovered, isImportantForAccessibility, isImportantForAutofill, isInEditMode, isInLayout, isInTouchMode, isKeyboardNavigationCluster, isLaidOut, isLayoutDirectionResolved, isLayoutRequested, isLongClickable, isNestedScrollingEnabled, isPaddingRelative, isPressed, isSaveEnabled, isSaveFromParentEnabled, isScrollbarFadingEnabled, isScrollContainer, isSelected, isShown, isSoundEffectsEnabled, isTemporarilyDetached, isTextAlignmentResolved, isTextDirectionResolved, isVerticalFadingEdgeEnabled, isVerticalScrollBarEnabled, keyboardNavigationClusterSearch, measure, mergeDrawableStates, offsetLeftAndRight, offsetTopAndBottom, onAnimationEnd, onAnimationStart, onApplyWindowInsets, onCapturedPointerEvent, onCheckIsTextEditor, onConfigurationChanged, onCreateContextMenu, onDragEvent, onDraw, onDrawForeground, onDrawScrollBars, onFilterTouchEventForSecurity, onFinishTemporaryDetach, onHoverChanged, onHoverEvent, onInitializeAccessibilityEvent, onInitializeAccessibilityNodeInfo, onKeyLongPress, onKeyPreIme, onKeyShortcut, onPointerCaptureChange, onPopulateAccessibilityEvent, onProvideAutofillVirtualStructure, onProvideStructure, onProvideVirtualStructure, onScreenStateChanged, onScrollChanged, onSetAlpha, onStartTemporaryDetach, onTrackballEvent, onVisibilityAggregated, onVisibilityChanged, onWindowSystemUiVisibilityChanged, onWindowVisibilityChanged, overScrollBy, performAccessibilityAction, performClick, performContextClick, performContextClick, performHapticFeedback, performHapticFeedback, performLongClick, performLongClick, playSoundEffect, post, postDelayed, postInvalidate, postInvalidate, postInvalidateDelayed, postInvalidateDelayed, postInvalidateOnAnimation, postInvalidateOnAnimation, postOnAnimation, postOnAnimationDelayed, refreshDrawableState, releasePointerCapture, removeCallbacks, removeOnAttachStateChangeListener, removeOnLayoutChangeListener, requestApplyInsets, requestFitSystemWindows, requestFocus, requestFocus, requestFocusFromTouch, requestPointerCapture, requestRectangleOnScreen, requestRectangleOnScreen, requestUnbufferedDispatch, resolveSize, resolveSizeAndState, restoreHierarchyState, saveHierarchyState, scheduleDrawable, scrollBy, scrollTo, sendAccessibilityEvent, sendAccessibilityEventUnchecked, setAccessibilityDelegate, setAccessibilityLiveRegion, setAccessibilityTraversalAfter, setAccessibilityTraversalBefore, setActivated, setAlpha, setAnimation, setAutofillHints, setBackground, setBackgroundColor, setBackgroundDrawable, setBackgroundResource, setBackgroundTintList, setBackgroundTintMode, setBottom, setCameraDistance, setClickable, setClipBounds, setClipToOutline, setContentDescription, setContextClickable, setDefaultFocusHighlightEnabled, setDrawingCacheBackgroundColor, setDrawingCacheEnabled, setDrawingCacheQuality, setDuplicateParentStateEnabled, setElevation, setEnabled, setFadingEdgeLength, setFilterTouchesWhenObscured, setFitsSystemWindows, setFocusable, setFocusedByDefault, setForeground, setForegroundGravity, setForegroundTintList, setForegroundTintMode, setHapticFeedbackEnabled, setHasTransientState, setHorizontalFadingEdgeEnabled, setHorizontalScrollBarEnabled, setHovered, setId, setImportantForAccessibility, setImportantForAutofill, setKeepScreenOn, setKeyboardNavigationCluster, setLabelFor, setLayerPaint, setLayerType, setLayoutDirection, setLayoutParams, setLeft, setLongClickable, setMeasuredDimension, setMinimumHeight, setMinimumWidth, setNestedScrollingEnabled, setNextClusterForwardId, setNextFocusDownId, setNextFocusForwardId, setNextFocusLeftId, setNextFocusRightId, setNextFocusUpId, setOnApplyWindowInsetsListener, setOnCapturedPointerListener, setOnContextClickListener, setOnCreateContextMenuListener, setOnDragListener, setOnFocusChangeListener, setOnGenericMotionListener, setOnHoverListener, setOnKeyListener, setOnLongClickListener, setOnScrollChangeListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setOutlineProvider, setPadding, setPaddingRelative, setPivotX, setPivotY, setPointerIcon, setPressed, setRevealOnFocusHint, setRight, setRotation, setRotationX, setRotationY, setSaveEnabled, setSaveFromParentEnabled, setScaleX, setScaleY, setScrollBarDefaultDelayBeforeFade, setScrollBarFadeDuration, setScrollbarFadingEnabled, setScrollBarSize, setScrollContainer, setScrollIndicators, setScrollIndicators, setScrollX, setScrollY, setSelected, setSoundEffectsEnabled, setStateListAnimator, setSystemUiVisibility, setTag, setTag, setTextAlignment, setTextDirection, setTooltipText, setTop, setTouchDelegate, setTransitionName, setTranslationX, setTranslationY, setTranslationZ, setVerticalFadingEdgeEnabled, setVerticalScrollBarEnabled, setVisibility, setWillNotCacheDrawing, setWillNotDraw, setX, setY, setZ, startActionMode, startActionMode, startAnimation, startDrag, startDragAndDrop, startNestedScroll, stopNestedScroll, toString, unscheduleDrawable, unscheduleDrawable, updateDragShadow, willNotCacheDrawing, willNotDraw
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, createContextMenu, getLayoutDirection, getParent, getParentForAccessibility, getTextAlignment, getTextDirection, isLayoutDirectionResolved, isLayoutRequested, isTextAlignmentResolved, isTextDirectionResolved, keyboardNavigationClusterSearch, requestFitSystemWindows
public PreferenceListView(@NonNull + android.content.Context context)+
ListView
, whose adapter is wrapped in order to display dividers
+ above preference categories.context
- The context, the toolbar should belong to, as an instance of the class Context
. The context may not be nullpublic PreferenceListView(@NonNull + android.content.Context context, + @Nullable + android.util.AttributeSet attributeSet)+
ListView
, whose adapter is wrapped in order to display dividers
+ above preference categories.context
- The context, the toolbar should belong to, as an instance of the class Context
. The context may not be nullattributeSet
- The attributes of the XML tag that is inflating the preference, as an instance of the
+ type AttributeSet
or null, if no attributes are availablepublic PreferenceListView(@NonNull + android.content.Context context, + @Nullable + android.util.AttributeSet attributeSet, + @StyleRes + int defaultStyle)+
ListView
, whose adapter is wrapped in order to display dividers
+ above preference categories.context
- The context, the toolbar should belong to, as an instance of the class Context
. The context may not be nullattributeSet
- The attributes of the XML tag that is inflating the preference, as an instance of the
+ type AttributeSet
or null, if no attributes are availabledefaultStyle
- The default style to apply to this preference. If 0, no style will be applied (beyond
+ what is included in the theme). This may either be an attribute resource, whose value
+ will be retrieved from the current theme, or an explicit style resourcepublic PreferenceListView(@NonNull + android.content.Context context, + @NonNull + android.util.AttributeSet attributeSet, + @StyleRes + int defaultStyle, + @AttrRes + int defaultStyleResource)+
ListView
, whose adapter is wrapped in order to display dividers
+ above preference categories.context
- The context, the toolbar should belong to, as an instance of the class Context
. The context may not be nullattributeSet
- The attributes of the XML tag that is inflating the preference, as an instance of the
+ type AttributeSet
or null, if no attributes are availabledefaultStyle
- The default style to apply to this preference. If 0, no style will be applied (beyond
+ what is included in the theme). This may either be an attribute resource, whose value
+ will be retrieved from the current theme, or an explicit style resourcedefaultStyleResource
- A resource identifier of a style resource that supplies default values for the view,
+ used only if the default style is 0 or can not be found in the theme. Can be 0 to not
+ look for defaultspublic final void setDividerColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if the default
+ color should be usedpublic final void setAdapterFactory(@NonNull + PreferenceListView.AdapterFactory adapterFactory)+
adapterFactory
- The adapter factory, which should be set, as an instance of the type PreferenceListView.AdapterFactory
. The adapter factory may not be nullpublic final void setAdapter(@Nullable + android.widget.ListAdapter adapter)+
setAdapter
in class android.widget.ListView
public final void setOnItemClickListener(@Nullable + android.widget.AdapterView.OnItemClickListener listener)+
setOnItemClickListener
in class android.widget.AdapterView<android.widget.ListAdapter>
public class ToolbarLarge
+extends android.widget.FrameLayout
+android.widget.FrameLayout.LayoutParams
android.view.ViewGroup.MarginLayoutParams, android.view.ViewGroup.OnHierarchyChangeListener
android.view.View.AccessibilityDelegate, android.view.View.BaseSavedState, android.view.View.DragShadowBuilder, android.view.View.MeasureSpec, android.view.View.OnApplyWindowInsetsListener, android.view.View.OnAttachStateChangeListener, android.view.View.OnCapturedPointerListener, android.view.View.OnClickListener, android.view.View.OnContextClickListener, android.view.View.OnCreateContextMenuListener, android.view.View.OnDragListener, android.view.View.OnFocusChangeListener, android.view.View.OnGenericMotionListener, android.view.View.OnHoverListener, android.view.View.OnKeyListener, android.view.View.OnLayoutChangeListener, android.view.View.OnLongClickListener, android.view.View.OnScrollChangeListener, android.view.View.OnSystemUiVisibilityChangeListener, android.view.View.OnTouchListener
CLIP_TO_PADDING_MASK, FOCUS_AFTER_DESCENDANTS, FOCUS_BEFORE_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS, LAYOUT_MODE_CLIP_BOUNDS, LAYOUT_MODE_OPTICAL_BOUNDS, PERSISTENT_ALL_CACHES, PERSISTENT_ANIMATION_CACHE, PERSISTENT_NO_CACHE, PERSISTENT_SCROLLING_CACHE
ACCESSIBILITY_LIVE_REGION_ASSERTIVE, ACCESSIBILITY_LIVE_REGION_NONE, ACCESSIBILITY_LIVE_REGION_POLITE, ALPHA, AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR, AUTOFILL_HINT_CREDIT_CARD_NUMBER, AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE, AUTOFILL_HINT_EMAIL_ADDRESS, AUTOFILL_HINT_NAME, AUTOFILL_HINT_PASSWORD, AUTOFILL_HINT_PHONE, AUTOFILL_HINT_POSTAL_ADDRESS, AUTOFILL_HINT_POSTAL_CODE, AUTOFILL_HINT_USERNAME, AUTOFILL_TYPE_DATE, AUTOFILL_TYPE_LIST, AUTOFILL_TYPE_NONE, AUTOFILL_TYPE_TEXT, AUTOFILL_TYPE_TOGGLE, DRAG_FLAG_GLOBAL, DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION, DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION, DRAG_FLAG_GLOBAL_URI_READ, DRAG_FLAG_GLOBAL_URI_WRITE, DRAG_FLAG_OPAQUE, DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_LOW, EMPTY_STATE_SET, ENABLED_FOCUSED_SELECTED_STATE_SET, ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_FOCUSED_STATE_SET, ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, ENABLED_SELECTED_STATE_SET, ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_STATE_SET, ENABLED_WINDOW_FOCUSED_STATE_SET, FIND_VIEWS_WITH_CONTENT_DESCRIPTION, FIND_VIEWS_WITH_TEXT, FOCUS_BACKWARD, FOCUS_DOWN, FOCUS_FORWARD, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_UP, FOCUSABLE, FOCUSABLE_AUTO, FOCUSABLES_ALL, FOCUSABLES_TOUCH_MODE, FOCUSED_SELECTED_STATE_SET, FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, FOCUSED_STATE_SET, FOCUSED_WINDOW_FOCUSED_STATE_SET, GONE, HAPTIC_FEEDBACK_ENABLED, IMPORTANT_FOR_ACCESSIBILITY_AUTO, IMPORTANT_FOR_ACCESSIBILITY_NO, IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS, IMPORTANT_FOR_ACCESSIBILITY_YES, IMPORTANT_FOR_AUTOFILL_AUTO, IMPORTANT_FOR_AUTOFILL_NO, IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS, IMPORTANT_FOR_AUTOFILL_YES, IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS, INVISIBLE, KEEP_SCREEN_ON, LAYER_TYPE_HARDWARE, LAYER_TYPE_NONE, LAYER_TYPE_SOFTWARE, LAYOUT_DIRECTION_INHERIT, LAYOUT_DIRECTION_LOCALE, LAYOUT_DIRECTION_LTR, LAYOUT_DIRECTION_RTL, MEASURED_HEIGHT_STATE_SHIFT, MEASURED_SIZE_MASK, MEASURED_STATE_MASK, MEASURED_STATE_TOO_SMALL, NO_ID, NOT_FOCUSABLE, OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER, PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET, PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_SELECTED_STATE_SET, PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_STATE_SET, PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_SELECTED_STATE_SET, PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_STATE_SET, PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_SELECTED_STATE_SET, PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_STATE_SET, PRESSED_WINDOW_FOCUSED_STATE_SET, ROTATION, ROTATION_X, ROTATION_Y, SCALE_X, SCALE_Y, SCREEN_STATE_OFF, SCREEN_STATE_ON, SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_NONE, SCROLL_AXIS_VERTICAL, SCROLL_INDICATOR_BOTTOM, SCROLL_INDICATOR_END, SCROLL_INDICATOR_LEFT, SCROLL_INDICATOR_RIGHT, SCROLL_INDICATOR_START, SCROLL_INDICATOR_TOP, SCROLLBAR_POSITION_DEFAULT, SCROLLBAR_POSITION_LEFT, SCROLLBAR_POSITION_RIGHT, SCROLLBARS_INSIDE_INSET, SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_OUTSIDE_INSET, SCROLLBARS_OUTSIDE_OVERLAY, SELECTED_STATE_SET, SELECTED_WINDOW_FOCUSED_STATE_SET, SOUND_EFFECTS_ENABLED, STATUS_BAR_HIDDEN, STATUS_BAR_VISIBLE, SYSTEM_UI_FLAG_FULLSCREEN, SYSTEM_UI_FLAG_HIDE_NAVIGATION, SYSTEM_UI_FLAG_IMMERSIVE, SYSTEM_UI_FLAG_IMMERSIVE_STICKY, SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN, SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION, SYSTEM_UI_FLAG_LAYOUT_STABLE, SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR, SYSTEM_UI_FLAG_LIGHT_STATUS_BAR, SYSTEM_UI_FLAG_LOW_PROFILE, SYSTEM_UI_FLAG_VISIBLE, SYSTEM_UI_LAYOUT_FLAGS, TEXT_ALIGNMENT_CENTER, TEXT_ALIGNMENT_GRAVITY, TEXT_ALIGNMENT_INHERIT, TEXT_ALIGNMENT_TEXT_END, TEXT_ALIGNMENT_TEXT_START, TEXT_ALIGNMENT_VIEW_END, TEXT_ALIGNMENT_VIEW_START, TEXT_DIRECTION_ANY_RTL, TEXT_DIRECTION_FIRST_STRONG, TEXT_DIRECTION_FIRST_STRONG_LTR, TEXT_DIRECTION_FIRST_STRONG_RTL, TEXT_DIRECTION_INHERIT, TEXT_DIRECTION_LOCALE, TEXT_DIRECTION_LTR, TEXT_DIRECTION_RTL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, VIEW_LOG_TAG, VISIBLE, WINDOW_FOCUSED_STATE_SET, X, Y, Z
Constructor and Description | +
---|
ToolbarLarge(android.content.Context context)
+Creates a custom view, which may be used to visualize a large toolbar on devices with a large
+ screen.
+ |
+
ToolbarLarge(android.content.Context context,
+ android.util.AttributeSet attributeSet)
+Creates a custom view, which may be used to visualize a large toolbar on devices with a large
+ screen.
+ |
+
ToolbarLarge(android.content.Context context,
+ android.util.AttributeSet attributeSet,
+ int defaultStyle)
+Creates a custom view, which may be used to visualize a large toolbar on devices with a large
+ screen.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
int |
+getNavigationWidth()
+Returns the width of the navigation.
+ |
+
java.lang.CharSequence |
+getTitle()
+Returns the toolbar's title.
+ |
+
android.support.v7.widget.Toolbar |
+getToolbar()
+Returns the toolbar, which is used to show the title.
+ |
+
void |
+hideNavigation(boolean navigationHidden)
+Hides or shows the navigation.
+ |
+
boolean |
+isNavigationHidden()
+Returns, whether the navigation is hidden, or not.
+ |
+
void |
+setNavigationWidth(int width)
+Sets the width of the navigation.
+ |
+
void |
+setTitle(java.lang.CharSequence title)
+Sets the toolbar's title.
+ |
+
void |
+setTitle(int resourceId)
+Sets the toolbar's title.
+ |
+
checkLayoutParams, generateDefaultLayoutParams, generateLayoutParams, generateLayoutParams, getAccessibilityClassName, getConsiderGoneChildrenWhenMeasuring, getMeasureAllChildren, onLayout, onMeasure, setForegroundGravity, setMeasureAllChildren, shouldDelayChildPressedState
addChildrenForAccessibility, addFocusables, addKeyboardNavigationClusters, addStatesFromChildren, addTouchables, addView, addView, addView, addView, addView, addViewInLayout, addViewInLayout, attachLayoutAnimationParameters, attachViewToParent, bringChildToFront, canAnimate, childDrawableStateChanged, childHasTransientStateChanged, cleanupLayoutState, clearChildFocus, clearDisappearingChildren, clearFocus, debug, detachAllViewsFromParent, detachViewFromParent, detachViewFromParent, detachViewsFromParent, dispatchApplyWindowInsets, dispatchCapturedPointerEvent, dispatchConfigurationChanged, dispatchDisplayHint, dispatchDragEvent, dispatchDraw, dispatchDrawableHotspotChanged, dispatchFreezeSelfOnly, dispatchGenericFocusedEvent, dispatchGenericPointerEvent, dispatchHoverEvent, dispatchKeyEvent, dispatchKeyEventPreIme, dispatchKeyShortcutEvent, dispatchPointerCaptureChanged, dispatchProvideAutofillStructure, dispatchProvideStructure, dispatchRestoreInstanceState, dispatchSaveInstanceState, dispatchSetActivated, dispatchSetPressed, dispatchSetSelected, dispatchSystemUiVisibilityChanged, dispatchThawSelfOnly, dispatchTouchEvent, dispatchTrackballEvent, dispatchUnhandledMove, dispatchVisibilityChanged, dispatchWindowFocusChanged, dispatchWindowSystemUiVisiblityChanged, dispatchWindowVisibilityChanged, drawableStateChanged, drawChild, endViewTransition, findFocus, findViewsWithText, focusableViewAvailable, focusSearch, gatherTransparentRegion, getChildAt, getChildCount, getChildDrawingOrder, getChildMeasureSpec, getChildStaticTransformation, getChildVisibleRect, getClipChildren, getClipToPadding, getDescendantFocusability, getFocusedChild, getLayoutAnimation, getLayoutAnimationListener, getLayoutMode, getLayoutTransition, getNestedScrollAxes, getOverlay, getPersistentDrawingCache, getTouchscreenBlocksFocus, hasFocus, hasTransientState, indexOfChild, invalidateChild, invalidateChildInParent, isAlwaysDrawnWithCacheEnabled, isAnimationCacheEnabled, isChildrenDrawingOrderEnabled, isChildrenDrawnWithCacheEnabled, isMotionEventSplittingEnabled, isTransitionGroup, jumpDrawablesToCurrentState, layout, measureChild, measureChildren, measureChildWithMargins, notifySubtreeAccessibilityStateChanged, offsetDescendantRectToMyCoords, offsetRectIntoDescendantCoords, onAttachedToWindow, onCreateDrawableState, onDescendantInvalidated, onDetachedFromWindow, onInterceptHoverEvent, onInterceptTouchEvent, onNestedFling, onNestedPreFling, onNestedPrePerformAccessibilityAction, onNestedPreScroll, onNestedScroll, onNestedScrollAccepted, onRequestFocusInDescendants, onRequestSendAccessibilityEvent, onResolvePointerIcon, onStartNestedScroll, onStopNestedScroll, onViewAdded, onViewRemoved, recomputeViewAttributes, removeAllViews, removeAllViewsInLayout, removeDetachedView, removeView, removeViewAt, removeViewInLayout, removeViews, removeViewsInLayout, requestChildFocus, requestChildRectangleOnScreen, requestDisallowInterceptTouchEvent, requestFocus, requestSendAccessibilityEvent, requestTransparentRegion, restoreDefaultFocus, scheduleLayoutAnimation, setAddStatesFromChildren, setAlwaysDrawnWithCacheEnabled, setAnimationCacheEnabled, setChildrenDrawingCacheEnabled, setChildrenDrawingOrderEnabled, setChildrenDrawnWithCacheEnabled, setClipChildren, setClipToPadding, setDescendantFocusability, setLayoutAnimation, setLayoutAnimationListener, setLayoutMode, setLayoutTransition, setMotionEventSplittingEnabled, setOnHierarchyChangeListener, setPersistentDrawingCache, setStaticTransformationsEnabled, setTouchscreenBlocksFocus, setTransitionGroup, showContextMenuForChild, showContextMenuForChild, startActionModeForChild, startActionModeForChild, startLayoutAnimation, startViewTransition, updateViewLayout
addExtraDataToAccessibilityNodeInfo, addFocusables, addOnAttachStateChangeListener, addOnLayoutChangeListener, animate, announceForAccessibility, autofill, autofill, awakenScrollBars, awakenScrollBars, awakenScrollBars, bringToFront, buildDrawingCache, buildDrawingCache, buildLayer, callOnClick, cancelDragAndDrop, cancelLongPress, cancelPendingInputEvents, canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, canScrollHorizontally, canScrollVertically, checkInputConnectionProxy, clearAnimation, combineMeasuredStates, computeHorizontalScrollExtent, computeHorizontalScrollOffset, computeHorizontalScrollRange, computeScroll, computeSystemWindowInsets, computeVerticalScrollExtent, computeVerticalScrollOffset, computeVerticalScrollRange, createAccessibilityNodeInfo, createContextMenu, destroyDrawingCache, dispatchFinishTemporaryDetach, dispatchGenericMotionEvent, dispatchNestedFling, dispatchNestedPreFling, dispatchNestedPrePerformAccessibilityAction, dispatchNestedPreScroll, dispatchNestedScroll, dispatchPopulateAccessibilityEvent, dispatchStartTemporaryDetach, draw, drawableHotspotChanged, findViewById, findViewWithTag, fitSystemWindows, focusSearch, forceHasOverlappingRendering, forceLayout, generateViewId, getAccessibilityLiveRegion, getAccessibilityNodeProvider, getAccessibilityTraversalAfter, getAccessibilityTraversalBefore, getAlpha, getAnimation, getApplicationWindowToken, getAutofillHints, getAutofillId, getAutofillType, getAutofillValue, getBackground, getBackgroundTintList, getBackgroundTintMode, getBaseline, getBottom, getBottomFadingEdgeStrength, getBottomPaddingOffset, getCameraDistance, getClipBounds, getClipBounds, getClipToOutline, getContentDescription, getContext, getContextMenuInfo, getDefaultFocusHighlightEnabled, getDefaultSize, getDisplay, getDrawableState, getDrawingCache, getDrawingCache, getDrawingCacheBackgroundColor, getDrawingCacheQuality, getDrawingRect, getDrawingTime, getElevation, getFilterTouchesWhenObscured, getFitsSystemWindows, getFocusable, getFocusables, getFocusedRect, getForeground, getForegroundGravity, getForegroundTintList, getForegroundTintMode, getGlobalVisibleRect, getGlobalVisibleRect, getHandler, getHasOverlappingRendering, getHeight, getHitRect, getHorizontalFadingEdgeLength, getHorizontalScrollbarHeight, getId, getImportantForAccessibility, getImportantForAutofill, getKeepScreenOn, getKeyDispatcherState, getLabelFor, getLayerType, getLayoutDirection, getLayoutParams, getLeft, getLeftFadingEdgeStrength, getLeftPaddingOffset, getLocalVisibleRect, getLocationInWindow, getLocationOnScreen, getMatrix, getMeasuredHeight, getMeasuredHeightAndState, getMeasuredState, getMeasuredWidth, getMeasuredWidthAndState, getMinimumHeight, getMinimumWidth, getNextClusterForwardId, getNextFocusDownId, getNextFocusForwardId, getNextFocusLeftId, getNextFocusRightId, getNextFocusUpId, getOnFocusChangeListener, getOutlineProvider, getOverScrollMode, getPaddingBottom, getPaddingEnd, getPaddingLeft, getPaddingRight, getPaddingStart, getPaddingTop, getParent, getParentForAccessibility, getPivotX, getPivotY, getPointerIcon, getResources, getRevealOnFocusHint, getRight, getRightFadingEdgeStrength, getRightPaddingOffset, getRootView, getRootWindowInsets, getRotation, getRotationX, getRotationY, getScaleX, getScaleY, getScrollBarDefaultDelayBeforeFade, getScrollBarFadeDuration, getScrollBarSize, getScrollBarStyle, getScrollIndicators, getScrollX, getScrollY, getSolidColor, getStateListAnimator, getSuggestedMinimumHeight, getSuggestedMinimumWidth, getSystemUiVisibility, getTag, getTag, getTextAlignment, getTextDirection, getTooltipText, getTop, getTopFadingEdgeStrength, getTopPaddingOffset, getTouchables, getTouchDelegate, getTransitionName, getTranslationX, getTranslationY, getTranslationZ, getVerticalFadingEdgeLength, getVerticalScrollbarPosition, getVerticalScrollbarWidth, getViewTreeObserver, getVisibility, getWidth, getWindowAttachCount, getWindowId, getWindowSystemUiVisibility, getWindowToken, getWindowVisibility, getWindowVisibleDisplayFrame, getX, getY, getZ, hasExplicitFocusable, hasFocusable, hasNestedScrollingParent, hasOnClickListeners, hasOverlappingRendering, hasPointerCapture, hasWindowFocus, inflate, invalidate, invalidate, invalidate, invalidateDrawable, invalidateOutline, isAccessibilityFocused, isActivated, isAttachedToWindow, isClickable, isContextClickable, isDirty, isDrawingCacheEnabled, isDuplicateParentStateEnabled, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isFocusedByDefault, isHapticFeedbackEnabled, isHardwareAccelerated, isHorizontalFadingEdgeEnabled, isHorizontalScrollBarEnabled, isHovered, isImportantForAccessibility, isImportantForAutofill, isInEditMode, isInLayout, isInTouchMode, isKeyboardNavigationCluster, isLaidOut, isLayoutDirectionResolved, isLayoutRequested, isLongClickable, isNestedScrollingEnabled, isOpaque, isPaddingOffsetRequired, isPaddingRelative, isPressed, isSaveEnabled, isSaveFromParentEnabled, isScrollbarFadingEnabled, isScrollContainer, isSelected, isShown, isSoundEffectsEnabled, isTemporarilyDetached, isTextAlignmentResolved, isTextDirectionResolved, isVerticalFadingEdgeEnabled, isVerticalScrollBarEnabled, keyboardNavigationClusterSearch, measure, mergeDrawableStates, offsetLeftAndRight, offsetTopAndBottom, onAnimationEnd, onAnimationStart, onApplyWindowInsets, onCancelPendingInputEvents, onCapturedPointerEvent, onCheckIsTextEditor, onConfigurationChanged, onCreateContextMenu, onCreateInputConnection, onDisplayHint, onDragEvent, onDraw, onDrawForeground, onDrawScrollBars, onFilterTouchEventForSecurity, onFinishInflate, onFinishTemporaryDetach, onFocusChanged, onGenericMotionEvent, onHoverChanged, onHoverEvent, onInitializeAccessibilityEvent, onInitializeAccessibilityNodeInfo, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyPreIme, onKeyShortcut, onKeyUp, onOverScrolled, onPointerCaptureChange, onPopulateAccessibilityEvent, onProvideAutofillStructure, onProvideAutofillVirtualStructure, onProvideStructure, onProvideVirtualStructure, onRestoreInstanceState, onRtlPropertiesChanged, onSaveInstanceState, onScreenStateChanged, onScrollChanged, onSetAlpha, onSizeChanged, onStartTemporaryDetach, onTouchEvent, onTrackballEvent, onVisibilityAggregated, onVisibilityChanged, onWindowFocusChanged, onWindowSystemUiVisibilityChanged, onWindowVisibilityChanged, overScrollBy, performAccessibilityAction, performClick, performContextClick, performContextClick, performHapticFeedback, performHapticFeedback, performLongClick, performLongClick, playSoundEffect, post, postDelayed, postInvalidate, postInvalidate, postInvalidateDelayed, postInvalidateDelayed, postInvalidateOnAnimation, postInvalidateOnAnimation, postOnAnimation, postOnAnimationDelayed, refreshDrawableState, releasePointerCapture, removeCallbacks, removeOnAttachStateChangeListener, removeOnLayoutChangeListener, requestApplyInsets, requestFitSystemWindows, requestFocus, requestFocus, requestFocusFromTouch, requestLayout, requestPointerCapture, requestRectangleOnScreen, requestRectangleOnScreen, requestUnbufferedDispatch, resolveSize, resolveSizeAndState, restoreHierarchyState, saveHierarchyState, scheduleDrawable, scrollBy, scrollTo, sendAccessibilityEvent, sendAccessibilityEventUnchecked, setAccessibilityDelegate, setAccessibilityLiveRegion, setAccessibilityTraversalAfter, setAccessibilityTraversalBefore, setActivated, setAlpha, setAnimation, setAutofillHints, setBackground, setBackgroundColor, setBackgroundDrawable, setBackgroundResource, setBackgroundTintList, setBackgroundTintMode, setBottom, setCameraDistance, setClickable, setClipBounds, setClipToOutline, setContentDescription, setContextClickable, setDefaultFocusHighlightEnabled, setDrawingCacheBackgroundColor, setDrawingCacheEnabled, setDrawingCacheQuality, setDuplicateParentStateEnabled, setElevation, setEnabled, setFadingEdgeLength, setFilterTouchesWhenObscured, setFitsSystemWindows, setFocusable, setFocusable, setFocusableInTouchMode, setFocusedByDefault, setForeground, setForegroundTintList, setForegroundTintMode, setHapticFeedbackEnabled, setHasTransientState, setHorizontalFadingEdgeEnabled, setHorizontalScrollBarEnabled, setHovered, setId, setImportantForAccessibility, setImportantForAutofill, setKeepScreenOn, setKeyboardNavigationCluster, setLabelFor, setLayerPaint, setLayerType, setLayoutDirection, setLayoutParams, setLeft, setLongClickable, setMeasuredDimension, setMinimumHeight, setMinimumWidth, setNestedScrollingEnabled, setNextClusterForwardId, setNextFocusDownId, setNextFocusForwardId, setNextFocusLeftId, setNextFocusRightId, setNextFocusUpId, setOnApplyWindowInsetsListener, setOnCapturedPointerListener, setOnClickListener, setOnContextClickListener, setOnCreateContextMenuListener, setOnDragListener, setOnFocusChangeListener, setOnGenericMotionListener, setOnHoverListener, setOnKeyListener, setOnLongClickListener, setOnScrollChangeListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setOutlineProvider, setOverScrollMode, setPadding, setPaddingRelative, setPivotX, setPivotY, setPointerIcon, setPressed, setRevealOnFocusHint, setRight, setRotation, setRotationX, setRotationY, setSaveEnabled, setSaveFromParentEnabled, setScaleX, setScaleY, setScrollBarDefaultDelayBeforeFade, setScrollBarFadeDuration, setScrollbarFadingEnabled, setScrollBarSize, setScrollBarStyle, setScrollContainer, setScrollIndicators, setScrollIndicators, setScrollX, setScrollY, setSelected, setSoundEffectsEnabled, setStateListAnimator, setSystemUiVisibility, setTag, setTag, setTextAlignment, setTextDirection, setTooltipText, setTop, setTouchDelegate, setTransitionName, setTranslationX, setTranslationY, setTranslationZ, setVerticalFadingEdgeEnabled, setVerticalScrollBarEnabled, setVerticalScrollbarPosition, setVisibility, setWillNotCacheDrawing, setWillNotDraw, setX, setY, setZ, showContextMenu, showContextMenu, startActionMode, startActionMode, startAnimation, startDrag, startDragAndDrop, startNestedScroll, stopNestedScroll, toString, unscheduleDrawable, unscheduleDrawable, updateDragShadow, verifyDrawable, willNotCacheDrawing, willNotDraw
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, createContextMenu, getLayoutDirection, getParent, getParentForAccessibility, getTextAlignment, getTextDirection, isLayoutDirectionResolved, isLayoutRequested, isTextAlignmentResolved, isTextDirectionResolved, keyboardNavigationClusterSearch, requestFitSystemWindows, requestLayout
public ToolbarLarge(@NonNull + android.content.Context context)+
context
- The context, the toolbar should belong to, as an instance of the class Context
. The context may not be nullpublic ToolbarLarge(@NonNull + android.content.Context context, + @Nullable + android.util.AttributeSet attributeSet)+
context
- The context, the toolbar should belong to, as an instance of the class Context
. The context may not be nullattributeSet
- The attributes of the XML tag that is inflating the preference, as an instance of the
+ type AttributeSet
or ull, if no attributes are availablepublic ToolbarLarge(@NonNull + android.content.Context context, + @Nullable + android.util.AttributeSet attributeSet, + int defaultStyle)+
context
- The context, the toolbar should belong to, as an instance of the class Context
. The context may not be nullattributeSet
- The attributes of the XML tag that is inflating the preference, as an instance of the
+ type AttributeSet
or null, if no attributes are availabledefaultStyle
- The default style to apply to this preference. If 0, no style will be applied (beyond
+ what is included in the theme). This may either be an attribute resource, whose value
+ will be retrieved from the current theme, or an explicit style resourcepublic final java.lang.CharSequence getTitle()+
CharSequence
or null, if no
+ title is setpublic final void setTitle(@Nullable + java.lang.CharSequence title)+
title
- The title, which should be set, as an instance of the class CharSequence
or
+ null, if no title should be setpublic final void setTitle(@StringRes + int resourceId)+
resourceId
- The resource id of the title, which should be set, as an Integer
value. The
+ resource id must correspond to a valid string resource@Px +public final int getNavigationWidth()+
Integer
valuepublic final void setNavigationWidth(@Px + int width)+
width
- The width, which should be set, in pixels as an Integer
value. The width must
+ be greater than 0public final boolean isNavigationHidden()+
public final void hideNavigation(boolean navigationHidden)+
navigationHidden
- True, if the navigation should be hidden, false otherwisepublic final android.support.v7.widget.Toolbar getToolbar()+
Interface | +Description | +
---|---|
PreferenceListView.AdapterFactory | +
+ Defines the interface, a factory, which allows to create instances of the class
+PreferenceGroupAdapter , must implement. |
+
Class | +Description | +
---|---|
PreferenceListView | +
+ A custom
+ListView , whose adapter is wrapped in order to display dividers above preference
+ categories. |
+
ToolbarLarge | +
+ A custom view, which may be used to visualize a large toolbar on devices with a large screen.
+ |
+
The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object
. The interfaces do not inherit from java.lang.Object
.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+PreferenceActivity
.NavigationPreference
s are
+ added or removed to/from a PreferenceActivity
, must implement.PreferenceActivity
when
+ clicked.PreferenceActivity
when clicked.PreferenceActivity
when clicked.PreferenceActivity
when clicked.PreferenceActivity
when clicked.NavigationPreference
.PreferenceGroupAdapter
, which is used to visualize the navigation preferences of a
+ PreferenceActivity
.PreferenceGroupAdapter
, which is used to visualize the navigation
+ preferences of a PreferenceActivity
.PreferenceActivity
has been changed, must implement.ListView
, whose adapter is wrapped in order to display dividers above preference
+ categories.ListView
, whose adapter is wrapped in order to display dividers
+ above preference categories.ListView
, whose adapter is wrapped in order to display dividers
+ above preference categories.ListView
, whose adapter is wrapped in order to display dividers
+ above preference categories.ListView
, whose adapter is wrapped in order to display dividers
+ above preference categories.PreferenceGroupAdapter
, must implement.PreferenceFragment
, should be restored.PreferenceActivity
, which is used as wizard, by using its next-, back- and finish-button.PreferenceGroupAdapter
.NavigationPreference.SavedState
from
+ parcels.EXTRA_SHOW_BUTTON_BAR
, this extra can also
+ be specified to supply a custom text for the back button.EXTRA_SHOW_BUTTON_BAR
, this extra can also
+ be specified to supply a custom text for the back button when the last navigation preference
+ is selected.EXTRA_SHOW_BUTTON_BAR
, this extra can also
+ be specified to supply a custom text for the next button.EXTRA_SHOW_BUTTON_BAR
and
+ EXTRA_SHOW_PROGRESS
, this string extra can also be specified to supply a custom
+ format for showing the progress.EXTRA_SHOW_RESTORE_DEFAULTS_BUTTON
,
+ this extra can also be specified to supply a custom text for the button, which allows to
+ restore the preferences' default values.EXTRA_SHOW_FRAGMENT
, this extra can also
+ be specified to supply a bundle of arguments to pass to that fragment when it is instantiated
+ during the initial creation of the activity.EXTRA_SHOW_FRAGMENT
, this extra can also
+ be specified to supply the title to be shown for that fragment.EXTRA_SHOW_BUTTON_BAR
, this boolean extra can
+ also used to specify, whether the number of the currently shown wizard step and the number of
+ total steps should be shown as the bread crumb title.HideViewOnScrollAnimation
, must implement.+ + diff --git a/doc/javadoc/overview-summary.html b/doc/javadoc/overview-summary.html new file mode 100644 index 0000000..220b736 --- /dev/null +++ b/doc/javadoc/overview-summary.html @@ -0,0 +1,149 @@ + + + + + +
Package | +Description | +
---|---|
de.mrapp.android.preference.activity | ++ |
de.mrapp.android.preference.activity.adapter | ++ |
de.mrapp.android.preference.activity.animation | ++ |
de.mrapp.android.preference.activity.fragment | ++ |
de.mrapp.android.preference.activity.view | ++ |