From 098bb565023d9eced8bdd1a5d88f4a11dfe2e3db Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Tue, 24 Oct 2017 23:56:38 +0200 Subject: [PATCH] Added new javadoc. --- doc/javadoc/allclasses-frame.html | 54 + doc/javadoc/allclasses-noframe.html | 54 + doc/javadoc/constant-values.html | 294 + .../preference/activity/BuildConfig.html | 356 + .../activity/NavigationListener.html | 254 + .../NavigationPreference.Callback.html | 240 + .../NavigationPreference.SavedState.html | 440 + .../activity/NavigationPreference.html | 683 + .../activity/PreferenceActivity.html | 2644 ++++ .../activity/PreferenceFragment.html | 882 ++ .../activity/PreferenceFragmentListener.html | 262 + .../android/preference/activity/R.anim.html | 418 + .../android/preference/activity/R.attr.html | 6678 +++++++++ .../android/preference/activity/R.bool.html | 340 + .../android/preference/activity/R.color.html | 1575 +++ .../android/preference/activity/R.dimen.html | 2251 ++++ .../preference/activity/R.drawable.html | 1536 +++ .../mrapp/android/preference/activity/R.html | 302 + .../android/preference/activity/R.id.html | 2225 +++ .../preference/activity/R.integer.html | 340 + .../android/preference/activity/R.layout.html | 1003 ++ .../android/preference/activity/R.string.html | 769 ++ .../android/preference/activity/R.style.html | 5098 +++++++ .../preference/activity/R.styleable.html | 11203 ++++++++++++++++ .../android/preference/activity/R.xml.html | 275 + .../activity/RestoreDefaultsListener.html | 312 + .../preference/activity/WizardListener.html | 356 + ...gationPreferenceGroupAdapter.Callback.html | 328 + .../NavigationPreferenceGroupAdapter.html | 728 + .../adapter/PreferenceGroupAdapter.html | 594 + .../activity/adapter/package-frame.html | 25 + .../activity/adapter/package-summary.html | 168 + .../activity/adapter/package-tree.html | 147 + .../HideViewOnScrollAnimation.Direction.html | 351 + .../animation/HideViewOnScrollAnimation.html | 563 + .../HideViewOnScrollAnimationListener.html | 273 + .../activity/animation/package-frame.html | 28 + .../activity/animation/package-summary.html | 178 + .../activity/animation/package-tree.html | 155 + .../fragment/AbstractPreferenceFragment.html | 493 + .../fragment/NavigationFragment.Callback.html | 258 + .../activity/fragment/NavigationFragment.html | 820 ++ .../activity/fragment/package-frame.html | 25 + .../activity/fragment/package-summary.html | 166 + .../activity/fragment/package-tree.html | 151 + .../preference/activity/package-frame.html | 46 + .../preference/activity/package-summary.html | 267 + .../preference/activity/package-tree.html | 209 + .../PreferenceListView.AdapterFactory.html | 244 + .../activity/view/PreferenceListView.html | 619 + .../activity/view/ToolbarLarge.html | 596 + .../activity/view/package-frame.html | 25 + .../activity/view/package-summary.html | 166 + .../activity/view/package-tree.html | 164 + doc/javadoc/deprecated-list.html | 122 + doc/javadoc/help-doc.html | 223 + doc/javadoc/index-files/index-1.html | 1958 +++ doc/javadoc/index-files/index-10.html | 296 + doc/javadoc/index-files/index-11.html | 374 + doc/javadoc/index-files/index-12.html | 364 + doc/javadoc/index-files/index-13.html | 319 + doc/javadoc/index-files/index-14.html | 374 + doc/javadoc/index-files/index-15.html | 134 + doc/javadoc/index-files/index-16.html | 349 + doc/javadoc/index-files/index-17.html | 858 ++ doc/javadoc/index-files/index-18.html | 825 ++ doc/javadoc/index-files/index-19.html | 144 + doc/javadoc/index-files/index-2.html | 644 + doc/javadoc/index-files/index-20.html | 212 + doc/javadoc/index-files/index-21.html | 329 + doc/javadoc/index-files/index-22.html | 127 + doc/javadoc/index-files/index-3.html | 500 + doc/javadoc/index-files/index-4.html | 264 + doc/javadoc/index-files/index-5.html | 267 + doc/javadoc/index-files/index-6.html | 274 + doc/javadoc/index-files/index-7.html | 407 + doc/javadoc/index-files/index-8.html | 218 + doc/javadoc/index-files/index-9.html | 257 + doc/javadoc/index.html | 74 + doc/javadoc/overview-frame.html | 25 + doc/javadoc/overview-summary.html | 149 + doc/javadoc/overview-tree.html | 270 + doc/javadoc/package-list | 5 + doc/javadoc/script.js | 30 + doc/javadoc/stylesheet.css | 574 + 85 files changed, 59597 insertions(+) create mode 100644 doc/javadoc/allclasses-frame.html create mode 100644 doc/javadoc/allclasses-noframe.html create mode 100644 doc/javadoc/constant-values.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/BuildConfig.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/NavigationListener.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.Callback.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.SavedState.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/PreferenceActivity.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/PreferenceFragment.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/PreferenceFragmentListener.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.anim.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.attr.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.bool.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.color.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.dimen.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.drawable.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.id.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.integer.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.layout.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.string.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.style.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.styleable.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/R.xml.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/RestoreDefaultsListener.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/WizardListener.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/adapter/NavigationPreferenceGroupAdapter.Callback.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/adapter/NavigationPreferenceGroupAdapter.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/adapter/PreferenceGroupAdapter.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/adapter/package-frame.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/adapter/package-summary.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/adapter/package-tree.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimation.Direction.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimation.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimationListener.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/animation/package-frame.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/animation/package-summary.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/animation/package-tree.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/fragment/AbstractPreferenceFragment.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/fragment/NavigationFragment.Callback.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/fragment/NavigationFragment.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/fragment/package-frame.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/fragment/package-summary.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/fragment/package-tree.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/package-frame.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/package-summary.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/package-tree.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/view/PreferenceListView.AdapterFactory.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/view/PreferenceListView.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/view/ToolbarLarge.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/view/package-frame.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/view/package-summary.html create mode 100644 doc/javadoc/de/mrapp/android/preference/activity/view/package-tree.html create mode 100644 doc/javadoc/deprecated-list.html create mode 100644 doc/javadoc/help-doc.html create mode 100644 doc/javadoc/index-files/index-1.html create mode 100644 doc/javadoc/index-files/index-10.html create mode 100644 doc/javadoc/index-files/index-11.html create mode 100644 doc/javadoc/index-files/index-12.html create mode 100644 doc/javadoc/index-files/index-13.html create mode 100644 doc/javadoc/index-files/index-14.html create mode 100644 doc/javadoc/index-files/index-15.html create mode 100644 doc/javadoc/index-files/index-16.html create mode 100644 doc/javadoc/index-files/index-17.html create mode 100644 doc/javadoc/index-files/index-18.html create mode 100644 doc/javadoc/index-files/index-19.html create mode 100644 doc/javadoc/index-files/index-2.html create mode 100644 doc/javadoc/index-files/index-20.html create mode 100644 doc/javadoc/index-files/index-21.html create mode 100644 doc/javadoc/index-files/index-22.html create mode 100644 doc/javadoc/index-files/index-3.html create mode 100644 doc/javadoc/index-files/index-4.html create mode 100644 doc/javadoc/index-files/index-5.html create mode 100644 doc/javadoc/index-files/index-6.html create mode 100644 doc/javadoc/index-files/index-7.html create mode 100644 doc/javadoc/index-files/index-8.html create mode 100644 doc/javadoc/index-files/index-9.html create mode 100644 doc/javadoc/index.html create mode 100644 doc/javadoc/overview-frame.html create mode 100644 doc/javadoc/overview-summary.html create mode 100644 doc/javadoc/overview-tree.html create mode 100644 doc/javadoc/package-list create mode 100644 doc/javadoc/script.js create mode 100644 doc/javadoc/stylesheet.css diff --git a/doc/javadoc/allclasses-frame.html b/doc/javadoc/allclasses-frame.html new file mode 100644 index 0000000..9b974a1 --- /dev/null +++ b/doc/javadoc/allclasses-frame.html @@ -0,0 +1,54 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/doc/javadoc/allclasses-noframe.html b/doc/javadoc/allclasses-noframe.html new file mode 100644 index 0000000..06b9649 --- /dev/null +++ b/doc/javadoc/allclasses-noframe.html @@ -0,0 +1,54 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/doc/javadoc/constant-values.html b/doc/javadoc/constant-values.html new file mode 100644 index 0000000..3cf4cf2 --- /dev/null +++ b/doc/javadoc/constant-values.html @@ -0,0 +1,294 @@ + + + + + +Constant Field Values + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.mrapp.*

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/BuildConfig.html b/doc/javadoc/de/mrapp/android/preference/activity/BuildConfig.html new file mode 100644 index 0000000..ccdad01 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/BuildConfig.html @@ -0,0 +1,356 @@ + + + + + +BuildConfig + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class BuildConfig

+
+
+ +
+
    +
  • +
    +
    +
    public final class BuildConfig
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringAPPLICATION_ID 
      static java.lang.StringBUILD_TYPE 
      static booleanDEBUG 
      static java.lang.StringFLAVOR 
      static intVERSION_CODE 
      static java.lang.StringVERSION_NAME 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      BuildConfig() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BuildConfig

        +
        public BuildConfig()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/NavigationListener.html b/doc/javadoc/de/mrapp/android/preference/activity/NavigationListener.html new file mode 100644 index 0000000..3b75392 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/NavigationListener.html @@ -0,0 +1,254 @@ + + + + + +NavigationListener + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Interface NavigationListener

+
+
+
+
    +
  • +
    +
    +
    public interface NavigationListener
    +
    Defines the interface, a class, which should be notified when NavigationPreferences are + added or removed to/from a PreferenceActivity, must implement.
    +
    +
    Since:
    +
    5.0.0
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onNavigationPreferenceAdded

        +
        void onNavigationPreferenceAdded(@NonNull
        +                                 NavigationPreference navigationPreference)
        +
        The method, which is invoked, when a navigation preference has been added.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which has been added, as an instance of the class NavigationPreference. The navigation preference may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onNavigationPreferenceRemoved

        +
        void onNavigationPreferenceRemoved(@NonNull
        +                                   NavigationPreference navigationPreference)
        +
        The method, which is invoked, when a navigation preference has been removed.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which has been removed, as an instance of the class NavigationPreference. The navigation preference may not be null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.Callback.html b/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.Callback.html new file mode 100644 index 0000000..44bdda5 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.Callback.html @@ -0,0 +1,240 @@ + + + + + +NavigationPreference.Callback + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Interface NavigationPreference.Callback

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    NavigationPreferenceGroupAdapter
    +
    +
    +
    Enclosing class:
    +
    NavigationPreference
    +
    +
    +
    +
    public 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.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onShowFragment

        +
        void onShowFragment(@NonNull
        +                    NavigationPreference navigationPreference)
        +
        The method, which is invoked, when the fragment, which is associated with a specific + navigation preference, should be shown.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, whose fragment should be shown, as an instance of the + class NavigationPreference. The navigation preference may not be null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.SavedState.html b/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.SavedState.html new file mode 100644 index 0000000..ff74ae3 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.SavedState.html @@ -0,0 +1,440 @@ + + + + + +NavigationPreference.SavedState + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class NavigationPreference.SavedState

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.os.Parcelable
    +
    +
    +
    Enclosing class:
    +
    NavigationPreference
    +
    +
    +
    +
    public static class NavigationPreference.SavedState
    +extends de.mrapp.android.util.view.AbstractSavedState
    +
    A data structure, which allows to save the internal state of a NavigationPreference.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface android.os.Parcelable

        +android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      java.lang.CharSequencebreadCrumbTitle +
      The saved value of the attribute "breadCrumbTitle".
      +
      static android.os.Parcelable.Creator<NavigationPreference.SavedState>CREATOR +
      A creator, which allows to create instances of the class NavigationPreference.SavedState from + parcels.
      +
      android.os.Bundleextras +
      The saved value of the attribute "extras".
      +
      java.lang.Stringfragment +
      The saved value of the attribute "fragment".
      +
      +
        +
      • + + +

        Fields inherited from interface android.os.Parcelable

        +CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      SavedState(android.os.Parcel source) +
      Creates a new data structure, which allows to store the internal state of a NavigationPreference.
      +
      SavedState(android.os.Parcelable superState) +
      Creates a new data structure, which allows to store the internal state of a NavigationPreference.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidwriteToParcel(android.os.Parcel destination, + int flags) 
      +
        +
      • + + +

        Methods inherited from class de.mrapp.android.util.view.AbstractSavedState

        +describeContents, getSuperState
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        breadCrumbTitle

        +
        public java.lang.CharSequence breadCrumbTitle
        +
        The saved value of the attribute "breadCrumbTitle".
        +
      • +
      + + + +
        +
      • +

        fragment

        +
        public java.lang.String fragment
        +
        The saved value of the attribute "fragment".
        +
      • +
      + + + +
        +
      • +

        extras

        +
        public android.os.Bundle extras
        +
        The saved value of the attribute "extras".
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SavedState

        +
        public SavedState(@NonNull
        +                  android.os.Parcelable superState)
        +
        Creates a new data structure, which allows to store the internal state of a NavigationPreference. This constructor is called by derived classes when saving their + states.
        +
        +
        Parameters:
        +
        superState - The state of the superclass of this view, as an instance of the type Parcelable. The state may not be null
        +
        +
      • +
      + + + +
        +
      • +

        SavedState

        +
        public SavedState(@NonNull
        +                  android.os.Parcel source)
        +
        Creates a new data structure, which allows to store the internal state of a NavigationPreference. This constructor is used when reading from a parcel. It reads the + state of the superclass.
        +
        +
        Parameters:
        +
        source - The parcel to read read from as a instance of the class Parcel. The + parcel may not be null
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        writeToParcel

        +
        public final void writeToParcel(android.os.Parcel destination,
        +                                int flags)
        +
        +
        Specified by:
        +
        writeToParcel in interface android.os.Parcelable
        +
        Overrides:
        +
        writeToParcel in class de.mrapp.android.util.view.AbstractSavedState
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.html b/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.html new file mode 100644 index 0000000..c7e8fa6 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/NavigationPreference.html @@ -0,0 +1,683 @@ + + + + + +NavigationPreference + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class NavigationPreference

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Comparable<android.preference.Preference>
    +
    +
    +
    +
    public class NavigationPreference
    +extends android.preference.Preference
    +
    A preference, which allows to show a fragment within a PreferenceActivity when + clicked.
    +
    +
    Since:
    +
    5.0.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass 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.
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.preference.Preference

        +android.preference.Preference.BaseSavedState, android.preference.Preference.OnPreferenceChangeListener, android.preference.Preference.OnPreferenceClickListener
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class android.preference.Preference

        +DEFAULT_ORDER
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + +
      Constructors 
      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.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.CharSequencegetBreadCrumbTitle() +
      Returns the breadcrumb title, which is shown, when showing the fragment, which is + associated with the preference.
      +
      android.os.BundlegetExtras() +
      Returns the arguments, which are passed to the fragment, which is associated with the + preference.
      +
      java.lang.StringgetFragment() +
      Returns the fully classified class name of the fragment, which is associated with the + preference.
      +
      protected voidonRestoreInstanceState(android.os.Parcelable state) 
      protected android.os.ParcelableonSaveInstanceState() 
      voidsetBreadCrumbTitle(java.lang.CharSequence breadCrumbTitle) +
      Sets the breadcrumb title, which should be shown, when showing the fragment, which is + associated with the preference.
      +
      voidsetBreadCrumbTitle(int resourceId) +
      Sets the breadcrumb title, which should be shown, when showing the fragment, which is + associated with the preference.
      +
      voidsetCallback(NavigationPreference.Callback callback) +
      Sets the callback, which should be notified, when the fragment, which is associated with the + preference, should be shown.
      +
      voidsetExtras(android.os.Bundle extras) +
      Sets the argument, which should be passed to the fragment, which is associated with the + preference.
      +
      voidsetFragment(java.lang.String fragment) +
      Sets the fully classified class name of the fragment, which should be associated with the + preference.
      +
      voidsetOnPreferenceClickListener(android.preference.Preference.OnPreferenceClickListener listener) 
      +
        +
      • + + +

        Methods inherited from class android.preference.Preference

        +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, setIcon, setIconSpaceReserved, setIntent, setKey, setLayoutResource, setOnPreferenceChangeListener, setOrder, setPersistent, setPreferenceDataStore, setRecycleEnabled, setSelectable, setShouldDisableView, setSingleLineTitle, setSummary, setSummary, setTitle, setTitle, setWidgetLayoutResource, shouldCommit, shouldDisableDependents, shouldPersist, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NavigationPreference

        +
        public NavigationPreference(@NonNull
        +                            android.content.Context context)
        +
        Creates a new preference, which allows to show a preference screen within a PreferenceActivity when clicked.
        +
        +
        Parameters:
        +
        context - The context, which should be used by the preference, as an instance of the class + Context. The context may not be null
        +
        +
      • +
      + + + +
        +
      • +

        NavigationPreference

        +
        public NavigationPreference(@NonNull
        +                            android.content.Context context,
        +                            @Nullable
        +                            android.util.AttributeSet attributeSet)
        +
        Creates a new preference, which allows to show a preference screen within a PreferenceActivity when clicked.
        +
        +
        Parameters:
        +
        context - The context, which should be used by the preference, as an instance of the class + Context. The context may not be null
        +
        attributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the + type AttributeSet or null, if no attributes are available
        +
        +
      • +
      + + + +
        +
      • +

        NavigationPreference

        +
        public NavigationPreference(@NonNull
        +                            android.content.Context context,
        +                            @Nullable
        +                            android.util.AttributeSet attributeSet,
        +                            @AttrRes
        +                            int defaultStyle)
        +
        Creates a new preference, which allows to show a preference screen within a PreferenceActivity when clicked.
        +
        +
        Parameters:
        +
        context - The context, which should be used by the preference, as an instance of the class + Context. The context may not be null
        +
        attributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the + type AttributeSet or null, if no attributes are available
        +
        defaultStyle - 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 resource
        +
        +
      • +
      + + + +
        +
      • +

        NavigationPreference

        +
        public NavigationPreference(@NonNull
        +                            android.content.Context context,
        +                            @Nullable
        +                            android.util.AttributeSet attributeSet,
        +                            @AttrRes
        +                            int defaultStyle,
        +                            @StyleRes
        +                            int defaultStyleResource)
        +
        Creates a new preference, which allows to show a preference screen within a PreferenceActivity when clicked.
        +
        +
        Parameters:
        +
        context - The context, which should be used by the preference, as an instance of the class + Context. The context may not be null
        +
        attributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the + type AttributeSet or null, if no attributes are available
        +
        defaultStyle - 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 resource
        +
        defaultStyleResource - 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 defaults
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setCallback

        +
        public final void setCallback(@Nullable
        +                              NavigationPreference.Callback callback)
        +
        Sets the callback, which should be notified, when the fragment, which is associated with the + preference, should be shown.
        +
        +
        Parameters:
        +
        callback - The callback, which should be set, as an instance of the type NavigationPreference.Callback or + null, if no callback should be notified
        +
        +
      • +
      + + + +
        +
      • +

        getBreadCrumbTitle

        +
        @Nullable
        +public final java.lang.CharSequence getBreadCrumbTitle()
        +
        Returns the breadcrumb title, which is shown, when showing the fragment, which is + associated with the preference.
        +
        +
        Returns:
        +
        The breadcrumb title, which is shown, when showing the fragment, which is associated + with the preference, as an instance of the type CharSequence or null, if no + breadcrumb title is available
        +
        +
      • +
      + + + +
        +
      • +

        setBreadCrumbTitle

        +
        public final void setBreadCrumbTitle(@StringRes
        +                                     int resourceId)
        +
        Sets the breadcrumb title, which should be shown, when showing the fragment, which is + associated with the preference.
        +
        +
        Parameters:
        +
        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 resource
        +
        +
      • +
      + + + +
        +
      • +

        setBreadCrumbTitle

        +
        public final void setBreadCrumbTitle(@Nullable
        +                                     java.lang.CharSequence breadCrumbTitle)
        +
        Sets the breadcrumb title, which should be shown, when showing the fragment, which is + associated with the preference.
        +
        +
        Parameters:
        +
        breadCrumbTitle - The breadcrumb title, which should be set, as an instance of the type CharSequence or null, if no breadcrumb title should be set
        +
        +
      • +
      + + + +
        +
      • +

        getFragment

        +
        @Nullable
        +public final java.lang.String getFragment()
        +
        Returns the fully classified class name of the fragment, which is associated with the + preference.
        +
        +
        Overrides:
        +
        getFragment in class android.preference.Preference
        +
        Returns:
        +
        The fully classified class name of the fragment, which is associated with the + preference, as a String or null, if no fragment is associated with the preference
        +
        +
      • +
      + + + +
        +
      • +

        setFragment

        +
        public final void setFragment(@Nullable
        +                              java.lang.String fragment)
        +
        Sets the fully classified class name of the fragment, which should be associated with the + preference.
        +
        +
        Overrides:
        +
        setFragment in class android.preference.Preference
        +
        Parameters:
        +
        fragment - The fully classified class name of the fragment, which should be set, as a String or null, if no fragment should be set
        +
        +
      • +
      + + + +
        +
      • +

        getExtras

        +
        @Nullable
        +public final android.os.Bundle getExtras()
        +
        Returns the arguments, which are passed to the fragment, which is associated with the + preference.
        +
        +
        Overrides:
        +
        getExtras in class android.preference.Preference
        +
        Returns:
        +
        The arguments, which are passed to the fragment, which is associated with the + preference, as an instance of the class Bundle or null, if no arguments are passed to + the fragment
        +
        +
      • +
      + + + +
        +
      • +

        setExtras

        +
        public final void setExtras(@Nullable
        +                            android.os.Bundle extras)
        +
        Sets the argument, which should be passed to the fragment, which is associated with the + preference.
        +
        +
        Parameters:
        +
        extras - The arguments, which should be set, as an instance of the class Bundle or + null, if no arguments should be passed to the fragment
        +
        +
      • +
      + + + +
        +
      • +

        setOnPreferenceClickListener

        +
        public final void setOnPreferenceClickListener(@Nullable
        +                                               android.preference.Preference.OnPreferenceClickListener listener)
        +
        +
        Overrides:
        +
        setOnPreferenceClickListener in class android.preference.Preference
        +
        +
      • +
      + + + +
        +
      • +

        onSaveInstanceState

        +
        protected final android.os.Parcelable onSaveInstanceState()
        +
        +
        Overrides:
        +
        onSaveInstanceState in class android.preference.Preference
        +
        +
      • +
      + + + +
        +
      • +

        onRestoreInstanceState

        +
        protected final void onRestoreInstanceState(android.os.Parcelable state)
        +
        +
        Overrides:
        +
        onRestoreInstanceState in class android.preference.Preference
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/PreferenceActivity.html b/doc/javadoc/de/mrapp/android/preference/activity/PreferenceActivity.html new file mode 100644 index 0000000..8217e52 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/PreferenceActivity.html @@ -0,0 +1,2644 @@ + + + + + +PreferenceActivity + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class PreferenceActivity

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.arch.lifecycle.LifecycleOwner, android.content.ComponentCallbacks, android.content.ComponentCallbacks2, android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback, android.support.v4.app.ActivityCompat.RequestPermissionsRequestCodeValidator, android.support.v4.app.TaskStackBuilder.SupportParentable, android.support.v7.app.ActionBarDrawerToggle.DelegateProvider, android.support.v7.app.AppCompatCallback, android.view.KeyEvent.Callback, android.view.LayoutInflater.Factory, android.view.LayoutInflater.Factory2, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback, NavigationPreferenceGroupAdapter.Callback, NavigationFragment.Callback
    +
    +
    +
    +
    public abstract class PreferenceActivity
    +extends android.support.v7.app.AppCompatActivity
    +implements NavigationFragment.Callback, NavigationPreferenceGroupAdapter.Callback
    +
    An activity, which provides a navigation for accessing preferences, which are grouped as + different sections. Each group of preferences is accessible by clicking a 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.
    +
    +
    Since:
    +
    1.0.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.support.v4.app.SupportActivity

        +android.support.v4.app.SupportActivity.ExtraData
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.StringEXTRA_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.
      +
      +
        +
      • + + +

        Fields inherited from class android.app.Activity

        +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
      • +
      +
        +
      • + + +

        Fields inherited from class android.content.Context

        +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
      • +
      +
        +
      • + + +

        Fields inherited from interface android.content.ComponentCallbacks2

        +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 Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PreferenceActivity() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidaddNavigationListener(NavigationListener listener) +
      Adds a new listener, which should be notified, when a navigation preference has been added or + removed to/from the activity.
      +
      voidaddPreferenceFragmentListener(PreferenceFragmentListener listener) +
      Adds a new listener, which should be notified, when the currently shown preference fragment + has been changed, to the activity.
      +
      voidaddWizardListener(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.ButtongetBackButton() +
      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.CharSequencegetBackButtonText() +
      Returns the text of the back button, which is shown, when the activity is used as a wizard.
      +
      intgetBreadCrumbBackgroundColor() +
      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.
      +
      intgetBreadCrumbElevation() +
      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.ToolbargetBreadCrumbToolbar() +
      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.ViewGroupgetButtonBar() +
      Returns the button bar, which is shown when the activity is used as a wizard.
      +
      android.graphics.drawable.DrawablegetButtonBarBackground() +
      Returns the background of the button bar, which is shown, when the activity is used as a + wizard.
      +
      intgetButtonBarElevation() +
      Returns the elevation of the button bar, which is shown when using the activity as a wizard.
      +
      android.support.v7.widget.CardViewgetCardView() +
      Returns the card view, which contains the currently shown preference fragment, when using the + split screen layout.
      +
      intgetCardViewBackgroundColor() +
      Returns the background color of the card view, which contains the currently shown preference + fragment, when using the split screen layout.
      +
      intgetCardViewElevation() +
      Returns the elevation of the card view, which contains the currently shown preference + fragment, when using the split screen layout.
      +
      android.widget.ButtongetFinishButton() +
      Returns the finish button, which is shown when the activity is used as a wizard and the last + navigation preference is selected.
      +
      java.lang.CharSequencegetFinishButtonText() +
      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.FrameLayoutgetFrameLayout() +
      Returns the frame layout, which contains the activity's views.
      +
      android.graphics.drawable.DrawablegetNavigationBackground() +
      Returns the background of the navigation.
      +
      intgetNavigationDividerColor() +
      Returns the color of the dividers, which are contained by the navigation.
      +
      android.preference.PreferenceFragmentgetNavigationFragment() +
      Returns the preference fragment, which contains the activity's navigation.
      +
      intgetNavigationPreferenceCount() +
      Returns the number of navigation preferences, which are contained by the activity.
      +
      intgetNavigationSelectionColor() +
      Returns the background color of the currently selected navigation preference.
      +
      android.support.v7.widget.ToolbargetNavigationToolbar() +
      Returns the toolbar, which is used to show the activity's title, when using the split screen + layout.
      +
      intgetNavigationWidth() +
      Returns the width of the navigation, when using the split screen layout.
      +
      android.widget.ButtongetNextButton() +
      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.CharSequencegetNextButtonText() +
      Returns the text of the next button, which is shown, when the activity is used as a wizard.
      +
      android.app.FragmentgetPreferenceFragment() +
      Returns the currently shown preference fragment.
      +
      java.lang.StringgetProgressFormat() +
      Returns the string, which is used to format the progress, which is shown, when the activity + is used as a wizard.
      +
      NavigationPreferencegetSelectedNavigationPreference() +
      Returns the currently selected navigation preference.
      +
      intgetToolbarElevation() +
      Returns the elevation of the activity's toolbar.
      +
      voidhideBreadCrumb(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.
      +
      voidhideNavigation(boolean hideNavigation) +
      Hides or shows the navigation.
      +
      booleanisBreadCrumbHidden() +
      Returns, whether the toolbar, which is used to show the bread crumb of the currently selected + navigation preference, is hidden, or not.
      +
      booleanisButtonBarShown() +
      Returns, whether the activity is used as a wizard, or not.
      +
      booleanisNavigationHidden() +
      Returns, whether the navigation is currently hidden, or not.
      +
      booleanisNavigationIconOverridden() +
      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.
      +
      booleanisNavigationPreferenceSelected() +
      Returns, whether a navigation preference is currently selected, or not.
      +
      booleanisPreferenceFragmentShown() +
      Returns, whether a preference fragment is currently shown, or not.
      +
      booleanisProgressShown() +
      Returns, whether the progress is shown, if the activity is used as a wizard.
      +
      booleanisSplitScreen() +
      Returns, whether the split screen layout is used, or not.
      +
      voidonBackPressed() 
      protected voidonCreate(android.os.Bundle savedInstanceState) 
      protected voidonCreateNavigation(android.preference.PreferenceFragment fragment) +
      The method, which is invoked on implementing subclasses, when the navigation is created.
      +
      voidonNavigationAdapterCreated() +
      The method, which is invoked, when the adapter, which contains the navigation items, has + been created.
      +
      voidonNavigationFragmentCreated(android.preference.PreferenceFragment fragment) +
      The method, which is invoked, when the navigation fragment has been attached to its + activity.
      +
      voidonNavigationPreferenceAdded(NavigationPreference navigationPreference) +
      The method, which is invoked, when a navigation preference has been added.
      +
      voidonNavigationPreferenceRemoved(NavigationPreference navigationPreference) +
      The method, which is invoked, when a navigation preference has been removed.
      +
      voidonNavigationPreferenceSelected(NavigationPreference navigationPreference, + android.os.Bundle arguments) +
      The method, which is invoked, when a navigation preference has been selected.
      +
      voidonNavigationPreferenceUnselected() +
      The method, which is invoked, when a navigation preference has been unselected.
      +
      booleanonOptionsItemSelected(android.view.MenuItem item) 
      protected voidonRestoreInstanceState(android.os.Bundle savedInstanceState) 
      protected voidonSaveInstanceState(android.os.Bundle outState) 
      booleanonSelectNavigationPreference(NavigationPreference navigationPreference) +
      The method, which is invoked, when a navigation preference is about to be selected.
      +
      voidoverrideNavigationIcon(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.
      +
      voidremoveNavigationListener(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.
      +
      voidremovePreferenceFragmentListener(PreferenceFragmentListener listener) +
      Removes a specific listener, which should not be notified, when the currently shown + preference fragment has been changed, anymore.
      +
      voidremoveWizardListener(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.
      +
      voidselectNavigationPreference(NavigationPreference navigationPreference) +
      Selects a specific navigation preference.
      +
      voidselectNavigationPreference(NavigationPreference navigationPreference, + android.os.Bundle arguments) +
      Selects a specific navigation preference.
      +
      voidsetBackButtonText(java.lang.CharSequence text) +
      Sets the text of the back button, which is shown, when the activity is used as a wizard.
      +
      voidsetBackButtonText(int resourceId) +
      Sets the text of the back button, which is shown, when the activity is used as a wizard.
      +
      voidsetBreadCrumbBackgroundColor(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.
      +
      voidsetBreadCrumbElevation(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.
      +
      voidsetButtonBarBackground(android.graphics.drawable.Drawable background) +
      Sets the background of the button bar, which is shown, when the activity is used as a wizard.
      +
      voidsetButtonBarBackground(int resourceId) +
      Sets the background of the button bar, which is shown, when the activity is used as a wizard.
      +
      voidsetButtonBarBackgroundColor(int color) +
      Sets the background of the button bar, which is shown, when the activity is used as a wizard.
      +
      voidsetButtonBarElevation(int elevation) +
      Sets the elevation of the button bar, which is shown when using the activity as a wizard.
      +
      voidsetCardViewBackgroundColor(int color) +
      Sets the background color of the card view, which contains the currently shown preference + fragment, when using the split screen layout.
      +
      voidsetCardViewElevation(int elevation) +
      Sets the elevation of the card view, which contains the currently shown prefernce fragment, + when using the split screen layout.
      +
      voidsetFinishButtonText(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.
      +
      voidsetFinishButtonText(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.
      +
      voidsetNavigationBackground(android.graphics.drawable.Drawable background) +
      Sets the background of the navigation.
      +
      voidsetNavigationBackground(int resourceId) +
      Sets the background of the navigation.
      +
      voidsetNavigationBackgroundColor(int color) +
      Sets the background color of the navigation.
      +
      voidsetNavigationDividerColor(int color) +
      Sets the color of the dividers, which are contained by the navigation.
      +
      voidsetNavigationSelectionColor(int color) +
      Sets the background color of the currently selected navigation preference.
      +
      voidsetNavigationWidth(int width) +
      Sets the width of the navigation, when using the split screen layout.
      +
      voidsetNextButtonText(java.lang.CharSequence text) +
      Sets the text of the next button, which is shown, when the activity is used as a wizard.
      +
      voidsetNextButtonText(int resourceId) +
      Sets the text of the next button, which is shown, when the activity is used as a wizard.
      +
      voidsetProgressFormat(int resourceId) +
      Sets the string, which should be used to format the progress, which is shown, when the + activity is used as a wizard.
      +
      voidsetProgressFormat(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.
      +
      voidsetTitle(java.lang.CharSequence title) 
      voidsetTitle(int resourceId) 
      voidsetToolbarElevation(int elevation) +
      Sets the elevation of the activity's toolbar.
      +
      voidshowButtonBar(boolean show) +
      Shows or hides the view group, which contains the buttons, which are shown when the activity + is used as a wizard.
      +
      voidshowProgress(boolean showProgress) +
      Sets, whether the progress should be shown, when the activity is used as a wizard.
      +
      voidunselectNavigationPreference() +
      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.
      +
      voiduseSplitScreen(boolean useSplitScreen) +
      Sets, whether the split screen layout should be used on tablets, or not.
      +
      +
        +
      • + + +

        Methods inherited from class android.support.v7.app.AppCompatActivity

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class android.support.v4.app.FragmentActivity

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class android.support.v4.app.SupportActivity

        +getExtraData, putExtraData
      • +
      +
        +
      • + + +

        Methods inherited from class android.app.Activity

        +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, setTaskDescription, setTitleColor, 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
      • +
      +
        +
      • + + +

        Methods inherited from class android.view.ContextThemeWrapper

        +applyOverrideConfiguration, attachBaseContext, getAssets, getTheme
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.ContextWrapper

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class android.content.Context

        +getColor, getColorStateList, getDrawable, getString, getString, getSystemService, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, registerComponentCallbacks, unregisterComponentCallbacks
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface android.view.Window.Callback

        +onPointerCaptureChanged
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        EXTRA_SHOW_FRAGMENT

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_SHOW_FRAGMENT_ARGUMENTS

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_SHOW_FRAGMENT_TITLE

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_HIDE_NAVIGATION

        +
        public static final 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. This is most often used in conjunction with + EXTRA_SHOW_FRAGMENT to launch the activity to display a specific fragment that + the user has navigated to.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_SHOW_BUTTON_BAR

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_NEXT_BUTTON_TEXT

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_BACK_BUTTON_TEXT

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_FINISH_BUTTON_TEXT

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_SHOW_PROGRESS

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_NO_BREAD_CRUMBS

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_PROGRESS_FORMAT

        +
        public static final 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. The string must be formatted according to the following + syntax: "*%d*%d*%s*"
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PreferenceActivity

        +
        public PreferenceActivity()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addPreferenceFragmentListener

        +
        public final void addPreferenceFragmentListener(@NonNull
        +                                                PreferenceFragmentListener listener)
        +
        Adds a new listener, which should be notified, when the currently shown preference fragment + has been changed, to the activity.
        +
        +
        Parameters:
        +
        listener - The listener, which should be added, as an instance of the type PreferenceFragmentListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        removePreferenceFragmentListener

        +
        public final void removePreferenceFragmentListener(@NonNull
        +                                                   PreferenceFragmentListener listener)
        +
        Removes a specific listener, which should not be notified, when the currently shown + preference fragment has been changed, anymore.
        +
        +
        Parameters:
        +
        listener - The listener, which should be removed, as an instance of the type PreferenceFragmentListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        addWizardListener

        +
        public final void addWizardListener(@NonNull
        +                                    WizardListener listener)
        +
        Adds a new listener, which should be notified, when the user navigates within the activity, + if it is used as a wizard.
        +
        +
        Parameters:
        +
        listener - The listener, which should be added, as an instance of the type WizardListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        removeWizardListener

        +
        public final void removeWizardListener(@NonNull
        +                                       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.
        +
        +
        Parameters:
        +
        listener - The listener, which should be removed, as an instance of the type WizardListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        addNavigationListener

        +
        public final void addNavigationListener(@NonNull
        +                                        NavigationListener listener)
        +
        Adds a new listener, which should be notified, when a navigation preference has been added or + removed to/from the activity.
        +
        +
        Parameters:
        +
        listener - The listener, which should be added, as an instance of the type NavigationListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        removeNavigationListener

        +
        public final void removeNavigationListener(@NonNull
        +                                           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.
        +
        +
        Parameters:
        +
        listener - The listener, which should be removed, as an instance of the type NavigationListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        isSplitScreen

        +
        public final boolean isSplitScreen()
        +
        Returns, whether the split screen layout is used, or not.
        +
        +
        Returns:
        +
        True, if the split screen layout is used, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationFragment

        +
        public final android.preference.PreferenceFragment getNavigationFragment()
        +
        Returns the preference fragment, which contains the activity's navigation.
        +
        +
        Returns:
        +
        The preference fragment, which contains the activity's navigation, as an instance of + the class PreferenceFragment or null, if the navigation has not + been created yet
        +
        +
      • +
      + + + +
        +
      • +

        getPreferenceFragment

        +
        public final android.app.Fragment getPreferenceFragment()
        +
        Returns the currently shown preference fragment.
        +
        +
        Returns:
        +
        The currently shown preference fragment as an instance of the class Fragment + or null, if no preference fragment is currently shown
        +
        +
      • +
      + + + +
        +
      • +

        getFrameLayout

        +
        public final android.widget.FrameLayout getFrameLayout()
        +
        Returns the frame layout, which contains the activity's views. It is the activity's root + view.
        +
        +
        Returns:
        +
        The frame layout, which contains the activity's views, as an instance of the class + FrameLayout or null, if the activity has not been created yet
        +
        +
      • +
      + + + +
        +
      • +

        getCardView

        +
        public final android.support.v7.widget.CardView getCardView()
        +
        Returns the card view, which contains the currently shown preference fragment, when using the + split screen layout.
        +
        +
        Returns:
        +
        The card view, which contains the currently shown preference fragment, when using the + split screen layout, as an instance of the class CardView or null, if the activity has not + been created yet or if the split screen layout is not used
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationToolbar

        +
        public final android.support.v7.widget.Toolbar getNavigationToolbar()
        +
        Returns the toolbar, which is used to show the activity's title, when using the split screen + layout.
        +
        +
        Returns:
        +
        The toolbar, which is used to show the activity's title, when using the split screen + layout, as an instance of the class Toolbar or null, if the activity has not been created yet + or if the split screen layout is not used
        +
        +
      • +
      + + + +
        +
      • +

        getBreadCrumbToolbar

        +
        public final 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.
        +
        +
        Returns:
        +
        The toolbar, which is used to show the bread crumb of the currently selected + navigation preference, when using the split screen layout, as an instance of the class + Toolbar or null, if the activity has not been created yet or if the split screen layout is + not used
        +
        +
      • +
      + + + +
        +
      • +

        getButtonBar

        +
        public final android.view.ViewGroup getButtonBar()
        +
        Returns the button bar, which is shown when the activity is used as a wizard.
        +
        +
        Returns:
        +
        The button bar as an instance of the class ViewGroup or null, if the activity + has not been created yet
        +
        +
      • +
      + + + +
        +
      • +

        getNextButton

        +
        public final 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.
        +
        +
        Returns:
        +
        The next button as an instance of the class Button or null, if the activity + has not been created yet
        +
        +
      • +
      + + + +
        +
      • +

        getBackButton

        +
        public final 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.
        +
        +
        Returns:
        +
        The back button as an instance of the class Button or null, if the activity + has not been created yet
        +
        +
      • +
      + + + +
        +
      • +

        getFinishButton

        +
        public final 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.
        +
        +
        Returns:
        +
        The finish button as an instance of the class Button or null, if the activity + has not been created yet
        +
        +
      • +
      + + + +
        +
      • +

        useSplitScreen

        +
        public final void useSplitScreen(boolean useSplitScreen)
        +
        Sets, whether the split screen layout should be used on tablets, or not.
        +
        +
        Parameters:
        +
        useSplitScreen - True, if the split screen layout should be used on tablets, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationWidth

        +
        @Px
        +public final int getNavigationWidth()
        +
        Returns the width of the navigation, when using the split screen layout.
        +
        +
        Returns:
        +
        The width of the navigation, when using the split screen layout, in pixels as an + Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setNavigationWidth

        +
        public final void setNavigationWidth(@Px
        +                                     int width)
        +
        Sets the width of the navigation, when using the split screen layout.
        +
        +
        Parameters:
        +
        width - The width, which should be set, in pixels as an Integer value. The width must + be greater than 0
        +
        +
      • +
      + + + +
        +
      • +

        isNavigationHidden

        +
        public final boolean isNavigationHidden()
        +
        Returns, whether the navigation is currently hidden, or not.
        +
        +
        Returns:
        +
        True, if the navigation is currently hidden, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        hideNavigation

        +
        public final void hideNavigation(boolean hideNavigation)
        +
        Hides or shows the navigation. When the activity is used as a wizard on devices with a small + screen, the navigation is always hidden.
        +
        +
        Parameters:
        +
        hideNavigation - True, if the navigation should be hidden, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        isNavigationIconOverridden

        +
        public final 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.
        +
        +
        Returns:
        +
        True, if the behavior of the navigation icon is overridden, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        overrideNavigationIcon

        +
        public final 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.
        +
        +
        Parameters:
        +
        overrideNavigationIcon - True, if the behavior of the navigation icon should be overridden, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        isButtonBarShown

        +
        public final boolean isButtonBarShown()
        +
        Returns, whether the activity is used as a wizard, or not.
        +
        +
        Returns:
        +
        True, if the activity is used as a wizard, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        showButtonBar

        +
        public final 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.
        +
        +
        Parameters:
        +
        show - True, if the button bar should be shown, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getNextButtonText

        +
        @NonNull
        +public final java.lang.CharSequence getNextButtonText()
        +
        Returns the text of the next button, which is shown, when the activity is used as a wizard.
        +
        +
        Returns:
        +
        The text of the next button as an instance of the class CharSequence. The + text may neither be null, nor empty
        +
        +
      • +
      + + + +
        +
      • +

        setNextButtonText

        +
        public final void setNextButtonText(@StringRes
        +                                    int resourceId)
        +
        Sets the text of the next button, which is shown, when the activity is used as a wizard.
        +
        +
        Parameters:
        +
        resourceId - The resource id of the text, which should be set, as an Integer value. The + resource id must correspond to a valid string resource
        +
        +
      • +
      + + + +
        +
      • +

        setNextButtonText

        +
        public final void setNextButtonText(@NonNull
        +                                    java.lang.CharSequence text)
        +
        Sets the text of the next button, which is shown, when the activity is used as a wizard.
        +
        +
        Parameters:
        +
        text - The text, which should be set, as an instance of the class CharSequence. The + text may neither be null, nor empty
        +
        +
      • +
      + + + +
        +
      • +

        getBackButtonText

        +
        @NonNull
        +public final java.lang.CharSequence getBackButtonText()
        +
        Returns the text of the back button, which is shown, when the activity is used as a wizard.
        +
        +
        Returns:
        +
        The text of the back button as an instance of the class CharSequence. The + text may neither null, nor empty
        +
        +
      • +
      + + + +
        +
      • +

        setBackButtonText

        +
        public final void setBackButtonText(@StringRes
        +                                    int resourceId)
        +
        Sets the text of the back button, which is shown, when the activity is used as a wizard.
        +
        +
        Parameters:
        +
        resourceId - The resource id of the text, which should be set, as an Integer value. The + resource id must correspond to a valid string resource
        +
        +
      • +
      + + + +
        +
      • +

        setBackButtonText

        +
        public final void setBackButtonText(@NonNull
        +                                    java.lang.CharSequence text)
        +
        Sets the text of the back button, which is shown, when the activity is used as a wizard.
        +
        +
        Parameters:
        +
        text - The text, which should be set, as an instance of the class CharSequence. The + text may neither null, nor empty
        +
        +
      • +
      + + + +
        +
      • +

        getFinishButtonText

        +
        @NonNull
        +public final 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.
        +
        +
        Returns:
        +
        The text of the finish button as an instance of the class CharSequence. The + text may neither be null, nor empty
        +
        +
      • +
      + + + +
        +
      • +

        setFinishButtonText

        +
        public final void setFinishButtonText(@StringRes
        +                                      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.
        +
        +
        Parameters:
        +
        resourceId - The resource id of the text, which should be set, as an Integer value. The + resource id must correspond to a valid string resource
        +
        +
      • +
      + + + +
        +
      • +

        setFinishButtonText

        +
        public final void setFinishButtonText(@NonNull
        +                                      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.
        +
        +
        Parameters:
        +
        text - The text, which should be set, as an instance of the class CharSequence. The + text may neither be null, nor empty
        +
        +
      • +
      + + + +
        +
      • +

        isProgressShown

        +
        public final boolean isProgressShown()
        +
        Returns, whether the progress is shown, if the activity is used as a wizard.
        +
        +
        Returns:
        +
        True, if the progress is shown, false otherwise or if the activity is not used as a + wizard
        +
        +
      • +
      + + + +
        +
      • +

        showProgress

        +
        public final void showProgress(boolean showProgress)
        +
        Sets, whether the progress should be shown, when the activity is used as a wizard.
        +
        +
        Parameters:
        +
        showProgress - True, if the progress should be shown, when the activity is used as a wizard, false + otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getProgressFormat

        +
        @NonNull
        +public final 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.
        +
        +
        Returns:
        +
        The string, which is used to format the progress, as a String. The string may + neither be null, nor empty
        +
        +
      • +
      + + + +
        +
      • +

        setProgressFormat

        +
        public final void setProgressFormat(@StringRes
        +                                    int resourceId)
        +
        Sets the string, which should be used to format the progress, which is shown, when the + activity is used as a wizard.
        +
        +
        Parameters:
        +
        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*"
        +
        +
      • +
      + + + +
        +
      • +

        setProgressFormat

        +
        public final void setProgressFormat(@NonNull
        +                                    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.
        +
        +
        Parameters:
        +
        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*"
        +
        +
      • +
      + + + +
        +
      • +

        isBreadCrumbHidden

        +
        public final boolean isBreadCrumbHidden()
        +
        Returns, whether the toolbar, which is used to show the bread crumb of the currently selected + navigation preference, is hidden, or not.
        +
        +
        Returns:
        +
        True, if the toolbar, which is used to show the bread crumb of the currently selected + navigation preference, is hidden, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        hideBreadCrumb

        +
        public final 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.
        +
        +
        Parameters:
        +
        hide - True, if the toolbar, which is used to show the bread crumb of the currently selected + navigation preference, should be hidden, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getToolbarElevation

        +
        public final int getToolbarElevation()
        +
        Returns the elevation of the activity's toolbar.
        +
        +
        Returns:
        +
        The elevation of the activity's toolbar in dp as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setToolbarElevation

        +
        public final void setToolbarElevation(int elevation)
        +
        Sets the elevation of the activity's toolbar.
        +
        +
        Parameters:
        +
        elevation - The elevation, which should be set, in dp as an Integer value. The elevation + must be at least 0 and at maximum 16
        +
        +
      • +
      + + + +
        +
      • +

        getBreadCrumbElevation

        +
        public final 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.
        +
        +
        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, in dp as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setBreadCrumbElevation

        +
        public final 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.
        +
        +
        Parameters:
        +
        elevation - The elevation, which should be set, in dp as an Integer value. The elevation + must be at least 0 and at maximum 16
        +
        +
      • +
      + + + +
        +
      • +

        getCardViewElevation

        +
        public final int getCardViewElevation()
        +
        Returns the elevation of the card view, which contains the currently shown preference + fragment, when using the split screen layout.
        +
        +
        Returns:
        +
        The elevation of the card view, which contains the currently shown preference + fragment, when using the split screen layout, in dp as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setCardViewElevation

        +
        public final void setCardViewElevation(int elevation)
        +
        Sets the elevation of the card view, which contains the currently shown prefernce fragment, + when using the split screen layout.
        +
        +
        Parameters:
        +
        elevation - The elevation, which should be set, in dp as an Integer value. The elevation + must be at least 0 and at maximum 16
        +
        +
      • +
      + + + +
        +
      • +

        getButtonBarElevation

        +
        public final int getButtonBarElevation()
        +
        Returns the elevation of the button bar, which is shown when using the activity as a wizard.
        +
        +
        Returns:
        +
        The elevation of the button bar, which is shown when using the activity as a wizard, + in dp as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setButtonBarElevation

        +
        public final void setButtonBarElevation(int elevation)
        +
        Sets the elevation of the button bar, which is shown when using the activity as a wizard.
        +
        +
        Parameters:
        +
        elevation - The elevation, which should be set, in dp as an Integer value. The elevation + must be at least 0 and at maximum 16
        +
        +
      • +
      + + + +
        +
      • +

        getCardViewBackgroundColor

        +
        public final int getCardViewBackgroundColor()
        +
        Returns the background color of the card view, which contains the currently shown preference + fragment, when using the split screen layout.
        +
        +
        Returns:
        +
        The background color of the card view, which contains the currently shown preference + fragment, when using the split screen layout, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setCardViewBackgroundColor

        +
        public final 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.
        +
        +
        Parameters:
        +
        color - The background color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        getBreadCrumbBackgroundColor

        +
        public final 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.
        +
        +
        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 klayout, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setBreadCrumbBackgroundColor

        +
        public final 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.
        +
        +
        Parameters:
        +
        color - The background color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        getButtonBarBackground

        +
        @Nullable
        +public final android.graphics.drawable.Drawable getButtonBarBackground()
        +
        Returns the background of the button bar, which is shown, when the activity is used as a + wizard.
        +
        +
        Returns:
        +
        The background of the button bar, which is shown, when the activity is used as a + wizard, as an instance of the class Drawable or null, if no background is set
        +
        +
      • +
      + + + +
        +
      • +

        setButtonBarBackgroundColor

        +
        public final void setButtonBarBackgroundColor(int color)
        +
        Sets the background of the button bar, which is shown, when the activity is used as a wizard.
        +
        +
        Parameters:
        +
        color - The background color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setButtonBarBackground

        +
        public final void setButtonBarBackground(@DrawableRes
        +                                         int resourceId)
        +
        Sets the background of the button bar, which is shown, when the activity is used as a wizard.
        +
        +
        Parameters:
        +
        resourceId - The resource id of the background, which should be set, as an Integer value. + The resource id must correspond to a valid drawable resource
        +
        +
      • +
      + + + +
        +
      • +

        setButtonBarBackground

        +
        public final void setButtonBarBackground(@Nullable
        +                                         android.graphics.drawable.Drawable background)
        +
        Sets the background of the button bar, which is shown, when the activity is used as a wizard.
        +
        +
        Parameters:
        +
        background - The background, which should be set, as an instance of the class Drawable or + null, if no background should be set
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationBackground

        +
        @Nullable
        +public final android.graphics.drawable.Drawable getNavigationBackground()
        +
        Returns the background of the navigation.
        +
        +
        Returns:
        +
        The background of the navigation as an instance of the class Drawable or + null, if no background is set
        +
        +
      • +
      + + + +
        +
      • +

        setNavigationBackgroundColor

        +
        public final void setNavigationBackgroundColor(int color)
        +
        Sets the background color of the navigation.
        +
        +
        Parameters:
        +
        color - The background color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setNavigationBackground

        +
        public final void setNavigationBackground(@DrawableRes
        +                                          int resourceId)
        +
        Sets the background of the navigation.
        +
        +
        Parameters:
        +
        resourceId - The resource id of the background, which should be set, as an Integer value. + The resource id must correspond to a valid drawable resource
        +
        +
      • +
      + + + +
        +
      • +

        setNavigationBackground

        +
        public final void setNavigationBackground(@Nullable
        +                                          android.graphics.drawable.Drawable background)
        +
        Sets the background of the navigation.
        +
        +
        Parameters:
        +
        background - The background, which should be set, as an instance of the class Drawable or + null, if no background should be set
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationSelectionColor

        +
        public final int getNavigationSelectionColor()
        +
        Returns the background color of the currently selected navigation preference.
        +
        +
        Returns:
        +
        The background color of the currently selected navigation preference as an Integer
        +
        +
      • +
      + + + +
        +
      • +

        setNavigationSelectionColor

        +
        public final void setNavigationSelectionColor(int color)
        +
        Sets the background color of the currently selected navigation preference.
        +
        +
        Parameters:
        +
        color - The color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationDividerColor

        +
        public final int getNavigationDividerColor()
        +
        Returns the color of the dividers, which are contained by the navigation.
        +
        +
        Returns:
        +
        The color of the dividers, which are contained by the navigation, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setNavigationDividerColor

        +
        public final void setNavigationDividerColor(int color)
        +
        Sets the color of the dividers, which are contained by the navigation.
        +
        +
        Parameters:
        +
        color - The color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        isPreferenceFragmentShown

        +
        public final boolean isPreferenceFragmentShown()
        +
        Returns, whether a preference fragment is currently shown, or not.
        +
        +
        Returns:
        +
        True, if a preference fragment is currently shown, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationPreferenceCount

        +
        public final int getNavigationPreferenceCount()
        +
        Returns the number of navigation preferences, which are contained by the activity.
        +
        +
        Returns:
        +
        The number of navigation preferences, which are contained by the activity, as an + Integer value
        +
        +
      • +
      + + + +
        +
      • +

        getAllNavigationPreferences

        +
        @NonNull
        +public final java.util.List<NavigationPreference> getAllNavigationPreferences()
        +
        Returns a list, which contains all navigation preferences, which are contained by the + activity.
        +
        +
        Returns:
        +
        A list, which contains all navigation preferences, which are contained by the + activity, as an instance of the type List or an empty collection, if no navigation + preferences are contained by the activity
        +
        +
      • +
      + + + +
        +
      • +

        isNavigationPreferenceSelected

        +
        public final boolean isNavigationPreferenceSelected()
        +
        Returns, whether a navigation preference is currently selected, or not.
        +
        +
        Returns:
        +
        True, if a navigation preference is currently selected, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getSelectedNavigationPreference

        +
        @Nullable
        +public final NavigationPreference getSelectedNavigationPreference()
        +
        Returns the currently selected navigation preference.
        +
        +
        Returns:
        +
        The currently selected navigation preference as an instance of the class NavigationPreference or null, if no navigation preference is currently selected
        +
        +
      • +
      + + + +
        +
      • +

        selectNavigationPreference

        +
        public final void selectNavigationPreference(@NonNull
        +                                             NavigationPreference navigationPreference)
        +
        Selects a specific navigation preference.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which should be selected, as an instance of the class + NavigationPreference. The navigation preference may not be null
        +
        +
      • +
      + + + +
        +
      • +

        selectNavigationPreference

        +
        public final void selectNavigationPreference(@NonNull
        +                                             NavigationPreference navigationPreference,
        +                                             @Nullable
        +                                             android.os.Bundle arguments)
        +
        Selects a specific navigation preference.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which should be selected, as an instance of the class + NavigationPreference. The navigation preference may not be null
        +
        arguments - 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 fragment
        +
        +
      • +
      + + + +
        +
      • +

        unselectNavigationPreference

        +
        public final 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.
        +
      • +
      + + + +
        +
      • +

        onCreateNavigation

        +
        protected void onCreateNavigation(@NonNull
        +                                  android.preference.PreferenceFragment fragment)
        +
        The method, which is invoked on implementing subclasses, when the navigation is created. It + may be overridden in order to add preferences to the preference fragment, which contains the + navigation's preferences.
        +
        +
        Parameters:
        +
        fragment - The preference fragment, which contains the navigation's preferences, as an instance + of the class PreferenceFragment. The preference fragment + may not be null
        +
        +
      • +
      + + + +
        +
      • +

        setTitle

        +
        public final void setTitle(@StringRes
        +                           int resourceId)
        +
        +
        Overrides:
        +
        setTitle in class android.app.Activity
        +
        +
      • +
      + + + +
        +
      • +

        setTitle

        +
        public final void setTitle(@Nullable
        +                           java.lang.CharSequence title)
        +
        +
        Overrides:
        +
        setTitle in class android.app.Activity
        +
        +
      • +
      + + + +
        +
      • +

        onNavigationFragmentCreated

        +
        public final void onNavigationFragmentCreated(@NonNull
        +                                              android.preference.PreferenceFragment fragment)
        +
        Description copied from interface: NavigationFragment.Callback
        +
        The method, which is invoked, when the navigation fragment has been attached to its + activity.
        +
        +
        Specified by:
        +
        onNavigationFragmentCreated in interface NavigationFragment.Callback
        +
        Parameters:
        +
        fragment - The navigation fragment as an instance of the class PreferenceFragment. + The fragment may not be null
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        onNavigationPreferenceSelected

        +
        public final void onNavigationPreferenceSelected(@NonNull
        +                                                 NavigationPreference navigationPreference,
        +                                                 @Nullable
        +                                                 android.os.Bundle arguments)
        +
        Description copied from interface: NavigationPreferenceGroupAdapter.Callback
        +
        The method, which is invoked, when a navigation preference has been selected.
        +
        +
        Specified by:
        +
        onNavigationPreferenceSelected in interface NavigationPreferenceGroupAdapter.Callback
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which has been selected, as an instance of the class + NavigationPreference. The navigation preference may not be null
        +
        arguments - 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 fragment
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        onBackPressed

        +
        @CallSuper
        +public void onBackPressed()
        +
        +
        Overrides:
        +
        onBackPressed in class android.support.v4.app.FragmentActivity
        +
        +
      • +
      + + + +
        +
      • +

        onOptionsItemSelected

        +
        @CallSuper
        +public boolean onOptionsItemSelected(android.view.MenuItem item)
        +
        +
        Overrides:
        +
        onOptionsItemSelected in class android.app.Activity
        +
        +
      • +
      + + + +
        +
      • +

        onCreate

        +
        @CallSuper
        +protected void onCreate(android.os.Bundle savedInstanceState)
        +
        +
        Overrides:
        +
        onCreate in class android.support.v7.app.AppCompatActivity
        +
        +
      • +
      + + + +
        +
      • +

        onSaveInstanceState

        +
        protected void onSaveInstanceState(android.os.Bundle outState)
        +
        +
        Overrides:
        +
        onSaveInstanceState in class android.support.v7.app.AppCompatActivity
        +
        +
      • +
      + + + +
        +
      • +

        onRestoreInstanceState

        +
        protected void onRestoreInstanceState(android.os.Bundle savedInstanceState)
        +
        +
        Overrides:
        +
        onRestoreInstanceState in class android.app.Activity
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/PreferenceFragment.html b/doc/javadoc/de/mrapp/android/preference/activity/PreferenceFragment.html new file mode 100644 index 0000000..65fbc5f --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/PreferenceFragment.html @@ -0,0 +1,882 @@ + + + + + +PreferenceFragment + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class PreferenceFragment

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.content.ComponentCallbacks, android.content.ComponentCallbacks2, android.view.View.OnCreateContextMenuListener
    +
    +
    +
    +
    public abstract class PreferenceFragment
    +extends AbstractPreferenceFragment
    +
    A fragment, which allows to show multiple preferences. Additionally, a button, which allows to + restore the preferences' default values, can be shown.
    +
    +
    Since:
    +
    1.1.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.preference.PreferenceFragment

        +android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.app.Fragment

        +android.app.Fragment.InstantiationException, android.app.Fragment.SavedState
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringEXTRA_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.StringEXTRA_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.
      +
      +
        +
      • + + +

        Fields inherited from interface android.content.ComponentCallbacks2

        +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 Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PreferenceFragment() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidaddRestoreDefaultsListener(RestoreDefaultsListener listener) +
      Adds a new listener, which should be notified, when the preferences' default values should be + restored, to the fragment.
      +
      android.view.ViewGroupgetButtonBar() +
      Returns the view group, which contains the button, which allows to restore the preferences' + default values.
      +
      android.graphics.drawable.DrawablegetButtonBarBackground() +
      Returns the background of the view group, which contains the button, which allows to restore + the preferences' default values.
      +
      intgetButtonBarElevation() +
      Returns the elevation of the view group, which contains the button, which allows to restore + the preferences' default values.
      +
      android.widget.FrameLayoutgetFrameLayout() +
      Returns the frame layout, which contains the fragment's views.
      +
      android.widget.ButtongetRestoreDefaultsButton() +
      Returns the button, which allows to restore the preferences' default values.
      +
      java.lang.CharSequencegetRestoreDefaultsButtonText() +
      Returns the text of the button, which allows to restore the preferences' default values.
      +
      booleanisRestoreDefaultsButtonShown() +
      Returns, whether the button, which allows to restore the preferences' default values, is + currently shown, or not.
      +
      voidonActivityCreated(android.os.Bundle savedInstanceState) 
      voidonCreate(android.os.Bundle savedInstanceState) 
      protected android.view.ViewonInflateView(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.
      +
      protected voidonObtainStyledAttributes(int themeResourceId) +
      The method, which is invoked in order to obtain relevant attributes from the activity's + current theme.
      +
      voidremoveRestoreDefaultsListener(RestoreDefaultsListener listener) +
      Removes a specific listener, which should not be notified anymore, when the preferences' + default values should be restored, from the fragment.
      +
      voidrestoreDefaults() +
      Restores the default values of all preferences, which are contained by the fragment.
      +
      voidsetButtonBarBackground(android.graphics.drawable.Drawable background) +
      Sets the background of the view group, which contains the button, which allows to restore the + preferences' default values.
      +
      voidsetButtonBarBackground(int resourceId) +
      Sets the background of the view group, which contains the button, which allows to restore the + preferences' default values.
      +
      voidsetButtonBarBackgroundColor(int color) +
      Sets the background color of the view group, which contains the button, which allows to + restore the preferences' default values.
      +
      voidsetButtonBarElevation(int elevation) +
      Sets the elevation of the view group, which contains the button, which allows to restore the + preferences' default values.
      +
      voidsetRestoreDefaultsButtonText(java.lang.CharSequence text) +
      Sets the text of the button, which allows to restore the preferences' default values.
      +
      voidsetRestoreDefaultsButtonText(int resourceId) +
      Sets the text of the button, which allows to restore the preferences' default values.
      +
      voidshowRestoreDefaultsButton(boolean show) +
      Shows or hides the button, which allows to restore the preferences' default values.
      +
      + +
        +
      • + + +

        Methods inherited from class android.preference.PreferenceFragment

        +addPreferencesFromIntent, addPreferencesFromResource, findPreference, getPreferenceManager, getPreferenceScreen, onActivityResult, onDestroy, onDestroyView, onPreferenceTreeClick, onSaveInstanceState, onStart, onStop, onViewCreated, setPreferenceScreen
      • +
      +
        +
      • + + +

        Methods inherited from class android.app.Fragment

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        EXTRA_SHOW_RESTORE_DEFAULTS_BUTTON

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXTRA_RESTORE_DEFAULTS_BUTTON_TEXT

        +
        public static final 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.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PreferenceFragment

        +
        public PreferenceFragment()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getFrameLayout

        +
        public final android.widget.FrameLayout getFrameLayout()
        +
        Returns the frame layout, which contains the fragment's views. It is the root view of the + fragment.
        +
        +
        Returns:
        +
        The frame layout, which contains the fragment's views, as an instance of the class + FrameLayout or null, if the fragment has not been created yet
        +
        +
      • +
      + + + +
        +
      • +

        getButtonBar

        +
        public final android.view.ViewGroup getButtonBar()
        +
        Returns the view group, which contains the button, which allows to restore the preferences' + default values.
        +
        +
        Returns:
        +
        The view group, which contains the button, which allows to restore the preferences' + default values, as an instance of the class ViewGroup or null, if the button is not + shown or if the fragment has not been created yet
        +
        +
      • +
      + + + +
        +
      • +

        getRestoreDefaultsButton

        +
        public final android.widget.Button getRestoreDefaultsButton()
        +
        Returns the button, which allows to restore the preferences' default values.
        +
        +
        Returns:
        +
        The button, which allows to restore the preferences' default values, as an instance + of the class Button or null, if the button is not shown
        +
        +
      • +
      + + + +
        +
      • +

        addRestoreDefaultsListener

        +
        public final void addRestoreDefaultsListener(@NonNull
        +                                             RestoreDefaultsListener listener)
        +
        Adds a new listener, which should be notified, when the preferences' default values should be + restored, to the fragment.
        +
        +
        Parameters:
        +
        listener - The listener, which should be added as an instance of the type RestoreDefaultsListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        removeRestoreDefaultsListener

        +
        public final void removeRestoreDefaultsListener(@NonNull
        +                                                RestoreDefaultsListener listener)
        +
        Removes a specific listener, which should not be notified anymore, when the preferences' + default values should be restored, from the fragment.
        +
        +
        Parameters:
        +
        listener - The listener, which should be removed as an instance of the type RestoreDefaultsListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        restoreDefaults

        +
        public final void restoreDefaults()
        +
        Restores the default values of all preferences, which are contained by the fragment.
        +
      • +
      + + + +
        +
      • +

        isRestoreDefaultsButtonShown

        +
        public final boolean isRestoreDefaultsButtonShown()
        +
        Returns, whether the button, which allows to restore the preferences' default values, is + currently shown, or not.
        +
        +
        Returns:
        +
        True, if the button, which allows to restore the preferences' default values, is + currently shown, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        showRestoreDefaultsButton

        +
        public final void showRestoreDefaultsButton(boolean show)
        +
        Shows or hides the button, which allows to restore the preferences' default values.
        +
        +
        Parameters:
        +
        show - True, if the button, which allows to restore the preferences' default values, should + be shown, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getRestoreDefaultsButtonText

        +
        @NonNull
        +public final java.lang.CharSequence getRestoreDefaultsButtonText()
        +
        Returns the text of the button, which allows to restore the preferences' default values.
        +
        +
        Returns:
        +
        The text of the button, which allows to restore the preferences' default values, as + an instance of the class CharSequence
        +
        +
      • +
      + + + +
        +
      • +

        setRestoreDefaultsButtonText

        +
        public final void setRestoreDefaultsButtonText(@StringRes
        +                                               int resourceId)
        +
        Sets the text of the button, which allows to restore the preferences' default values. The + text is only set, if the button is shown.
        +
        +
        Parameters:
        +
        resourceId - The resource id of the text, which should be set, as an Integer value. The + resource id must correspond to a valid string resource
        +
        +
      • +
      + + + +
        +
      • +

        setRestoreDefaultsButtonText

        +
        public final void setRestoreDefaultsButtonText(@NonNull
        +                                               java.lang.CharSequence text)
        +
        Sets the text of the button, which allows to restore the preferences' default values. The + text is only set, if the button is shown.
        +
        +
        Parameters:
        +
        text - The text, which should be set, as an instance of the class CharSequence. The + text may neither be null, nor empty
        +
        +
      • +
      + + + +
        +
      • +

        getButtonBarBackground

        +
        public final android.graphics.drawable.Drawable getButtonBarBackground()
        +
        Returns the background of the view group, which contains the button, which allows to restore + the preferences' default values.
        +
        +
        Returns:
        +
        The background of the view group, which contains the button, which allows to restore + the preferences' default values, as an instance of the class Drawable
        +
        +
      • +
      + + + +
        +
      • +

        setButtonBarBackground

        +
        public final void setButtonBarBackground(@DrawableRes
        +                                         int resourceId)
        +
        Sets the background of the view group, which contains the button, which allows to restore the + preferences' default values.
        +
        +
        Parameters:
        +
        resourceId - The resource id of the background, which should be set, as an Integer value. + The resource id must correspond to a valid drawable resource
        +
        +
      • +
      + + + +
        +
      • +

        setButtonBarBackgroundColor

        +
        public final void setButtonBarBackgroundColor(int color)
        +
        Sets the background color of the view group, which contains the button, which allows to + restore the preferences' default values. + shown.
        +
        +
        Parameters:
        +
        color - The background color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setButtonBarBackground

        +
        public final void setButtonBarBackground(@Nullable
        +                                         android.graphics.drawable.Drawable background)
        +
        Sets the background of the view group, which contains the button, which allows to restore the + preferences' default values.
        +
        +
        Parameters:
        +
        background - The background, which should be set, as an instance of the class Drawable or + null, if no background should be set
        +
        +
      • +
      + + + +
        +
      • +

        getButtonBarElevation

        +
        public final int getButtonBarElevation()
        +
        Returns the elevation of the view group, which contains the button, which allows to restore + the preferences' default values.
        +
        +
        Returns:
        +
        The elevation in dp as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setButtonBarElevation

        +
        public final void setButtonBarElevation(int elevation)
        +
        Sets the elevation of the view group, which contains the button, which allows to restore the + preferences' default values.
        +
        +
        Parameters:
        +
        elevation - The elevation, which should be set, in dp as an Integer value. The elevation + must be at least 1 and at maximum 16
        +
        +
      • +
      + + + + + + + +
        +
      • +

        onActivityCreated

        +
        @CallSuper
        +public void onActivityCreated(android.os.Bundle savedInstanceState)
        +
        +
        Overrides:
        +
        onActivityCreated in class android.preference.PreferenceFragment
        +
        +
      • +
      + + + +
        +
      • +

        onInflateView

        +
        @NonNull
        +protected final android.view.View onInflateView(@NonNull
        +                                                         android.view.LayoutInflater inflater,
        +                                                         @Nullable
        +                                                         android.view.ViewGroup container,
        +                                                         @Nullable
        +                                                         android.os.Bundle savedInstanceState)
        +
        Description copied from class: AbstractPreferenceFragment
        +
        The method, which is invoked on implementing subclasses in order to inflate the fragment's + layout.
        +
        +
        Specified by:
        +
        onInflateView in class AbstractPreferenceFragment
        +
        Parameters:
        +
        inflater - The layout inflater, which should be used, as an instance of the class LayoutInflater. The layout inflater may not be null
        +
        container - The parent of the view, which should be inflated, as an instance of the class ViewGroup or null, if no parent is available
        +
        savedInstanceState - The saved instance state of the fragment as a Bundle or null, if no saved + instance state is available
        +
        Returns:
        +
        The view, which has been inflated, as an instance of the class View. The view + may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onObtainStyledAttributes

        +
        protected final void onObtainStyledAttributes(@StyleRes
        +                                              int themeResourceId)
        +
        Description copied from class: AbstractPreferenceFragment
        +
        The method, which is invoked in order to obtain relevant attributes from the activity's + current theme. This method may be overriden by subclasses in order to obtain additional + attributes.
        +
        +
        Overrides:
        +
        onObtainStyledAttributes in class AbstractPreferenceFragment
        +
        Parameters:
        +
        themeResourceId - The resource id of the theme, the attributes should be obtained from, as an Integer value
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/PreferenceFragmentListener.html b/doc/javadoc/de/mrapp/android/preference/activity/PreferenceFragmentListener.html new file mode 100644 index 0000000..59fc2f4 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/PreferenceFragmentListener.html @@ -0,0 +1,262 @@ + + + + + +PreferenceFragmentListener + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Interface PreferenceFragmentListener

+
+
+
+
    +
  • +
    +
    +
    public interface PreferenceFragmentListener
    +
    Defines the interface, a class, which should be notified when the currently shown preference + fragment of a PreferenceActivity has been changed, must implement.
    +
    +
    Since:
    +
    2.1.1
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onPreferenceFragmentShown

        +
        void onPreferenceFragmentShown(@NonNull
        +                               NavigationPreference navigationPreference,
        +                               @NonNull
        +                               android.app.Fragment fragment)
        +
        The method, which is invoked, when a preference fragment has been shown.
        +
        +
        Parameters:
        +
        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 null
        +
        fragment - The fragment, which has been shown, as an instance of the class Fragment. The + fragment may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onPreferenceFragmentHidden

        +
        void onPreferenceFragmentHidden(@NonNull
        +                                android.app.Fragment fragment)
        +
        The method, which is invoked, when a previously shown preference fragment has been hidden.
        +
        +
        Parameters:
        +
        fragment - The fragment, which has been hidden, as an instance of the class Fragment. + The fragment may not be null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.anim.html b/doc/javadoc/de/mrapp/android/preference/activity/R.anim.html new file mode 100644 index 0000000..d7533cc --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.anim.html @@ -0,0 +1,418 @@ + + + + + +R.anim + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.anim

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.anim
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        abc_fade_in

        +
        public static int abc_fade_in
        +
      • +
      + + + +
        +
      • +

        abc_fade_out

        +
        public static int abc_fade_out
        +
      • +
      + + + +
        +
      • +

        abc_grow_fade_in_from_bottom

        +
        public static int abc_grow_fade_in_from_bottom
        +
      • +
      + + + +
        +
      • +

        abc_popup_enter

        +
        public static int abc_popup_enter
        +
      • +
      + + + +
        +
      • +

        abc_popup_exit

        +
        public static int abc_popup_exit
        +
      • +
      + + + +
        +
      • +

        abc_shrink_fade_out_from_bottom

        +
        public static int abc_shrink_fade_out_from_bottom
        +
      • +
      + + + +
        +
      • +

        abc_slide_in_bottom

        +
        public static int abc_slide_in_bottom
        +
      • +
      + + + +
        +
      • +

        abc_slide_in_top

        +
        public static int abc_slide_in_top
        +
      • +
      + + + +
        +
      • +

        abc_slide_out_bottom

        +
        public static int abc_slide_out_bottom
        +
      • +
      + + + +
        +
      • +

        abc_slide_out_top

        +
        public static int abc_slide_out_top
        +
      • +
      + + + +
        +
      • +

        tooltip_enter

        +
        public static int tooltip_enter
        +
      • +
      + + + +
        +
      • +

        tooltip_exit

        +
        public static int tooltip_exit
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        anim

        +
        public anim()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.attr.html b/doc/javadoc/de/mrapp/android/preference/activity/R.attr.html new file mode 100644 index 0000000..1e8bbd7 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.attr.html @@ -0,0 +1,6678 @@ + + + + + +R.attr + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.attr

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.attr
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intactionBarDivider +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarItemBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarPopupTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarSize +
      May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intactionBarSplitStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarTabBarStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarTabStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarTabTextStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionBarWidgetTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionDropDownStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionMenuTextAppearance +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionMenuTextColor +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeCloseButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeCloseDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeCopyDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeCutDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeFindDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModePasteDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModePopupWindowStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeSelectAllDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeShareDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeSplitBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionModeWebSearchDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionOverflowButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionOverflowMenuStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intactionProviderClass +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intactionViewClass +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intactivityChooserViewStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intalertDialogButtonGroupStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intalertDialogCenterButtons +
      Must be a boolean value, either "true" or "false".
      +
      static intalertDialogStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intalertDialogTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intallowStacking +
      Must be a boolean value, either "true" or "false".
      +
      static intalpha +
      Must be a floating point value, such as "1.2".
      +
      static intalphabeticModifiers +
      Must be one or more (separated by '|') of the following constant values.
      +
      static intarrowHeadLength +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intarrowShaftLength +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intautoCompleteTextViewStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intautoSizeMaxTextSize +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intautoSizeMinTextSize +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intautoSizePresetSizes +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intautoSizeStepGranularity +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intautoSizeTextType +
      Must be one of the following constant values.
      +
      static intbackButtonText +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intbackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbackgroundSplit +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbackgroundStacked +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbackgroundTint +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intbackgroundTintMode +
      Must be one of the following constant values.
      +
      static intbarLength +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intborderlessButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbreadCrumbBackgroundColor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intbreadCrumbElevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intbuttonBarBackground +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonBarButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonBarElevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intbuttonBarNegativeButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonBarNeutralButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonBarPositiveButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonBarStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonGravity +
      Must be one or more (separated by '|') of the following constant values.
      +
      static intbuttonPanelSideLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonStyleSmall +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intbuttonTint +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intbuttonTintMode +
      Must be one of the following constant values.
      +
      static intcardBackgroundColor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcardCornerRadius +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcardElevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcardMaxElevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcardPreventCornerOverlap +
      Must be a boolean value, either "true" or "false".
      +
      static intcardUseCompatPadding +
      Must be a boolean value, either "true" or "false".
      +
      static intcardViewBackgroundColor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcardViewElevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcheckboxStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intcheckedTextViewStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intcloseIcon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intcloseItemLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intcollapseContentDescription +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intcollapseIcon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intcolor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorAccent +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorBackgroundFloating +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorButtonNormal +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorControlActivated +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorControlHighlight +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorControlNormal +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorError +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intcolorPrimary +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorPrimaryDark +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcolorSwitchThumbNormal +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intcommitIcon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intcontentDescription +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intcontentInsetEnd +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentInsetEndWithActions +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentInsetLeft +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentInsetRight +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentInsetStart +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentInsetStartWithNavigation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentPadding +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentPaddingBottom +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentPaddingLeft +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentPaddingRight +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontentPaddingTop +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intcontrolBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intcustomNavigationLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intdefaultQueryHint +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intdialogPreferredPadding +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intdialogTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intdisplayOptions +
      Must be one or more (separated by '|') of the following constant values.
      +
      static intdivider +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intdividerColor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intdividerHorizontal +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intdividerPadding +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intdividerVertical +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intdrawableSize +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intdrawerArrowStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intdropdownListPreferredItemHeight +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intdropDownListViewStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inteditTextBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inteditTextColor +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inteditTextStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intelevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intemulateParallelLight +
      Must be a boolean value, either "true" or "false".
      +
      static intexpandActivityOverflowButtonDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intfastScrollEnabled +
      Must be a boolean value, either "true" or "false".
      +
      static intfastScrollHorizontalThumbDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intfastScrollHorizontalTrackDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intfastScrollVerticalThumbDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intfastScrollVerticalTrackDrawable +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intfinishButtonText +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intfont +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intfontFamily +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intfontProviderAuthority +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intfontProviderCerts +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intfontProviderFetchStrategy +
      Must be one of the following constant values.
      +
      static intfontProviderFetchTimeout +
      May be an integer value, such as "100".
      +
      static intfontProviderPackage +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intfontProviderQuery +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intfontStyle +
      Must be one of the following constant values.
      +
      static intfontWeight +
      Must be an integer value, such as "100".
      +
      static intgapBetweenBars +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intgoIcon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intheight +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static inthideBreadCrumb +
      Must be a boolean value, either "true" or "false".
      +
      static inthideNavigation +
      Must be a boolean value, either "true" or "false".
      +
      static inthideOnContentScroll +
      Must be a boolean value, either "true" or "false".
      +
      static inthomeAsUpIndicator +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inthomeLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inticon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inticonifiedByDefault +
      Must be a boolean value, either "true" or "false".
      +
      static inticonTint +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static inticonTintMode +
      Must be one of the following constant values.
      +
      static intimageButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intindeterminateProgressStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intinitialActivityCount +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intinsetDrawable +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intinvertedToolbarPopupTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intinvertedToolbarTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intisLightTheme +
      Must be a boolean value, either "true" or "false".
      +
      static intitemPadding +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intlayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intlayoutManager +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intlistChoiceBackgroundIndicator +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intlistDividerAlertDialog +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intlistItemLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intlistLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intlistMenuViewStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intlistPopupWindowStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intlistPreferredItemHeight +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intlistPreferredItemHeightLarge +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intlistPreferredItemHeightSmall +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intlistPreferredItemPaddingLeft +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intlistPreferredItemPaddingRight +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intlogo +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intlogoDescription +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intmaxButtonHeight +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intmeasureWithLargestChild +
      Must be a boolean value, either "true" or "false".
      +
      static intmultiChoiceItemLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intnavigationBackground +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intnavigationContentDescription +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intnavigationDividerColor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intnavigationIcon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intnavigationMode +
      Must be one of the following constant values.
      +
      static intnavigationSelectionColor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intnavigationWidth +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intnextButtonText +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intnumericModifiers +
      Must be one or more (separated by '|') of the following constant values.
      +
      static intoverlapAnchor +
      Must be a boolean value, either "true" or "false".
      +
      static intoverrideNavigationIcon +
      Must be a boolean value, either "true" or "false".
      +
      static intpaddingBottomNoButtons +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intpaddingEnd +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intpaddingStart +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intpaddingTopNoTitle +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intpanelBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intpanelMenuListTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intpanelMenuListWidth +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intpopupMenuStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intpopupTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intpopupWindowStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intpreserveIconSpacing +
      Must be a boolean value, either "true" or "false".
      +
      static intprogressBarPadding +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intprogressBarStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intprogressFormat +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intqueryBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intqueryHint +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intradioButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intratingBarStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intratingBarStyleIndicator +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intratingBarStyleSmall +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intrestoreDefaultsButtonBarBackground +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intrestoreDefaultsButtonBarElevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intrestoreDefaultsButtonText +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intreverseLayout +
      Must be a boolean value, either "true" or "false".
      +
      static intscaledEdge +
      Must be one of the following constant values.
      +
      static intsearchHintIcon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intsearchIcon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intsearchViewStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intseekBarStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intselectableItemBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intselectableItemBackgroundBorderless +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intshadowElevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intshadowOrientation +
      Must be one of the following constant values.
      +
      static intshowAsAction +
      Must be one or more (separated by '|') of the following constant values.
      +
      static intshowButtonBar +
      Must be a boolean value, either "true" or "false".
      +
      static intshowDividers +
      Must be one or more (separated by '|') of the following constant values.
      +
      static intshowProgress +
      Must be a boolean value, either "true" or "false".
      +
      static intshowRestoreDefaultsButton +
      Must be a boolean value, either "true" or "false".
      +
      static intshowText +
      Must be a boolean value, either "true" or "false".
      +
      static intshowTitle +
      Must be a boolean value, either "true" or "false".
      +
      static intsingleChoiceItemLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intspanCount +
      Must be an integer value, such as "100".
      +
      static intspinBars +
      Must be a boolean value, either "true" or "false".
      +
      static intspinnerDropDownItemStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intspinnerStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intsplitTrack +
      Must be a boolean value, either "true" or "false".
      +
      static intsrcCompat +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intstackFromEnd +
      Must be a boolean value, either "true" or "false".
      +
      static intstate_above_anchor +
      Must be a boolean value, either "true" or "false".
      +
      static intsubMenuArrow +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intsubmitBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intsubtitle +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static intsubtitleTextAppearance +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intsubtitleTextColor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intsubtitleTextStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intsuggestionRowLayout +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intswitchMinWidth +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intswitchPadding +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intswitchStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intswitchTextAppearance +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAllCaps +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAppearanceLargePopupMenu +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAppearanceListItem +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAppearanceListItemSecondary +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAppearanceListItemSmall +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAppearancePopupMenuHeader +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAppearanceSearchResultSubtitle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAppearanceSearchResultTitle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextAppearanceSmallPopupMenu +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextColorAlertDialogListItem +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttextColorSearchUrl +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intthickness +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intthumbTextPadding +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intthumbTint +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static intthumbTintMode +
      Must be one of the following constant values.
      +
      static inttickMark +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttickMarkTint +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static inttickMarkTintMode +
      Must be one of the following constant values.
      +
      static inttint +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static inttintMode +
      Must be one of the following constant values.
      +
      static inttitle +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static inttitleMargin +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static inttitleMarginBottom +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static inttitleMarginEnd +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static inttitleMargins +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static inttitleMarginStart +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static inttitleMarginTop +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static inttitleTextAppearance +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttitleTextColor +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static inttitleTextStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttoolbarElevation +
      Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static inttoolbarNavigationButtonStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttoolbarPopupTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttoolbarStyle +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttoolbarTheme +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttooltipForegroundColor +
      May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttooltipFrameBackground +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttooltipText +
      Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
      +
      static inttrack +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static inttrackTint +
      Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
      +
      static inttrackTintMode +
      Must be one of the following constant values.
      +
      static intuseSplitScreen +
      Must be a boolean value, either "true" or "false".
      +
      static intvoiceIcon +
      Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
      +
      static intwindowActionBar +
      Must be a boolean value, either "true" or "false".
      +
      static intwindowActionBarOverlay +
      Must be a boolean value, either "true" or "false".
      +
      static intwindowActionModeOverlay +
      Must be a boolean value, either "true" or "false".
      +
      static intwindowFixedHeightMajor +
      May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intwindowFixedHeightMinor +
      May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intwindowFixedWidthMajor +
      May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intwindowFixedWidthMinor +
      May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intwindowMinWidthMajor +
      May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intwindowMinWidthMinor +
      May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
      +
      static intwindowNoTitle +
      Must be a boolean value, either "true" or "false".
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      attr() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        actionBarDivider

        +
        public static int actionBarDivider
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarItemBackground

        +
        public static int actionBarItemBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarPopupTheme

        +
        public static int actionBarPopupTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarSize

        +
        public static int actionBarSize
        +

        May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

        May be one of the following constant values.

        + ++++ + +
        ConstantValueDescription
        wrap_content0
        +
      • +
      + + + +
        +
      • +

        actionBarSplitStyle

        +
        public static int actionBarSplitStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarStyle

        +
        public static int actionBarStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarTabBarStyle

        +
        public static int actionBarTabBarStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarTabStyle

        +
        public static int actionBarTabStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarTabTextStyle

        +
        public static int actionBarTabTextStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarTheme

        +
        public static int actionBarTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionBarWidgetTheme

        +
        public static int actionBarWidgetTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionButtonStyle

        +
        public static int actionButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionDropDownStyle

        +
        public static int actionDropDownStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionLayout

        +
        public static int actionLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionMenuTextAppearance

        +
        public static int actionMenuTextAppearance
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionMenuTextColor

        +
        public static int actionMenuTextColor
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        actionModeBackground

        +
        public static int actionModeBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeCloseButtonStyle

        +
        public static int actionModeCloseButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeCloseDrawable

        +
        public static int actionModeCloseDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeCopyDrawable

        +
        public static int actionModeCopyDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeCutDrawable

        +
        public static int actionModeCutDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeFindDrawable

        +
        public static int actionModeFindDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModePasteDrawable

        +
        public static int actionModePasteDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModePopupWindowStyle

        +
        public static int actionModePopupWindowStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeSelectAllDrawable

        +
        public static int actionModeSelectAllDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeShareDrawable

        +
        public static int actionModeShareDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeSplitBackground

        +
        public static int actionModeSplitBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeStyle

        +
        public static int actionModeStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionModeWebSearchDrawable

        +
        public static int actionModeWebSearchDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionOverflowButtonStyle

        +
        public static int actionOverflowButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionOverflowMenuStyle

        +
        public static int actionOverflowMenuStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        actionProviderClass

        +
        public static int actionProviderClass
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        actionViewClass

        +
        public static int actionViewClass
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        activityChooserViewStyle

        +
        public static int activityChooserViewStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        alertDialogButtonGroupStyle

        +
        public static int alertDialogButtonGroupStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        alertDialogCenterButtons

        +
        public static int alertDialogCenterButtons
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        alertDialogStyle

        +
        public static int alertDialogStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        alertDialogTheme

        +
        public static int alertDialogTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        allowStacking

        +
        public static int allowStacking
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        alpha

        +
        public static int alpha
        +

        Must be a floating point value, such as "1.2". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        alphabeticModifiers

        +
        public static int alphabeticModifiers
        +

        Must be one or more (separated by '|') of the following constant values.

        + ++++ + + + + + + +
        ConstantValueDescription
        META0x10000
        CTRL0x1000
        ALT0x02
        SHIFT0x1
        SYM0x4
        FUNCTION0x8
        +
      • +
      + + + +
        +
      • +

        arrowHeadLength

        +
        public static int arrowHeadLength
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        arrowShaftLength

        +
        public static int arrowShaftLength
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        autoCompleteTextViewStyle

        +
        public static int autoCompleteTextViewStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        autoSizeMaxTextSize

        +
        public static int autoSizeMaxTextSize
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        autoSizeMinTextSize

        +
        public static int autoSizeMinTextSize
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        autoSizePresetSizes

        +
        public static int autoSizePresetSizes
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        autoSizeStepGranularity

        +
        public static int autoSizeStepGranularity
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        autoSizeTextType

        +
        public static int autoSizeTextType
        +

        Must be one of the following constant values.

        + ++++ + + +
        ConstantValueDescription
        none0
        uniform1
        +
      • +
      + + + +
        +
      • +

        backButtonText

        +
        public static int backButtonText
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        background

        +
        public static int background
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        backgroundSplit

        +
        public static int backgroundSplit
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        backgroundStacked

        +
        public static int backgroundStacked
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        backgroundTint

        +
        public static int backgroundTint
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        backgroundTintMode

        +
        public static int backgroundTintMode
        +

        Must be one of the following constant values.

        + ++++ + + + + + +
        ConstantValueDescription
        src_over3
        src_in5
        src_atop9
        multiply14
        screen15
        +
      • +
      + + + +
        +
      • +

        barLength

        +
        public static int barLength
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        borderlessButtonStyle

        +
        public static int borderlessButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        breadCrumbBackgroundColor

        +
        public static int breadCrumbBackgroundColor
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        breadCrumbElevation

        +
        public static int breadCrumbElevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        buttonBarBackground

        +
        public static int buttonBarBackground
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        buttonBarButtonStyle

        +
        public static int buttonBarButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        buttonBarElevation

        +
        public static int buttonBarElevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        buttonBarNegativeButtonStyle

        +
        public static int buttonBarNegativeButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        buttonBarNeutralButtonStyle

        +
        public static int buttonBarNeutralButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        buttonBarPositiveButtonStyle

        +
        public static int buttonBarPositiveButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        buttonBarStyle

        +
        public static int buttonBarStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        buttonGravity

        +
        public static int buttonGravity
        +

        Must be one or more (separated by '|') of the following constant values.

        + ++++ + + +
        ConstantValueDescription
        top0x30
        bottom0x50
        +
      • +
      + + + +
        +
      • +

        buttonPanelSideLayout

        +
        public static int buttonPanelSideLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        buttonStyle

        +
        public static int buttonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        buttonStyleSmall

        +
        public static int buttonStyleSmall
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        buttonTint

        +
        public static int buttonTint
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        buttonTintMode

        +
        public static int buttonTintMode
        +

        Must be one of the following constant values.

        + ++++ + + + + + +
        ConstantValueDescription
        src_over3
        src_in5
        src_atop9
        multiply14
        screen15
        +
      • +
      + + + +
        +
      • +

        cardBackgroundColor

        +
        public static int cardBackgroundColor
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        cardCornerRadius

        +
        public static int cardCornerRadius
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        cardElevation

        +
        public static int cardElevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        cardMaxElevation

        +
        public static int cardMaxElevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        cardPreventCornerOverlap

        +
        public static int cardPreventCornerOverlap
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        cardUseCompatPadding

        +
        public static int cardUseCompatPadding
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        cardViewBackgroundColor

        +
        public static int cardViewBackgroundColor
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        cardViewElevation

        +
        public static int cardViewElevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        checkboxStyle

        +
        public static int checkboxStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        checkedTextViewStyle

        +
        public static int checkedTextViewStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        closeIcon

        +
        public static int closeIcon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        closeItemLayout

        +
        public static int closeItemLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        collapseContentDescription

        +
        public static int collapseContentDescription
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        collapseIcon

        +
        public static int collapseIcon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        color

        +
        public static int color
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorAccent

        +
        public static int colorAccent
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorBackgroundFloating

        +
        public static int colorBackgroundFloating
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorButtonNormal

        +
        public static int colorButtonNormal
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorControlActivated

        +
        public static int colorControlActivated
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorControlHighlight

        +
        public static int colorControlHighlight
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorControlNormal

        +
        public static int colorControlNormal
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorError

        +
        public static int colorError
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        colorPrimary

        +
        public static int colorPrimary
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorPrimaryDark

        +
        public static int colorPrimaryDark
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        colorSwitchThumbNormal

        +
        public static int colorSwitchThumbNormal
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        commitIcon

        +
        public static int commitIcon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        contentDescription

        +
        public static int contentDescription
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentInsetEnd

        +
        public static int contentInsetEnd
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentInsetEndWithActions

        +
        public static int contentInsetEndWithActions
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentInsetLeft

        +
        public static int contentInsetLeft
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentInsetRight

        +
        public static int contentInsetRight
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentInsetStart

        +
        public static int contentInsetStart
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentInsetStartWithNavigation

        +
        public static int contentInsetStartWithNavigation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentPadding

        +
        public static int contentPadding
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentPaddingBottom

        +
        public static int contentPaddingBottom
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentPaddingLeft

        +
        public static int contentPaddingLeft
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentPaddingRight

        +
        public static int contentPaddingRight
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        contentPaddingTop

        +
        public static int contentPaddingTop
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        controlBackground

        +
        public static int controlBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        customNavigationLayout

        +
        public static int customNavigationLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        defaultQueryHint

        +
        public static int defaultQueryHint
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        dialogPreferredPadding

        +
        public static int dialogPreferredPadding
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        dialogTheme

        +
        public static int dialogTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        displayOptions

        +
        public static int displayOptions
        +

        Must be one or more (separated by '|') of the following constant values.

        + ++++ + + + + + + + +
        ConstantValueDescription
        none0
        useLogo0x1
        showHome0x2
        homeAsUp0x4
        showTitle0x8
        showCustom0x10
        disableHome0x20
        +
      • +
      + + + +
        +
      • +

        divider

        +
        public static int divider
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        dividerColor

        +
        public static int dividerColor
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        dividerHorizontal

        +
        public static int dividerHorizontal
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        dividerPadding

        +
        public static int dividerPadding
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        dividerVertical

        +
        public static int dividerVertical
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        drawableSize

        +
        public static int drawableSize
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        drawerArrowStyle

        +
        public static int drawerArrowStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        dropDownListViewStyle

        +
        public static int dropDownListViewStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        dropdownListPreferredItemHeight

        +
        public static int dropdownListPreferredItemHeight
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        editTextBackground

        +
        public static int editTextBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        editTextColor

        +
        public static int editTextColor
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        editTextStyle

        +
        public static int editTextStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        elevation

        +
        public static int elevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        emulateParallelLight

        +
        public static int emulateParallelLight
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        expandActivityOverflowButtonDrawable

        +
        public static int expandActivityOverflowButtonDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        fastScrollEnabled

        +
        public static int fastScrollEnabled
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        fastScrollHorizontalThumbDrawable

        +
        public static int fastScrollHorizontalThumbDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        fastScrollHorizontalTrackDrawable

        +
        public static int fastScrollHorizontalTrackDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        fastScrollVerticalThumbDrawable

        +
        public static int fastScrollVerticalThumbDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        fastScrollVerticalTrackDrawable

        +
        public static int fastScrollVerticalTrackDrawable
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        finishButtonText

        +
        public static int finishButtonText
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        font

        +
        public static int font
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        fontFamily

        +
        public static int fontFamily
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        fontProviderAuthority

        +
        public static int fontProviderAuthority
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        fontProviderCerts

        +
        public static int fontProviderCerts
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        fontProviderFetchStrategy

        +
        public static int fontProviderFetchStrategy
        +

        Must be one of the following constant values.

        + ++++ + + +
        ConstantValueDescription
        blocking0
        async1
        +
      • +
      + + + +
        +
      • +

        fontProviderFetchTimeout

        +
        public static int fontProviderFetchTimeout
        +

        May be an integer value, such as "100". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

        May be one of the following constant values.

        + ++++ + +
        ConstantValueDescription
        forever-1
        +
      • +
      + + + +
        +
      • +

        fontProviderPackage

        +
        public static int fontProviderPackage
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        fontProviderQuery

        +
        public static int fontProviderQuery
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        fontStyle

        +
        public static int fontStyle
        +

        Must be one of the following constant values.

        + ++++ + + +
        ConstantValueDescription
        normal0
        italic1
        +
      • +
      + + + +
        +
      • +

        fontWeight

        +
        public static int fontWeight
        +

        Must be an integer value, such as "100". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        gapBetweenBars

        +
        public static int gapBetweenBars
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        goIcon

        +
        public static int goIcon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        height

        +
        public static int height
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        hideBreadCrumb

        +
        public static int hideBreadCrumb
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        hideNavigation

        +
        public static int hideNavigation
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        hideOnContentScroll

        +
        public static int hideOnContentScroll
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        homeAsUpIndicator

        +
        public static int homeAsUpIndicator
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        homeLayout

        +
        public static int homeLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        icon

        +
        public static int icon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        iconTint

        +
        public static int iconTint
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        iconTintMode

        +
        public static int iconTintMode
        +

        Must be one of the following constant values.

        + ++++ + + + + + + +
        ConstantValueDescription
        src_over3
        src_in5
        src_atop9
        multiply14
        screen15
        add16
        +
      • +
      + + + +
        +
      • +

        iconifiedByDefault

        +
        public static int iconifiedByDefault
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        imageButtonStyle

        +
        public static int imageButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        indeterminateProgressStyle

        +
        public static int indeterminateProgressStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        initialActivityCount

        +
        public static int initialActivityCount
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        insetDrawable

        +
        public static int insetDrawable
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        invertedToolbarPopupTheme

        +
        public static int invertedToolbarPopupTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        invertedToolbarTheme

        +
        public static int invertedToolbarTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        isLightTheme

        +
        public static int isLightTheme
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        itemPadding

        +
        public static int itemPadding
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        layout

        +
        public static int layout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        layoutManager

        +
        public static int layoutManager
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        listChoiceBackgroundIndicator

        +
        public static int listChoiceBackgroundIndicator
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        listDividerAlertDialog

        +
        public static int listDividerAlertDialog
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        listItemLayout

        +
        public static int listItemLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        listLayout

        +
        public static int listLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        listMenuViewStyle

        +
        public static int listMenuViewStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        listPopupWindowStyle

        +
        public static int listPopupWindowStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        listPreferredItemHeight

        +
        public static int listPreferredItemHeight
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        listPreferredItemHeightLarge

        +
        public static int listPreferredItemHeightLarge
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        listPreferredItemHeightSmall

        +
        public static int listPreferredItemHeightSmall
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        listPreferredItemPaddingLeft

        +
        public static int listPreferredItemPaddingLeft
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        listPreferredItemPaddingRight

        +
        public static int listPreferredItemPaddingRight
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        logo

        +
        public static int logo
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        logoDescription

        +
        public static int logoDescription
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        maxButtonHeight

        +
        public static int maxButtonHeight
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        measureWithLargestChild

        +
        public static int measureWithLargestChild
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        multiChoiceItemLayout

        +
        public static int multiChoiceItemLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        navigationBackground

        +
        public static int navigationBackground
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        navigationContentDescription

        +
        public static int navigationContentDescription
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        navigationDividerColor

        +
        public static int navigationDividerColor
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        navigationIcon

        +
        public static int navigationIcon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        navigationMode

        +
        public static int navigationMode
        +

        Must be one of the following constant values.

        + ++++ + + + +
        ConstantValueDescription
        normal0
        listMode1
        tabMode2
        +
      • +
      + + + +
        +
      • +

        navigationSelectionColor

        +
        public static int navigationSelectionColor
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        navigationWidth

        +
        public static int navigationWidth
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        nextButtonText

        +
        public static int nextButtonText
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        numericModifiers

        +
        public static int numericModifiers
        +

        Must be one or more (separated by '|') of the following constant values.

        + ++++ + + + + + + +
        ConstantValueDescription
        META0x10000
        CTRL0x1000
        ALT0x02
        SHIFT0x1
        SYM0x4
        FUNCTION0x8
        +
      • +
      + + + +
        +
      • +

        overlapAnchor

        +
        public static int overlapAnchor
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        overrideNavigationIcon

        +
        public static int overrideNavigationIcon
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        paddingBottomNoButtons

        +
        public static int paddingBottomNoButtons
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        paddingEnd

        +
        public static int paddingEnd
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        paddingStart

        +
        public static int paddingStart
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        paddingTopNoTitle

        +
        public static int paddingTopNoTitle
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        panelBackground

        +
        public static int panelBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        panelMenuListTheme

        +
        public static int panelMenuListTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        panelMenuListWidth

        +
        public static int panelMenuListWidth
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        popupMenuStyle

        +
        public static int popupMenuStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        popupTheme

        +
        public static int popupTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        popupWindowStyle

        +
        public static int popupWindowStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        preserveIconSpacing

        +
        public static int preserveIconSpacing
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        progressBarPadding

        +
        public static int progressBarPadding
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        progressBarStyle

        +
        public static int progressBarStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        progressFormat

        +
        public static int progressFormat
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        queryBackground

        +
        public static int queryBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        queryHint

        +
        public static int queryHint
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        radioButtonStyle

        +
        public static int radioButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        ratingBarStyle

        +
        public static int ratingBarStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        ratingBarStyleIndicator

        +
        public static int ratingBarStyleIndicator
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        ratingBarStyleSmall

        +
        public static int ratingBarStyleSmall
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        restoreDefaultsButtonBarBackground

        +
        public static int restoreDefaultsButtonBarBackground
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        restoreDefaultsButtonBarElevation

        +
        public static int restoreDefaultsButtonBarElevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        restoreDefaultsButtonText

        +
        public static int restoreDefaultsButtonText
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        reverseLayout

        +
        public static int reverseLayout
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        scaledEdge

        +
        public static int scaledEdge
        +

        Must be one of the following constant values.

        + ++++ + + +
        ConstantValueDescription
        horizontal0
        vertical1
        +
      • +
      + + + +
        +
      • +

        searchHintIcon

        +
        public static int searchHintIcon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        searchIcon

        +
        public static int searchIcon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        searchViewStyle

        +
        public static int searchViewStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        seekBarStyle

        +
        public static int seekBarStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        selectableItemBackground

        +
        public static int selectableItemBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        selectableItemBackgroundBorderless

        +
        public static int selectableItemBackgroundBorderless
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        shadowElevation

        +
        public static int shadowElevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        shadowOrientation

        +
        public static int shadowOrientation
        +

        Must be one of the following constant values.

        + ++++ + + + + + + + + +
        ConstantValueDescription
        left0
        top1
        right2
        bottom3
        top_left4
        top_right5
        bottom_left6
        bottom_right7
        +
      • +
      + + + +
        +
      • +

        showAsAction

        +
        public static int showAsAction
        +

        Must be one or more (separated by '|') of the following constant values.

        + ++++ + + + + + +
        ConstantValueDescription
        never0
        ifRoom1
        always2
        withText4
        collapseActionView8
        +
      • +
      + + + +
        +
      • +

        showButtonBar

        +
        public static int showButtonBar
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        showDividers

        +
        public static int showDividers
        +

        Must be one or more (separated by '|') of the following constant values.

        + ++++ + + + + +
        ConstantValueDescription
        none0
        beginning1
        middle2
        end4
        +
      • +
      + + + +
        +
      • +

        showProgress

        +
        public static int showProgress
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        showRestoreDefaultsButton

        +
        public static int showRestoreDefaultsButton
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        showText

        +
        public static int showText
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        showTitle

        +
        public static int showTitle
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        singleChoiceItemLayout

        +
        public static int singleChoiceItemLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        spanCount

        +
        public static int spanCount
        +

        Must be an integer value, such as "100". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        spinBars

        +
        public static int spinBars
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        spinnerDropDownItemStyle

        +
        public static int spinnerDropDownItemStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        spinnerStyle

        +
        public static int spinnerStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        splitTrack

        +
        public static int splitTrack
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        srcCompat

        +
        public static int srcCompat
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        stackFromEnd

        +
        public static int stackFromEnd
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        state_above_anchor

        +
        public static int state_above_anchor
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        subMenuArrow

        +
        public static int subMenuArrow
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        submitBackground

        +
        public static int submitBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        subtitle

        +
        public static int subtitle
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        subtitleTextAppearance

        +
        public static int subtitleTextAppearance
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        subtitleTextColor

        +
        public static int subtitleTextColor
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        subtitleTextStyle

        +
        public static int subtitleTextStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        suggestionRowLayout

        +
        public static int suggestionRowLayout
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        switchMinWidth

        +
        public static int switchMinWidth
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        switchPadding

        +
        public static int switchPadding
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        switchStyle

        +
        public static int switchStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        switchTextAppearance

        +
        public static int switchTextAppearance
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textAllCaps

        +
        public static int textAllCaps
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a boolean value, either "true" or "false".

        +
      • +
      + + + +
        +
      • +

        textAppearanceLargePopupMenu

        +
        public static int textAppearanceLargePopupMenu
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textAppearanceListItem

        +
        public static int textAppearanceListItem
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textAppearanceListItemSecondary

        +
        public static int textAppearanceListItemSecondary
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textAppearanceListItemSmall

        +
        public static int textAppearanceListItemSmall
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textAppearancePopupMenuHeader

        +
        public static int textAppearancePopupMenuHeader
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textAppearanceSearchResultSubtitle

        +
        public static int textAppearanceSearchResultSubtitle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textAppearanceSearchResultTitle

        +
        public static int textAppearanceSearchResultTitle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textAppearanceSmallPopupMenu

        +
        public static int textAppearanceSmallPopupMenu
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        textColorAlertDialogListItem

        +
        public static int textColorAlertDialogListItem
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        textColorSearchUrl

        +
        public static int textColorSearchUrl
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        theme

        +
        public static int theme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        thickness

        +
        public static int thickness
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        thumbTextPadding

        +
        public static int thumbTextPadding
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        thumbTint

        +
        public static int thumbTint
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        thumbTintMode

        +
        public static int thumbTintMode
        +

        Must be one of the following constant values.

        + ++++ + + + + + + +
        ConstantValueDescription
        src_over3
        src_in5
        src_atop9
        multiply14
        screen15
        add16
        +
      • +
      + + + +
        +
      • +

        tickMark

        +
        public static int tickMark
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        tickMarkTint

        +
        public static int tickMarkTint
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        tickMarkTintMode

        +
        public static int tickMarkTintMode
        +

        Must be one of the following constant values.

        + ++++ + + + + + + +
        ConstantValueDescription
        src_over3
        src_in5
        src_atop9
        multiply14
        screen15
        add16
        +
      • +
      + + + +
        +
      • +

        tint

        +
        public static int tint
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        tintMode

        +
        public static int tintMode
        +

        Must be one of the following constant values.

        + ++++ + + + + + +
        ConstantValueDescription
        src_over3
        src_in5
        src_atop9
        multiply14
        screen15
        +
      • +
      + + + +
        +
      • +

        title

        +
        public static int title
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        titleMargin

        +
        public static int titleMargin
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        titleMarginBottom

        +
        public static int titleMarginBottom
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        titleMarginEnd

        +
        public static int titleMarginEnd
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        titleMarginStart

        +
        public static int titleMarginStart
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        titleMarginTop

        +
        public static int titleMarginTop
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        titleMargins

        +
        public static int titleMargins
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        titleTextAppearance

        +
        public static int titleTextAppearance
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        titleTextColor

        +
        public static int titleTextColor
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        titleTextStyle

        +
        public static int titleTextStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        toolbarElevation

        +
        public static int toolbarElevation
        +

        Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        toolbarNavigationButtonStyle

        +
        public static int toolbarNavigationButtonStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        toolbarPopupTheme

        +
        public static int toolbarPopupTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        toolbarStyle

        +
        public static int toolbarStyle
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        toolbarTheme

        +
        public static int toolbarTheme
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        tooltipForegroundColor

        +
        public static int tooltipForegroundColor
        +

        May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

        May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".

        +
      • +
      + + + +
        +
      • +

        tooltipFrameBackground

        +
        public static int tooltipFrameBackground
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        tooltipText

        +
        public static int tooltipText
        +

        Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        track

        +
        public static int track
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        trackTint

        +
        public static int trackTint
        +

        Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        trackTintMode

        +
        public static int trackTintMode
        +

        Must be one of the following constant values.

        + ++++ + + + + + + +
        ConstantValueDescription
        src_over3
        src_in5
        src_atop9
        multiply14
        screen15
        add16
        +
      • +
      + + + +
        +
      • +

        useSplitScreen

        +
        public static int useSplitScreen
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        voiceIcon

        +
        public static int voiceIcon
        +

        Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".

        +
      • +
      + + + +
        +
      • +

        windowActionBar

        +
        public static int windowActionBar
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowActionBarOverlay

        +
        public static int windowActionBarOverlay
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowActionModeOverlay

        +
        public static int windowActionModeOverlay
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowFixedHeightMajor

        +
        public static int windowFixedHeightMajor
        +

        May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowFixedHeightMinor

        +
        public static int windowFixedHeightMinor
        +

        May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowFixedWidthMajor

        +
        public static int windowFixedWidthMajor
        +

        May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowFixedWidthMinor

        +
        public static int windowFixedWidthMinor
        +

        May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowMinWidthMajor

        +
        public static int windowMinWidthMajor
        +

        May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowMinWidthMinor

        +
        public static int windowMinWidthMinor
        +

        May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

        May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      + + + +
        +
      • +

        windowNoTitle

        +
        public static int windowNoTitle
        +

        Must be a boolean value, either "true" or "false". +

        This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type.

        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        attr

        +
        public attr()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.bool.html b/doc/javadoc/de/mrapp/android/preference/activity/R.bool.html new file mode 100644 index 0000000..5bfa29f --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.bool.html @@ -0,0 +1,340 @@ + + + + + +R.bool + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.bool

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.bool
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        abc_action_bar_embed_tabs

        +
        public static int abc_action_bar_embed_tabs
        +
      • +
      + + + +
        +
      • +

        abc_allow_stacked_button_bar

        +
        public static int abc_allow_stacked_button_bar
        +
      • +
      + + + +
        +
      • +

        abc_config_actionMenuItemAllCaps

        +
        public static int abc_config_actionMenuItemAllCaps
        +
      • +
      + + + +
        +
      • +

        abc_config_closeDialogWhenTouchOutside

        +
        public static int abc_config_closeDialogWhenTouchOutside
        +
      • +
      + + + +
        +
      • +

        abc_config_showMenuShortcutsWhenKeyboardPresent

        +
        public static int abc_config_showMenuShortcutsWhenKeyboardPresent
        +
      • +
      + + + +
        +
      • +

        elevation_shadow_view_emulate_parallel_light_default_value

        +
        public static int elevation_shadow_view_emulate_parallel_light_default_value
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        bool

        +
        public bool()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.color.html b/doc/javadoc/de/mrapp/android/preference/activity/R.color.html new file mode 100644 index 0000000..f499888 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.color.html @@ -0,0 +1,1575 @@ + + + + + +R.color + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.color

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.color
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        abc_background_cache_hint_selector_material_dark

        +
        public static int abc_background_cache_hint_selector_material_dark
        +
      • +
      + + + +
        +
      • +

        abc_background_cache_hint_selector_material_light

        +
        public static int abc_background_cache_hint_selector_material_light
        +
      • +
      + + + +
        +
      • +

        abc_btn_colored_borderless_text_material

        +
        public static int abc_btn_colored_borderless_text_material
        +
      • +
      + + + +
        +
      • +

        abc_btn_colored_text_material

        +
        public static int abc_btn_colored_text_material
        +
      • +
      + + + +
        +
      • +

        abc_color_highlight_material

        +
        public static int abc_color_highlight_material
        +
      • +
      + + + +
        +
      • +

        abc_hint_foreground_material_dark

        +
        public static int abc_hint_foreground_material_dark
        +
      • +
      + + + +
        +
      • +

        abc_hint_foreground_material_light

        +
        public static int abc_hint_foreground_material_light
        +
      • +
      + + + +
        +
      • +

        abc_input_method_navigation_guard

        +
        public static int abc_input_method_navigation_guard
        +
      • +
      + + + +
        +
      • +

        abc_primary_text_disable_only_material_dark

        +
        public static int abc_primary_text_disable_only_material_dark
        +
      • +
      + + + +
        +
      • +

        abc_primary_text_disable_only_material_light

        +
        public static int abc_primary_text_disable_only_material_light
        +
      • +
      + + + +
        +
      • +

        abc_primary_text_material_dark

        +
        public static int abc_primary_text_material_dark
        +
      • +
      + + + +
        +
      • +

        abc_primary_text_material_light

        +
        public static int abc_primary_text_material_light
        +
      • +
      + + + +
        +
      • +

        abc_search_url_text

        +
        public static int abc_search_url_text
        +
      • +
      + + + +
        +
      • +

        abc_search_url_text_normal

        +
        public static int abc_search_url_text_normal
        +
      • +
      + + + +
        +
      • +

        abc_search_url_text_pressed

        +
        public static int abc_search_url_text_pressed
        +
      • +
      + + + +
        +
      • +

        abc_search_url_text_selected

        +
        public static int abc_search_url_text_selected
        +
      • +
      + + + +
        +
      • +

        abc_secondary_text_material_dark

        +
        public static int abc_secondary_text_material_dark
        +
      • +
      + + + +
        +
      • +

        abc_secondary_text_material_light

        +
        public static int abc_secondary_text_material_light
        +
      • +
      + + + +
        +
      • +

        abc_tint_btn_checkable

        +
        public static int abc_tint_btn_checkable
        +
      • +
      + + + +
        +
      • +

        abc_tint_default

        +
        public static int abc_tint_default
        +
      • +
      + + + +
        +
      • +

        abc_tint_edittext

        +
        public static int abc_tint_edittext
        +
      • +
      + + + +
        +
      • +

        abc_tint_seek_thumb

        +
        public static int abc_tint_seek_thumb
        +
      • +
      + + + +
        +
      • +

        abc_tint_spinner

        +
        public static int abc_tint_spinner
        +
      • +
      + + + +
        +
      • +

        abc_tint_switch_track

        +
        public static int abc_tint_switch_track
        +
      • +
      + + + +
        +
      • +

        accent_material_dark

        +
        public static int accent_material_dark
        +
      • +
      + + + +
        +
      • +

        accent_material_light

        +
        public static int accent_material_light
        +
      • +
      + + + +
        +
      • +

        background_floating_material_dark

        +
        public static int background_floating_material_dark
        +
      • +
      + + + +
        +
      • +

        background_floating_material_light

        +
        public static int background_floating_material_light
        +
      • +
      + + + +
        +
      • +

        background_material_dark

        +
        public static int background_material_dark
        +
      • +
      + + + +
        +
      • +

        background_material_light

        +
        public static int background_material_light
        +
      • +
      + + + +
        +
      • +

        bread_crumb_background_dark

        +
        public static int bread_crumb_background_dark
        +
      • +
      + + + +
        +
      • +

        bread_crumb_background_light

        +
        public static int bread_crumb_background_light
        +
      • +
      + + + +
        +
      • +

        bright_foreground_disabled_material_dark

        +
        public static int bright_foreground_disabled_material_dark
        +
      • +
      + + + +
        +
      • +

        bright_foreground_disabled_material_light

        +
        public static int bright_foreground_disabled_material_light
        +
      • +
      + + + +
        +
      • +

        bright_foreground_inverse_material_dark

        +
        public static int bright_foreground_inverse_material_dark
        +
      • +
      + + + +
        +
      • +

        bright_foreground_inverse_material_light

        +
        public static int bright_foreground_inverse_material_light
        +
      • +
      + + + +
        +
      • +

        bright_foreground_material_dark

        +
        public static int bright_foreground_material_dark
        +
      • +
      + + + +
        +
      • +

        bright_foreground_material_light

        +
        public static int bright_foreground_material_light
        +
      • +
      + + + +
        +
      • +

        button_bar_background_dark

        +
        public static int button_bar_background_dark
        +
      • +
      + + + +
        +
      • +

        button_bar_background_light

        +
        public static int button_bar_background_light
        +
      • +
      + + + +
        +
      • +

        button_material_dark

        +
        public static int button_material_dark
        +
      • +
      + + + +
        +
      • +

        button_material_light

        +
        public static int button_material_light
        +
      • +
      + + + +
        +
      • +

        card_view_background_dark

        +
        public static int card_view_background_dark
        +
      • +
      + + + +
        +
      • +

        card_view_background_light

        +
        public static int card_view_background_light
        +
      • +
      + + + +
        +
      • +

        cardview_dark_background

        +
        public static int cardview_dark_background
        +
      • +
      + + + +
        +
      • +

        cardview_light_background

        +
        public static int cardview_light_background
        +
      • +
      + + + +
        +
      • +

        cardview_shadow_end_color

        +
        public static int cardview_shadow_end_color
        +
      • +
      + + + +
        +
      • +

        cardview_shadow_start_color

        +
        public static int cardview_shadow_start_color
        +
      • +
      + + + +
        +
      • +

        dim_foreground_disabled_material_dark

        +
        public static int dim_foreground_disabled_material_dark
        +
      • +
      + + + +
        +
      • +

        dim_foreground_disabled_material_light

        +
        public static int dim_foreground_disabled_material_light
        +
      • +
      + + + +
        +
      • +

        dim_foreground_material_dark

        +
        public static int dim_foreground_material_dark
        +
      • +
      + + + +
        +
      • +

        dim_foreground_material_light

        +
        public static int dim_foreground_material_light
        +
      • +
      + + + +
        +
      • +

        error_color_material

        +
        public static int error_color_material
        +
      • +
      + + + +
        +
      • +

        foreground_material_dark

        +
        public static int foreground_material_dark
        +
      • +
      + + + +
        +
      • +

        foreground_material_light

        +
        public static int foreground_material_light
        +
      • +
      + + + +
        +
      • +

        highlighted_text_material_dark

        +
        public static int highlighted_text_material_dark
        +
      • +
      + + + +
        +
      • +

        highlighted_text_material_light

        +
        public static int highlighted_text_material_light
        +
      • +
      + + + +
        +
      • +

        material_blue_grey_800

        +
        public static int material_blue_grey_800
        +
      • +
      + + + +
        +
      • +

        material_blue_grey_900

        +
        public static int material_blue_grey_900
        +
      • +
      + + + +
        +
      • +

        material_blue_grey_950

        +
        public static int material_blue_grey_950
        +
      • +
      + + + +
        +
      • +

        material_deep_teal_200

        +
        public static int material_deep_teal_200
        +
      • +
      + + + +
        +
      • +

        material_deep_teal_500

        +
        public static int material_deep_teal_500
        +
      • +
      + + + +
        +
      • +

        material_grey_100

        +
        public static int material_grey_100
        +
      • +
      + + + +
        +
      • +

        material_grey_300

        +
        public static int material_grey_300
        +
      • +
      + + + +
        +
      • +

        material_grey_50

        +
        public static int material_grey_50
        +
      • +
      + + + +
        +
      • +

        material_grey_600

        +
        public static int material_grey_600
        +
      • +
      + + + +
        +
      • +

        material_grey_800

        +
        public static int material_grey_800
        +
      • +
      + + + +
        +
      • +

        material_grey_850

        +
        public static int material_grey_850
        +
      • +
      + + + +
        +
      • +

        material_grey_900

        +
        public static int material_grey_900
        +
      • +
      + + + +
        +
      • +

        navigation_background_dark

        +
        public static int navigation_background_dark
        +
      • +
      + + + +
        +
      • +

        navigation_background_light

        +
        public static int navigation_background_light
        +
      • +
      + + + +
        +
      • +

        notification_action_color_filter

        +
        public static int notification_action_color_filter
        +
      • +
      + + + +
        +
      • +

        notification_icon_bg_color

        +
        public static int notification_icon_bg_color
        +
      • +
      + + + +
        +
      • +

        notification_material_background_media_default_color

        +
        public static int notification_material_background_media_default_color
        +
      • +
      + + + +
        +
      • +

        preference_divider_color_dark

        +
        public static int preference_divider_color_dark
        +
      • +
      + + + +
        +
      • +

        preference_divider_color_light

        +
        public static int preference_divider_color_light
        +
      • +
      + + + +
        +
      • +

        preference_selection_color_dark

        +
        public static int preference_selection_color_dark
        +
      • +
      + + + +
        +
      • +

        preference_selection_color_light

        +
        public static int preference_selection_color_light
        +
      • +
      + + + +
        +
      • +

        primary_dark_material_dark

        +
        public static int primary_dark_material_dark
        +
      • +
      + + + +
        +
      • +

        primary_dark_material_light

        +
        public static int primary_dark_material_light
        +
      • +
      + + + +
        +
      • +

        primary_material_dark

        +
        public static int primary_material_dark
        +
      • +
      + + + +
        +
      • +

        primary_material_light

        +
        public static int primary_material_light
        +
      • +
      + + + +
        +
      • +

        primary_text_default_material_dark

        +
        public static int primary_text_default_material_dark
        +
      • +
      + + + +
        +
      • +

        primary_text_default_material_light

        +
        public static int primary_text_default_material_light
        +
      • +
      + + + +
        +
      • +

        primary_text_disabled_material_dark

        +
        public static int primary_text_disabled_material_dark
        +
      • +
      + + + +
        +
      • +

        primary_text_disabled_material_light

        +
        public static int primary_text_disabled_material_light
        +
      • +
      + + + +
        +
      • +

        ripple_material_dark

        +
        public static int ripple_material_dark
        +
      • +
      + + + +
        +
      • +

        ripple_material_light

        +
        public static int ripple_material_light
        +
      • +
      + + + +
        +
      • +

        scrim_insets_layout_insets_drawable_default_value

        +
        public static int scrim_insets_layout_insets_drawable_default_value
        +
      • +
      + + + +
        +
      • +

        secondary_text_default_material_dark

        +
        public static int secondary_text_default_material_dark
        +
      • +
      + + + +
        +
      • +

        secondary_text_default_material_light

        +
        public static int secondary_text_default_material_light
        +
      • +
      + + + +
        +
      • +

        secondary_text_disabled_material_dark

        +
        public static int secondary_text_disabled_material_dark
        +
      • +
      + + + +
        +
      • +

        secondary_text_disabled_material_light

        +
        public static int secondary_text_disabled_material_light
        +
      • +
      + + + +
        +
      • +

        switch_thumb_disabled_material_dark

        +
        public static int switch_thumb_disabled_material_dark
        +
      • +
      + + + +
        +
      • +

        switch_thumb_disabled_material_light

        +
        public static int switch_thumb_disabled_material_light
        +
      • +
      + + + +
        +
      • +

        switch_thumb_material_dark

        +
        public static int switch_thumb_material_dark
        +
      • +
      + + + +
        +
      • +

        switch_thumb_material_light

        +
        public static int switch_thumb_material_light
        +
      • +
      + + + +
        +
      • +

        switch_thumb_normal_material_dark

        +
        public static int switch_thumb_normal_material_dark
        +
      • +
      + + + +
        +
      • +

        switch_thumb_normal_material_light

        +
        public static int switch_thumb_normal_material_light
        +
      • +
      + + + +
        +
      • +

        tooltip_background_dark

        +
        public static int tooltip_background_dark
        +
      • +
      + + + +
        +
      • +

        tooltip_background_light

        +
        public static int tooltip_background_light
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        color

        +
        public color()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.dimen.html b/doc/javadoc/de/mrapp/android/preference/activity/R.dimen.html new file mode 100644 index 0000000..4d2c142 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.dimen.html @@ -0,0 +1,2251 @@ + + + + + +R.dimen + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.dimen

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.dimen
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        abc_action_bar_content_inset_material

        +
        public static int abc_action_bar_content_inset_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_content_inset_with_nav

        +
        public static int abc_action_bar_content_inset_with_nav
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_default_height_material

        +
        public static int abc_action_bar_default_height_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_default_padding_end_material

        +
        public static int abc_action_bar_default_padding_end_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_default_padding_start_material

        +
        public static int abc_action_bar_default_padding_start_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_elevation_material

        +
        public static int abc_action_bar_elevation_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_icon_vertical_padding_material

        +
        public static int abc_action_bar_icon_vertical_padding_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_overflow_padding_end_material

        +
        public static int abc_action_bar_overflow_padding_end_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_overflow_padding_start_material

        +
        public static int abc_action_bar_overflow_padding_start_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_progress_bar_size

        +
        public static int abc_action_bar_progress_bar_size
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_stacked_max_height

        +
        public static int abc_action_bar_stacked_max_height
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_stacked_tab_max_width

        +
        public static int abc_action_bar_stacked_tab_max_width
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_subtitle_bottom_margin_material

        +
        public static int abc_action_bar_subtitle_bottom_margin_material
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_subtitle_top_margin_material

        +
        public static int abc_action_bar_subtitle_top_margin_material
        +
      • +
      + + + +
        +
      • +

        abc_action_button_min_height_material

        +
        public static int abc_action_button_min_height_material
        +
      • +
      + + + +
        +
      • +

        abc_action_button_min_width_material

        +
        public static int abc_action_button_min_width_material
        +
      • +
      + + + +
        +
      • +

        abc_action_button_min_width_overflow_material

        +
        public static int abc_action_button_min_width_overflow_material
        +
      • +
      + + + +
        +
      • +

        abc_alert_dialog_button_bar_height

        +
        public static int abc_alert_dialog_button_bar_height
        +
      • +
      + + + +
        +
      • +

        abc_button_inset_horizontal_material

        +
        public static int abc_button_inset_horizontal_material
        +
      • +
      + + + +
        +
      • +

        abc_button_inset_vertical_material

        +
        public static int abc_button_inset_vertical_material
        +
      • +
      + + + +
        +
      • +

        abc_button_padding_horizontal_material

        +
        public static int abc_button_padding_horizontal_material
        +
      • +
      + + + +
        +
      • +

        abc_button_padding_vertical_material

        +
        public static int abc_button_padding_vertical_material
        +
      • +
      + + + +
        +
      • +

        abc_cascading_menus_min_smallest_width

        +
        public static int abc_cascading_menus_min_smallest_width
        +
      • +
      + + + +
        +
      • +

        abc_config_prefDialogWidth

        +
        public static int abc_config_prefDialogWidth
        +
      • +
      + + + +
        +
      • +

        abc_control_corner_material

        +
        public static int abc_control_corner_material
        +
      • +
      + + + +
        +
      • +

        abc_control_inset_material

        +
        public static int abc_control_inset_material
        +
      • +
      + + + +
        +
      • +

        abc_control_padding_material

        +
        public static int abc_control_padding_material
        +
      • +
      + + + +
        +
      • +

        abc_dialog_fixed_height_major

        +
        public static int abc_dialog_fixed_height_major
        +
      • +
      + + + +
        +
      • +

        abc_dialog_fixed_height_minor

        +
        public static int abc_dialog_fixed_height_minor
        +
      • +
      + + + +
        +
      • +

        abc_dialog_fixed_width_major

        +
        public static int abc_dialog_fixed_width_major
        +
      • +
      + + + +
        +
      • +

        abc_dialog_fixed_width_minor

        +
        public static int abc_dialog_fixed_width_minor
        +
      • +
      + + + +
        +
      • +

        abc_dialog_list_padding_bottom_no_buttons

        +
        public static int abc_dialog_list_padding_bottom_no_buttons
        +
      • +
      + + + +
        +
      • +

        abc_dialog_list_padding_top_no_title

        +
        public static int abc_dialog_list_padding_top_no_title
        +
      • +
      + + + +
        +
      • +

        abc_dialog_min_width_major

        +
        public static int abc_dialog_min_width_major
        +
      • +
      + + + +
        +
      • +

        abc_dialog_min_width_minor

        +
        public static int abc_dialog_min_width_minor
        +
      • +
      + + + +
        +
      • +

        abc_dialog_padding_material

        +
        public static int abc_dialog_padding_material
        +
      • +
      + + + +
        +
      • +

        abc_dialog_padding_top_material

        +
        public static int abc_dialog_padding_top_material
        +
      • +
      + + + +
        +
      • +

        abc_dialog_title_divider_material

        +
        public static int abc_dialog_title_divider_material
        +
      • +
      + + + +
        +
      • +

        abc_disabled_alpha_material_dark

        +
        public static int abc_disabled_alpha_material_dark
        +
      • +
      + + + +
        +
      • +

        abc_disabled_alpha_material_light

        +
        public static int abc_disabled_alpha_material_light
        +
      • +
      + + + +
        +
      • +

        abc_dropdownitem_icon_width

        +
        public static int abc_dropdownitem_icon_width
        +
      • +
      + + + +
        +
      • +

        abc_dropdownitem_text_padding_left

        +
        public static int abc_dropdownitem_text_padding_left
        +
      • +
      + + + +
        +
      • +

        abc_dropdownitem_text_padding_right

        +
        public static int abc_dropdownitem_text_padding_right
        +
      • +
      + + + +
        +
      • +

        abc_edit_text_inset_bottom_material

        +
        public static int abc_edit_text_inset_bottom_material
        +
      • +
      + + + +
        +
      • +

        abc_edit_text_inset_horizontal_material

        +
        public static int abc_edit_text_inset_horizontal_material
        +
      • +
      + + + +
        +
      • +

        abc_edit_text_inset_top_material

        +
        public static int abc_edit_text_inset_top_material
        +
      • +
      + + + +
        +
      • +

        abc_floating_window_z

        +
        public static int abc_floating_window_z
        +
      • +
      + + + +
        +
      • +

        abc_list_item_padding_horizontal_material

        +
        public static int abc_list_item_padding_horizontal_material
        +
      • +
      + + + +
        +
      • +

        abc_panel_menu_list_width

        +
        public static int abc_panel_menu_list_width
        +
      • +
      + + + +
        +
      • +

        abc_progress_bar_height_material

        +
        public static int abc_progress_bar_height_material
        +
      • +
      + + + +
        +
      • +

        abc_search_view_preferred_height

        +
        public static int abc_search_view_preferred_height
        +
      • +
      + + + +
        +
      • +

        abc_search_view_preferred_width

        +
        public static int abc_search_view_preferred_width
        +
      • +
      + + + +
        +
      • +

        abc_seekbar_track_background_height_material

        +
        public static int abc_seekbar_track_background_height_material
        +
      • +
      + + + +
        +
      • +

        abc_seekbar_track_progress_height_material

        +
        public static int abc_seekbar_track_progress_height_material
        +
      • +
      + + + +
        +
      • +

        abc_select_dialog_padding_start_material

        +
        public static int abc_select_dialog_padding_start_material
        +
      • +
      + + + +
        +
      • +

        abc_switch_padding

        +
        public static int abc_switch_padding
        +
      • +
      + + + +
        +
      • +

        abc_text_size_body_1_material

        +
        public static int abc_text_size_body_1_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_body_2_material

        +
        public static int abc_text_size_body_2_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_button_material

        +
        public static int abc_text_size_button_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_caption_material

        +
        public static int abc_text_size_caption_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_display_1_material

        +
        public static int abc_text_size_display_1_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_display_2_material

        +
        public static int abc_text_size_display_2_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_display_3_material

        +
        public static int abc_text_size_display_3_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_display_4_material

        +
        public static int abc_text_size_display_4_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_headline_material

        +
        public static int abc_text_size_headline_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_large_material

        +
        public static int abc_text_size_large_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_medium_material

        +
        public static int abc_text_size_medium_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_menu_header_material

        +
        public static int abc_text_size_menu_header_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_menu_material

        +
        public static int abc_text_size_menu_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_small_material

        +
        public static int abc_text_size_small_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_subhead_material

        +
        public static int abc_text_size_subhead_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_subtitle_material_toolbar

        +
        public static int abc_text_size_subtitle_material_toolbar
        +
      • +
      + + + +
        +
      • +

        abc_text_size_title_material

        +
        public static int abc_text_size_title_material
        +
      • +
      + + + +
        +
      • +

        abc_text_size_title_material_toolbar

        +
        public static int abc_text_size_title_material_toolbar
        +
      • +
      + + + +
        +
      • +

        bread_crumb_toolbar_elevation

        +
        public static int bread_crumb_toolbar_elevation
        +
      • +
      + + + +
        +
      • +

        bread_crumb_toolbar_horizontal_padding

        +
        public static int bread_crumb_toolbar_horizontal_padding
        +
      • +
      + + + +
        +
      • +

        button_bar_elevation

        +
        public static int button_bar_elevation
        +
      • +
      + + + +
        +
      • +

        button_bar_horizontal_padding

        +
        public static int button_bar_horizontal_padding
        +
      • +
      + + + +
        +
      • +

        button_bar_vertical_padding

        +
        public static int button_bar_vertical_padding
        +
      • +
      + + + +
        +
      • +

        button_horizontal_padding

        +
        public static int button_horizontal_padding
        +
      • +
      + + + +
        +
      • +

        button_min_height

        +
        public static int button_min_height
        +
      • +
      + + + +
        +
      • +

        button_min_width

        +
        public static int button_min_width
        +
      • +
      + + + +
        +
      • +

        button_text_size

        +
        public static int button_text_size
        +
      • +
      + + + +
        +
      • +

        card_view_container_vertical_offset

        +
        public static int card_view_container_vertical_offset
        +
      • +
      + + + +
        +
      • +

        card_view_corner_radius

        +
        public static int card_view_corner_radius
        +
      • +
      + + + +
        +
      • +

        card_view_elevation

        +
        public static int card_view_elevation
        +
      • +
      + + + +
        +
      • +

        card_view_horizontal_margin

        +
        public static int card_view_horizontal_margin
        +
      • +
      + + + +
        +
      • +

        card_view_horizontal_padding

        +
        public static int card_view_horizontal_padding
        +
      • +
      + + + +
        +
      • +

        card_view_intrinsic_margin

        +
        public static int card_view_intrinsic_margin
        +
      • +
      + + + +
        +
      • +

        card_view_margin_right

        +
        public static int card_view_margin_right
        +
      • +
      + + + +
        +
      • +

        card_view_margin_top

        +
        public static int card_view_margin_top
        +
      • +
      + + + +
        +
      • +

        card_view_vertical_offset

        +
        public static int card_view_vertical_offset
        +
      • +
      + + + +
        +
      • +

        cardview_compat_inset_shadow

        +
        public static int cardview_compat_inset_shadow
        +
      • +
      + + + +
        +
      • +

        cardview_default_elevation

        +
        public static int cardview_default_elevation
        +
      • +
      + + + +
        +
      • +

        cardview_default_radius

        +
        public static int cardview_default_radius
        +
      • +
      + + + +
        +
      • +

        compat_button_inset_horizontal_material

        +
        public static int compat_button_inset_horizontal_material
        +
      • +
      + + + +
        +
      • +

        compat_button_inset_vertical_material

        +
        public static int compat_button_inset_vertical_material
        +
      • +
      + + + +
        +
      • +

        compat_button_padding_horizontal_material

        +
        public static int compat_button_padding_horizontal_material
        +
      • +
      + + + +
        +
      • +

        compat_button_padding_vertical_material

        +
        public static int compat_button_padding_vertical_material
        +
      • +
      + + + +
        +
      • +

        compat_control_corner_material

        +
        public static int compat_control_corner_material
        +
      • +
      + + + +
        +
      • +

        disabled_alpha_material_dark

        +
        public static int disabled_alpha_material_dark
        +
      • +
      + + + +
        +
      • +

        disabled_alpha_material_light

        +
        public static int disabled_alpha_material_light
        +
      • +
      + + + +
        +
      • +

        elevation_shadow_view_shadow_elevation_default_value

        +
        public static int elevation_shadow_view_shadow_elevation_default_value
        +
      • +
      + + + +
        +
      • +

        fastscroll_default_thickness

        +
        public static int fastscroll_default_thickness
        +
      • +
      + + + +
        +
      • +

        fastscroll_margin

        +
        public static int fastscroll_margin
        +
      • +
      + + + +
        +
      • +

        fastscroll_minimum_range

        +
        public static int fastscroll_minimum_range
        +
      • +
      + + + +
        +
      • +

        highlight_alpha_material_colored

        +
        public static int highlight_alpha_material_colored
        +
      • +
      + + + +
        +
      • +

        highlight_alpha_material_dark

        +
        public static int highlight_alpha_material_dark
        +
      • +
      + + + +
        +
      • +

        highlight_alpha_material_light

        +
        public static int highlight_alpha_material_light
        +
      • +
      + + + +
        +
      • +

        hint_alpha_material_dark

        +
        public static int hint_alpha_material_dark
        +
      • +
      + + + +
        +
      • +

        hint_alpha_material_light

        +
        public static int hint_alpha_material_light
        +
      • +
      + + + +
        +
      • +

        hint_pressed_alpha_material_dark

        +
        public static int hint_pressed_alpha_material_dark
        +
      • +
      + + + +
        +
      • +

        hint_pressed_alpha_material_light

        +
        public static int hint_pressed_alpha_material_light
        +
      • +
      + + + +
        +
      • +

        item_touch_helper_max_drag_scroll_per_frame

        +
        public static int item_touch_helper_max_drag_scroll_per_frame
        +
      • +
      + + + +
        +
      • +

        item_touch_helper_swipe_escape_max_velocity

        +
        public static int item_touch_helper_swipe_escape_max_velocity
        +
      • +
      + + + +
        +
      • +

        item_touch_helper_swipe_escape_velocity

        +
        public static int item_touch_helper_swipe_escape_velocity
        +
      • +
      + + + +
        +
      • +

        list_view_padding_top

        +
        public static int list_view_padding_top
        +
      • +
      + + + +
        +
      • +

        navigation_toolbar_padding_left

        +
        public static int navigation_toolbar_padding_left
        +
      • +
      + + + +
        +
      • +

        navigation_width

        +
        public static int navigation_width
        +
      • +
      + + + +
        +
      • +

        notification_action_icon_size

        +
        public static int notification_action_icon_size
        +
      • +
      + + + +
        +
      • +

        notification_action_text_size

        +
        public static int notification_action_text_size
        +
      • +
      + + + +
        +
      • +

        notification_big_circle_margin

        +
        public static int notification_big_circle_margin
        +
      • +
      + + + +
        +
      • +

        notification_content_margin_start

        +
        public static int notification_content_margin_start
        +
      • +
      + + + +
        +
      • +

        notification_large_icon_height

        +
        public static int notification_large_icon_height
        +
      • +
      + + + +
        +
      • +

        notification_large_icon_width

        +
        public static int notification_large_icon_width
        +
      • +
      + + + +
        +
      • +

        notification_main_column_padding_top

        +
        public static int notification_main_column_padding_top
        +
      • +
      + + + +
        +
      • +

        notification_media_narrow_margin

        +
        public static int notification_media_narrow_margin
        +
      • +
      + + + +
        +
      • +

        notification_right_icon_size

        +
        public static int notification_right_icon_size
        +
      • +
      + + + +
        +
      • +

        notification_right_side_padding_top

        +
        public static int notification_right_side_padding_top
        +
      • +
      + + + +
        +
      • +

        notification_small_icon_background_padding

        +
        public static int notification_small_icon_background_padding
        +
      • +
      + + + +
        +
      • +

        notification_small_icon_size_as_large

        +
        public static int notification_small_icon_size_as_large
        +
      • +
      + + + +
        +
      • +

        notification_subtext_size

        +
        public static int notification_subtext_size
        +
      • +
      + + + +
        +
      • +

        notification_top_pad

        +
        public static int notification_top_pad
        +
      • +
      + + + +
        +
      • +

        notification_top_pad_large_text

        +
        public static int notification_top_pad_large_text
        +
      • +
      + + + +
        +
      • +

        preference_activity_horizontal_margin

        +
        public static int preference_activity_horizontal_margin
        +
      • +
      + + + +
        +
      • +

        preference_category_bottom_margin

        +
        public static int preference_category_bottom_margin
        +
      • +
      + + + +
        +
      • +

        preference_category_top_margin

        +
        public static int preference_category_top_margin
        +
      • +
      + + + +
        +
      • +

        preference_child_indent

        +
        public static int preference_child_indent
        +
      • +
      + + + +
        +
      • +

        preference_horizontal_padding

        +
        public static int preference_horizontal_padding
        +
      • +
      + + + +
        +
      • +

        preference_icon_size

        +
        public static int preference_icon_size
        +
      • +
      + + + +
        +
      • +

        preference_min_height

        +
        public static int preference_min_height
        +
      • +
      + + + +
        +
      • +

        preference_vertical_padding

        +
        public static int preference_vertical_padding
        +
      • +
      + + + +
        +
      • +

        toolbar_elevation

        +
        public static int toolbar_elevation
        +
      • +
      + + + +
        +
      • +

        toolbar_height

        +
        public static int toolbar_height
        +
      • +
      + + + +
        +
      • +

        toolbar_large_height

        +
        public static int toolbar_large_height
        +
      • +
      + + + +
        +
      • +

        tooltip_corner_radius

        +
        public static int tooltip_corner_radius
        +
      • +
      + + + +
        +
      • +

        tooltip_horizontal_padding

        +
        public static int tooltip_horizontal_padding
        +
      • +
      + + + +
        +
      • +

        tooltip_margin

        +
        public static int tooltip_margin
        +
      • +
      + + + +
        +
      • +

        tooltip_precise_anchor_extra_offset

        +
        public static int tooltip_precise_anchor_extra_offset
        +
      • +
      + + + +
        +
      • +

        tooltip_precise_anchor_threshold

        +
        public static int tooltip_precise_anchor_threshold
        +
      • +
      + + + +
        +
      • +

        tooltip_vertical_padding

        +
        public static int tooltip_vertical_padding
        +
      • +
      + + + +
        +
      • +

        tooltip_y_offset_non_touch

        +
        public static int tooltip_y_offset_non_touch
        +
      • +
      + + + +
        +
      • +

        tooltip_y_offset_touch

        +
        public static int tooltip_y_offset_touch
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        dimen

        +
        public dimen()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.drawable.html b/doc/javadoc/de/mrapp/android/preference/activity/R.drawable.html new file mode 100644 index 0000000..71106ce --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.drawable.html @@ -0,0 +1,1536 @@ + + + + + +R.drawable + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.drawable

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.drawable
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        abc_ab_share_pack_mtrl_alpha

        +
        public static int abc_ab_share_pack_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_item_background_material

        +
        public static int abc_action_bar_item_background_material
        +
      • +
      + + + +
        +
      • +

        abc_btn_borderless_material

        +
        public static int abc_btn_borderless_material
        +
      • +
      + + + +
        +
      • +

        abc_btn_check_material

        +
        public static int abc_btn_check_material
        +
      • +
      + + + +
        +
      • +

        abc_btn_check_to_on_mtrl_000

        +
        public static int abc_btn_check_to_on_mtrl_000
        +
      • +
      + + + +
        +
      • +

        abc_btn_check_to_on_mtrl_015

        +
        public static int abc_btn_check_to_on_mtrl_015
        +
      • +
      + + + +
        +
      • +

        abc_btn_colored_material

        +
        public static int abc_btn_colored_material
        +
      • +
      + + + +
        +
      • +

        abc_btn_default_mtrl_shape

        +
        public static int abc_btn_default_mtrl_shape
        +
      • +
      + + + +
        +
      • +

        abc_btn_radio_material

        +
        public static int abc_btn_radio_material
        +
      • +
      + + + +
        +
      • +

        abc_btn_radio_to_on_mtrl_000

        +
        public static int abc_btn_radio_to_on_mtrl_000
        +
      • +
      + + + +
        +
      • +

        abc_btn_radio_to_on_mtrl_015

        +
        public static int abc_btn_radio_to_on_mtrl_015
        +
      • +
      + + + +
        +
      • +

        abc_btn_switch_to_on_mtrl_00001

        +
        public static int abc_btn_switch_to_on_mtrl_00001
        +
      • +
      + + + +
        +
      • +

        abc_btn_switch_to_on_mtrl_00012

        +
        public static int abc_btn_switch_to_on_mtrl_00012
        +
      • +
      + + + +
        +
      • +

        abc_cab_background_internal_bg

        +
        public static int abc_cab_background_internal_bg
        +
      • +
      + + + +
        +
      • +

        abc_cab_background_top_material

        +
        public static int abc_cab_background_top_material
        +
      • +
      + + + +
        +
      • +

        abc_cab_background_top_mtrl_alpha

        +
        public static int abc_cab_background_top_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_control_background_material

        +
        public static int abc_control_background_material
        +
      • +
      + + + +
        +
      • +

        abc_dialog_material_background

        +
        public static int abc_dialog_material_background
        +
      • +
      + + + +
        +
      • +

        abc_edit_text_material

        +
        public static int abc_edit_text_material
        +
      • +
      + + + +
        +
      • +

        abc_ic_ab_back_material

        +
        public static int abc_ic_ab_back_material
        +
      • +
      + + + +
        +
      • +

        abc_ic_arrow_drop_right_black_24dp

        +
        public static int abc_ic_arrow_drop_right_black_24dp
        +
      • +
      + + + +
        +
      • +

        abc_ic_clear_material

        +
        public static int abc_ic_clear_material
        +
      • +
      + + + +
        +
      • +

        abc_ic_commit_search_api_mtrl_alpha

        +
        public static int abc_ic_commit_search_api_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_ic_go_search_api_material

        +
        public static int abc_ic_go_search_api_material
        +
      • +
      + + + +
        +
      • +

        abc_ic_menu_copy_mtrl_am_alpha

        +
        public static int abc_ic_menu_copy_mtrl_am_alpha
        +
      • +
      + + + +
        +
      • +

        abc_ic_menu_cut_mtrl_alpha

        +
        public static int abc_ic_menu_cut_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_ic_menu_overflow_material

        +
        public static int abc_ic_menu_overflow_material
        +
      • +
      + + + +
        +
      • +

        abc_ic_menu_paste_mtrl_am_alpha

        +
        public static int abc_ic_menu_paste_mtrl_am_alpha
        +
      • +
      + + + +
        +
      • +

        abc_ic_menu_selectall_mtrl_alpha

        +
        public static int abc_ic_menu_selectall_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_ic_menu_share_mtrl_alpha

        +
        public static int abc_ic_menu_share_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_ic_search_api_material

        +
        public static int abc_ic_search_api_material
        +
      • +
      + + + +
        +
      • +

        abc_ic_star_black_16dp

        +
        public static int abc_ic_star_black_16dp
        +
      • +
      + + + +
        +
      • +

        abc_ic_star_black_36dp

        +
        public static int abc_ic_star_black_36dp
        +
      • +
      + + + +
        +
      • +

        abc_ic_star_black_48dp

        +
        public static int abc_ic_star_black_48dp
        +
      • +
      + + + +
        +
      • +

        abc_ic_star_half_black_16dp

        +
        public static int abc_ic_star_half_black_16dp
        +
      • +
      + + + +
        +
      • +

        abc_ic_star_half_black_36dp

        +
        public static int abc_ic_star_half_black_36dp
        +
      • +
      + + + +
        +
      • +

        abc_ic_star_half_black_48dp

        +
        public static int abc_ic_star_half_black_48dp
        +
      • +
      + + + +
        +
      • +

        abc_ic_voice_search_api_material

        +
        public static int abc_ic_voice_search_api_material
        +
      • +
      + + + +
        +
      • +

        abc_item_background_holo_dark

        +
        public static int abc_item_background_holo_dark
        +
      • +
      + + + +
        +
      • +

        abc_item_background_holo_light

        +
        public static int abc_item_background_holo_light
        +
      • +
      + + + +
        +
      • +

        abc_list_divider_mtrl_alpha

        +
        public static int abc_list_divider_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_list_focused_holo

        +
        public static int abc_list_focused_holo
        +
      • +
      + + + +
        +
      • +

        abc_list_longpressed_holo

        +
        public static int abc_list_longpressed_holo
        +
      • +
      + + + +
        +
      • +

        abc_list_pressed_holo_dark

        +
        public static int abc_list_pressed_holo_dark
        +
      • +
      + + + +
        +
      • +

        abc_list_pressed_holo_light

        +
        public static int abc_list_pressed_holo_light
        +
      • +
      + + + +
        +
      • +

        abc_list_selector_background_transition_holo_dark

        +
        public static int abc_list_selector_background_transition_holo_dark
        +
      • +
      + + + +
        +
      • +

        abc_list_selector_background_transition_holo_light

        +
        public static int abc_list_selector_background_transition_holo_light
        +
      • +
      + + + +
        +
      • +

        abc_list_selector_disabled_holo_dark

        +
        public static int abc_list_selector_disabled_holo_dark
        +
      • +
      + + + +
        +
      • +

        abc_list_selector_disabled_holo_light

        +
        public static int abc_list_selector_disabled_holo_light
        +
      • +
      + + + +
        +
      • +

        abc_list_selector_holo_dark

        +
        public static int abc_list_selector_holo_dark
        +
      • +
      + + + +
        +
      • +

        abc_list_selector_holo_light

        +
        public static int abc_list_selector_holo_light
        +
      • +
      + + + +
        +
      • +

        abc_menu_hardkey_panel_mtrl_mult

        +
        public static int abc_menu_hardkey_panel_mtrl_mult
        +
      • +
      + + + +
        +
      • +

        abc_popup_background_mtrl_mult

        +
        public static int abc_popup_background_mtrl_mult
        +
      • +
      + + + +
        +
      • +

        abc_ratingbar_indicator_material

        +
        public static int abc_ratingbar_indicator_material
        +
      • +
      + + + +
        +
      • +

        abc_ratingbar_material

        +
        public static int abc_ratingbar_material
        +
      • +
      + + + +
        +
      • +

        abc_ratingbar_small_material

        +
        public static int abc_ratingbar_small_material
        +
      • +
      + + + +
        +
      • +

        abc_scrubber_control_off_mtrl_alpha

        +
        public static int abc_scrubber_control_off_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_scrubber_control_to_pressed_mtrl_000

        +
        public static int abc_scrubber_control_to_pressed_mtrl_000
        +
      • +
      + + + +
        +
      • +

        abc_scrubber_control_to_pressed_mtrl_005

        +
        public static int abc_scrubber_control_to_pressed_mtrl_005
        +
      • +
      + + + +
        +
      • +

        abc_scrubber_primary_mtrl_alpha

        +
        public static int abc_scrubber_primary_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_scrubber_track_mtrl_alpha

        +
        public static int abc_scrubber_track_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_seekbar_thumb_material

        +
        public static int abc_seekbar_thumb_material
        +
      • +
      + + + +
        +
      • +

        abc_seekbar_tick_mark_material

        +
        public static int abc_seekbar_tick_mark_material
        +
      • +
      + + + +
        +
      • +

        abc_seekbar_track_material

        +
        public static int abc_seekbar_track_material
        +
      • +
      + + + +
        +
      • +

        abc_spinner_mtrl_am_alpha

        +
        public static int abc_spinner_mtrl_am_alpha
        +
      • +
      + + + +
        +
      • +

        abc_spinner_textfield_background_material

        +
        public static int abc_spinner_textfield_background_material
        +
      • +
      + + + +
        +
      • +

        abc_switch_thumb_material

        +
        public static int abc_switch_thumb_material
        +
      • +
      + + + +
        +
      • +

        abc_switch_track_mtrl_alpha

        +
        public static int abc_switch_track_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_tab_indicator_material

        +
        public static int abc_tab_indicator_material
        +
      • +
      + + + +
        +
      • +

        abc_tab_indicator_mtrl_alpha

        +
        public static int abc_tab_indicator_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_text_cursor_material

        +
        public static int abc_text_cursor_material
        +
      • +
      + + + +
        +
      • +

        abc_text_select_handle_left_mtrl_dark

        +
        public static int abc_text_select_handle_left_mtrl_dark
        +
      • +
      + + + +
        +
      • +

        abc_text_select_handle_left_mtrl_light

        +
        public static int abc_text_select_handle_left_mtrl_light
        +
      • +
      + + + +
        +
      • +

        abc_text_select_handle_middle_mtrl_dark

        +
        public static int abc_text_select_handle_middle_mtrl_dark
        +
      • +
      + + + +
        +
      • +

        abc_text_select_handle_middle_mtrl_light

        +
        public static int abc_text_select_handle_middle_mtrl_light
        +
      • +
      + + + +
        +
      • +

        abc_text_select_handle_right_mtrl_dark

        +
        public static int abc_text_select_handle_right_mtrl_dark
        +
      • +
      + + + +
        +
      • +

        abc_text_select_handle_right_mtrl_light

        +
        public static int abc_text_select_handle_right_mtrl_light
        +
      • +
      + + + +
        +
      • +

        abc_textfield_activated_mtrl_alpha

        +
        public static int abc_textfield_activated_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_textfield_default_mtrl_alpha

        +
        public static int abc_textfield_default_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_textfield_search_activated_mtrl_alpha

        +
        public static int abc_textfield_search_activated_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_textfield_search_default_mtrl_alpha

        +
        public static int abc_textfield_search_default_mtrl_alpha
        +
      • +
      + + + +
        +
      • +

        abc_textfield_search_material

        +
        public static int abc_textfield_search_material
        +
      • +
      + + + +
        +
      • +

        abc_vector_test

        +
        public static int abc_vector_test
        +
      • +
      + + + +
        +
      • +

        breadcrumb_background

        +
        public static int breadcrumb_background
        +
      • +
      + + + +
        +
      • +

        notification_action_background

        +
        public static int notification_action_background
        +
      • +
      + + + +
        +
      • +

        notification_bg

        +
        public static int notification_bg
        +
      • +
      + + + +
        +
      • +

        notification_bg_low

        +
        public static int notification_bg_low
        +
      • +
      + + + +
        +
      • +

        notification_bg_low_normal

        +
        public static int notification_bg_low_normal
        +
      • +
      + + + +
        +
      • +

        notification_bg_low_pressed

        +
        public static int notification_bg_low_pressed
        +
      • +
      + + + +
        +
      • +

        notification_bg_normal

        +
        public static int notification_bg_normal
        +
      • +
      + + + +
        +
      • +

        notification_bg_normal_pressed

        +
        public static int notification_bg_normal_pressed
        +
      • +
      + + + +
        +
      • +

        notification_icon_background

        +
        public static int notification_icon_background
        +
      • +
      + + + +
        +
      • +

        notification_template_icon_bg

        +
        public static int notification_template_icon_bg
        +
      • +
      + + + +
        +
      • +

        notification_template_icon_low_bg

        +
        public static int notification_template_icon_low_bg
        +
      • +
      + + + +
        +
      • +

        notification_tile_bg

        +
        public static int notification_tile_bg
        +
      • +
      + + + +
        +
      • +

        notify_panel_notification_icon_bg

        +
        public static int notify_panel_notification_icon_bg
        +
      • +
      + + + +
        +
      • +

        tooltip_frame_dark

        +
        public static int tooltip_frame_dark
        +
      • +
      + + + +
        +
      • +

        tooltip_frame_light

        +
        public static int tooltip_frame_light
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        drawable

        +
        public drawable()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.html b/doc/javadoc/de/mrapp/android/preference/activity/R.html new file mode 100644 index 0000000..103f460 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.html @@ -0,0 +1,302 @@ + + + + + +R + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R

+
+
+ +
+
    +
  • +
    +
    +
    public final class R
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass 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 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      R() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        R

        +
        public R()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.id.html b/doc/javadoc/de/mrapp/android/preference/activity/R.id.html new file mode 100644 index 0000000..f2df172 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.id.html @@ -0,0 +1,2225 @@ + + + + + +R.id + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.id

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.id
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        ALT

        +
        public static int ALT
        +
      • +
      + + + +
        +
      • +

        CTRL

        +
        public static int CTRL
        +
      • +
      + + + +
        +
      • +

        FUNCTION

        +
        public static int FUNCTION
        +
      • +
      + + + +
        +
      • +

        META

        +
        public static int META
        +
      • +
      + + + +
        +
      • +

        SHIFT

        +
        public static int SHIFT
        +
      • +
      + + + +
        +
      • +

        SYM

        +
        public static int SYM
        +
      • +
      + + + +
        +
      • +

        action0

        +
        public static int action0
        +
      • +
      + + + +
        +
      • +

        action_bar

        +
        public static int action_bar
        +
      • +
      + + + +
        +
      • +

        action_bar_activity_content

        +
        public static int action_bar_activity_content
        +
      • +
      + + + +
        +
      • +

        action_bar_container

        +
        public static int action_bar_container
        +
      • +
      + + + +
        +
      • +

        action_bar_root

        +
        public static int action_bar_root
        +
      • +
      + + + +
        +
      • +

        action_bar_spinner

        +
        public static int action_bar_spinner
        +
      • +
      + + + +
        +
      • +

        action_bar_subtitle

        +
        public static int action_bar_subtitle
        +
      • +
      + + + +
        +
      • +

        action_bar_title

        +
        public static int action_bar_title
        +
      • +
      + + + +
        +
      • +

        action_container

        +
        public static int action_container
        +
      • +
      + + + +
        +
      • +

        action_context_bar

        +
        public static int action_context_bar
        +
      • +
      + + + +
        +
      • +

        action_divider

        +
        public static int action_divider
        +
      • +
      + + + +
        +
      • +

        action_image

        +
        public static int action_image
        +
      • +
      + + + +
        +
      • +

        action_menu_divider

        +
        public static int action_menu_divider
        +
      • +
      + + + +
        +
      • +

        action_menu_presenter

        +
        public static int action_menu_presenter
        +
      • +
      + + + +
        +
      • +

        action_mode_bar

        +
        public static int action_mode_bar
        +
      • +
      + + + +
        +
      • +

        action_mode_bar_stub

        +
        public static int action_mode_bar_stub
        +
      • +
      + + + +
        +
      • +

        action_mode_close_button

        +
        public static int action_mode_close_button
        +
      • +
      + + + +
        +
      • +

        action_text

        +
        public static int action_text
        +
      • +
      + + + +
        +
      • +

        actions

        +
        public static int actions
        +
      • +
      + + + +
        +
      • +

        activity_chooser_view_content

        +
        public static int activity_chooser_view_content
        +
      • +
      + + + +
        +
      • +

        add

        +
        public static int add
        +
      • +
      + + + +
        +
      • +

        alertTitle

        +
        public static int alertTitle
        +
      • +
      + + + +
        +
      • +

        always

        +
        public static int always
        +
      • +
      + + + +
        +
      • +

        async

        +
        public static int async
        +
      • +
      + + + +
        +
      • +

        back_button

        +
        public static int back_button
        +
      • +
      + + + +
        +
      • +

        beginning

        +
        public static int beginning
        +
      • +
      + + + +
        +
      • +

        blocking

        +
        public static int blocking
        +
      • +
      + + + +
        +
      • +

        bottom

        +
        public static int bottom
        +
      • +
      + + + +
        +
      • +

        bottom_left

        +
        public static int bottom_left
        +
      • +
      + + + +
        +
      • +

        bottom_right

        +
        public static int bottom_right
        +
      • +
      + + + +
        +
      • +

        bread_crumb_shadow_view

        +
        public static int bread_crumb_shadow_view
        +
      • +
      + + + +
        +
      • +

        bread_crumb_toolbar

        +
        public static int bread_crumb_toolbar
        +
      • +
      + + + +
        +
      • +

        buttonPanel

        +
        public static int buttonPanel
        +
      • +
      + + + +
        +
      • +

        cancel_action

        +
        public static int cancel_action
        +
      • +
      + + + +
        +
      • +

        card_view

        +
        public static int card_view
        +
      • +
      + + + +
        +
      • +

        checkbox

        +
        public static int checkbox
        +
      • +
      + + + +
        +
      • +

        chronometer

        +
        public static int chronometer
        +
      • +
      + + + +
        +
      • +

        collapseActionView

        +
        public static int collapseActionView
        +
      • +
      + + + +
        +
      • +

        contentPanel

        +
        public static int contentPanel
        +
      • +
      + + + +
        +
      • +

        custom

        +
        public static int custom
        +
      • +
      + + + +
        +
      • +

        customPanel

        +
        public static int customPanel
        +
      • +
      + + + +
        +
      • +

        decor_content_parent

        +
        public static int decor_content_parent
        +
      • +
      + + + +
        +
      • +

        default_activity_button

        +
        public static int default_activity_button
        +
      • +
      + + + +
        +
      • +

        disableHome

        +
        public static int disableHome
        +
      • +
      + + + +
        +
      • +

        edit_query

        +
        public static int edit_query
        +
      • +
      + + + +
        +
      • +

        end

        +
        public static int end
        +
      • +
      + + + +
        +
      • +

        end_padder

        +
        public static int end_padder
        +
      • +
      + + + +
        +
      • +

        expand_activities_button

        +
        public static int expand_activities_button
        +
      • +
      + + + +
        +
      • +

        expanded_menu

        +
        public static int expanded_menu
        +
      • +
      + + + +
        +
      • +

        finish_button

        +
        public static int finish_button
        +
      • +
      + + + +
        +
      • +

        forever

        +
        public static int forever
        +
      • +
      + + + +
        +
      • +

        frame_layout

        +
        public static int frame_layout
        +
      • +
      + + + +
        +
      • +

        home

        +
        public static int home
        +
      • +
      + + + +
        +
      • +

        homeAsUp

        +
        public static int homeAsUp
        +
      • +
      + + + +
        +
      • +

        horizontal

        +
        public static int horizontal
        +
      • +
      + + + +
        +
      • +

        icon

        +
        public static int icon
        +
      • +
      + + + +
        +
      • +

        icon_group

        +
        public static int icon_group
        +
      • +
      + + + +
        +
      • +

        ifRoom

        +
        public static int ifRoom
        +
      • +
      + + + +
        +
      • +

        image

        +
        public static int image
        +
      • +
      + + + +
        +
      • +

        info

        +
        public static int info
        +
      • +
      + + + +
        +
      • +

        italic

        +
        public static int italic
        +
      • +
      + + + +
        +
      • +

        item_touch_helper_previous_elevation

        +
        public static int item_touch_helper_previous_elevation
        +
      • +
      + + + +
        +
      • +

        large_toolbar

        +
        public static int large_toolbar
        +
      • +
      + + + +
        +
      • +

        left

        +
        public static int left
        +
      • +
      + + + +
        +
      • +

        line1

        +
        public static int line1
        +
      • +
      + + + +
        +
      • +

        line3

        +
        public static int line3
        +
      • +
      + + + +
        +
      • +

        listMode

        +
        public static int listMode
        +
      • +
      + + + +
        +
      • +

        list_item

        +
        public static int list_item
        +
      • +
      + + + +
        +
      • +

        media_actions

        +
        public static int media_actions
        +
      • +
      + + + +
        +
      • +

        message

        +
        public static int message
        +
      • +
      + + + +
        +
      • +

        middle

        +
        public static int middle
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        public static int multiply
        +
      • +
      + + + +
        +
      • +

        navigation_fragment_container

        +
        public static int navigation_fragment_container
        +
      • +
      + + + +
        +
      • +

        navigation_toolbar

        +
        public static int navigation_toolbar
        +
      • +
      + + + +
        +
      • +

        never

        +
        public static int never
        +
      • +
      + + + +
        +
      • +

        next_button

        +
        public static int next_button
        +
      • +
      + + + +
        +
      • +

        none

        +
        public static int none
        +
      • +
      + + + +
        +
      • +

        normal

        +
        public static int normal
        +
      • +
      + + + +
        +
      • +

        notification_background

        +
        public static int notification_background
        +
      • +
      + + + +
        +
      • +

        notification_main_column

        +
        public static int notification_main_column
        +
      • +
      + + + +
        +
      • +

        notification_main_column_container

        +
        public static int notification_main_column_container
        +
      • +
      + + + +
        +
      • +

        parentPanel

        +
        public static int parentPanel
        +
      • +
      + + + +
        +
      • +

        preference_fragment_container

        +
        public static int preference_fragment_container
        +
      • +
      + + + +
        +
      • +

        preference_fragment_frame_layout

        +
        public static int preference_fragment_frame_layout
        +
      • +
      + + + +
        +
      • +

        progress_circular

        +
        public static int progress_circular
        +
      • +
      + + + +
        +
      • +

        progress_horizontal

        +
        public static int progress_horizontal
        +
      • +
      + + + +
        +
      • +

        radio

        +
        public static int radio
        +
      • +
      + + + +
        +
      • +

        restore_defaults_button

        +
        public static int restore_defaults_button
        +
      • +
      + + + +
        +
      • +

        restore_defaults_button_bar

        +
        public static int restore_defaults_button_bar
        +
      • +
      + + + +
        +
      • +

        restore_defaults_button_bar_parent

        +
        public static int restore_defaults_button_bar_parent
        +
      • +
      + + + +
        +
      • +

        restore_defaults_button_bar_shadow_view

        +
        public static int restore_defaults_button_bar_shadow_view
        +
      • +
      + + + +
        +
      • +

        right

        +
        public static int right
        +
      • +
      + + + +
        +
      • +

        right_icon

        +
        public static int right_icon
        +
      • +
      + + + +
        +
      • +

        right_side

        +
        public static int right_side
        +
      • +
      + + + +
        +
      • +

        screen

        +
        public static int screen
        +
      • +
      + + + +
        +
      • +

        scrollIndicatorDown

        +
        public static int scrollIndicatorDown
        +
      • +
      + + + +
        +
      • +

        scrollIndicatorUp

        +
        public static int scrollIndicatorUp
        +
      • +
      + + + +
        +
      • +

        scrollView

        +
        public static int scrollView
        +
      • +
      + + + +
        +
      • +

        search_badge

        +
        public static int search_badge
        +
      • +
      + + + +
        +
      • +

        search_bar

        +
        public static int search_bar
        +
      • +
      + + + +
        +
      • +

        search_button

        +
        public static int search_button
        +
      • +
      + + + +
        +
      • +

        search_close_btn

        +
        public static int search_close_btn
        +
      • +
      + + + +
        +
      • +

        search_edit_frame

        +
        public static int search_edit_frame
        +
      • +
      + + + +
        +
      • +

        search_go_btn

        +
        public static int search_go_btn
        +
      • +
      + + + +
        +
      • +

        search_mag_icon

        +
        public static int search_mag_icon
        +
      • +
      + + + +
        +
      • +

        search_plate

        +
        public static int search_plate
        +
      • +
      + + + +
        +
      • +

        search_src_text

        +
        public static int search_src_text
        +
      • +
      + + + +
        +
      • +

        search_voice_btn

        +
        public static int search_voice_btn
        +
      • +
      + + + +
        +
      • +

        select_dialog_listview

        +
        public static int select_dialog_listview
        +
      • +
      + + + +
        +
      • +

        shortcut

        +
        public static int shortcut
        +
      • +
      + + + +
        +
      • +

        showCustom

        +
        public static int showCustom
        +
      • +
      + + + +
        +
      • +

        showHome

        +
        public static int showHome
        +
      • +
      + + + +
        +
      • +

        showTitle

        +
        public static int showTitle
        +
      • +
      + + + +
        +
      • +

        spacer

        +
        public static int spacer
        +
      • +
      + + + +
        +
      • +

        split_action_bar

        +
        public static int split_action_bar
        +
      • +
      + + + +
        +
      • +

        src_atop

        +
        public static int src_atop
        +
      • +
      + + + +
        +
      • +

        src_in

        +
        public static int src_in
        +
      • +
      + + + +
        +
      • +

        src_over

        +
        public static int src_over
        +
      • +
      + + + +
        +
      • +

        status_bar_latest_event_content

        +
        public static int status_bar_latest_event_content
        +
      • +
      + + + +
        +
      • +

        submenuarrow

        +
        public static int submenuarrow
        +
      • +
      + + + +
        +
      • +

        submit_area

        +
        public static int submit_area
        +
      • +
      + + + +
        +
      • +

        tabMode

        +
        public static int tabMode
        +
      • +
      + + + +
        +
      • +

        text

        +
        public static int text
        +
      • +
      + + + +
        +
      • +

        text2

        +
        public static int text2
        +
      • +
      + + + +
        +
      • +

        textSpacerNoButtons

        +
        public static int textSpacerNoButtons
        +
      • +
      + + + +
        +
      • +

        textSpacerNoTitle

        +
        public static int textSpacerNoTitle
        +
      • +
      + + + +
        +
      • +

        time

        +
        public static int time
        +
      • +
      + + + +
        +
      • +

        title

        +
        public static int title
        +
      • +
      + + + +
        +
      • +

        titleDividerNoCustom

        +
        public static int titleDividerNoCustom
        +
      • +
      + + + +
        +
      • +

        title_template

        +
        public static int title_template
        +
      • +
      + + + +
        +
      • +

        toolbar

        +
        public static int toolbar
        +
      • +
      + + + +
        +
      • +

        toolbar_background_view

        +
        public static int toolbar_background_view
        +
      • +
      + + + +
        +
      • +

        toolbar_shadow_view

        +
        public static int toolbar_shadow_view
        +
      • +
      + + + +
        +
      • +

        top

        +
        public static int top
        +
      • +
      + + + +
        +
      • +

        topPanel

        +
        public static int topPanel
        +
      • +
      + + + +
        +
      • +

        top_left

        +
        public static int top_left
        +
      • +
      + + + +
        +
      • +

        top_right

        +
        public static int top_right
        +
      • +
      + + + +
        +
      • +

        uniform

        +
        public static int uniform
        +
      • +
      + + + +
        +
      • +

        up

        +
        public static int up
        +
      • +
      + + + +
        +
      • +

        useLogo

        +
        public static int useLogo
        +
      • +
      + + + +
        +
      • +

        vertical

        +
        public static int vertical
        +
      • +
      + + + +
        +
      • +

        withText

        +
        public static int withText
        +
      • +
      + + + +
        +
      • +

        wizard_button_bar

        +
        public static int wizard_button_bar
        +
      • +
      + + + +
        +
      • +

        wizard_button_bar_shadow_view

        +
        public static int wizard_button_bar_shadow_view
        +
      • +
      + + + +
        +
      • +

        wrap_content

        +
        public static int wrap_content
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        id

        +
        public id()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.integer.html b/doc/javadoc/de/mrapp/android/preference/activity/R.integer.html new file mode 100644 index 0000000..eea0cac --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.integer.html @@ -0,0 +1,340 @@ + + + + + +R.integer + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.integer

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.integer
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        abc_config_activityDefaultDur

        +
        public static int abc_config_activityDefaultDur
        +
      • +
      + + + +
        +
      • +

        abc_config_activityShortDur

        +
        public static int abc_config_activityShortDur
        +
      • +
      + + + +
        +
      • +

        cancel_button_image_alpha

        +
        public static int cancel_button_image_alpha
        +
      • +
      + + + +
        +
      • +

        config_tooltipAnimTime

        +
        public static int config_tooltipAnimTime
        +
      • +
      + + + +
        +
      • +

        elevation_shadow_view_shadow_orientation_default_value

        +
        public static int elevation_shadow_view_shadow_orientation_default_value
        +
      • +
      + + + +
        +
      • +

        status_bar_notification_info_maxnum

        +
        public static int status_bar_notification_info_maxnum
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        integer

        +
        public integer()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.layout.html b/doc/javadoc/de/mrapp/android/preference/activity/R.layout.html new file mode 100644 index 0000000..8c2a5b7 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.layout.html @@ -0,0 +1,1003 @@ + + + + + +R.layout + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.layout

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.layout
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        abc_action_bar_title_item

        +
        public static int abc_action_bar_title_item
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_up_container

        +
        public static int abc_action_bar_up_container
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_view_list_nav_layout

        +
        public static int abc_action_bar_view_list_nav_layout
        +
      • +
      + + + +
        +
      • +

        abc_action_menu_item_layout

        +
        public static int abc_action_menu_item_layout
        +
      • +
      + + + +
        +
      • +

        abc_action_menu_layout

        +
        public static int abc_action_menu_layout
        +
      • +
      + + + +
        +
      • +

        abc_action_mode_bar

        +
        public static int abc_action_mode_bar
        +
      • +
      + + + +
        +
      • +

        abc_action_mode_close_item_material

        +
        public static int abc_action_mode_close_item_material
        +
      • +
      + + + +
        +
      • +

        abc_activity_chooser_view

        +
        public static int abc_activity_chooser_view
        +
      • +
      + + + +
        +
      • +

        abc_activity_chooser_view_list_item

        +
        public static int abc_activity_chooser_view_list_item
        +
      • +
      + + + +
        +
      • +

        abc_alert_dialog_button_bar_material

        +
        public static int abc_alert_dialog_button_bar_material
        +
      • +
      + + + +
        +
      • +

        abc_alert_dialog_material

        +
        public static int abc_alert_dialog_material
        +
      • +
      + + + +
        +
      • +

        abc_alert_dialog_title_material

        +
        public static int abc_alert_dialog_title_material
        +
      • +
      + + + +
        +
      • +

        abc_dialog_title_material

        +
        public static int abc_dialog_title_material
        +
      • +
      + + + +
        +
      • +

        abc_expanded_menu_layout

        +
        public static int abc_expanded_menu_layout
        +
      • +
      + + + +
        +
      • +

        abc_list_menu_item_checkbox

        +
        public static int abc_list_menu_item_checkbox
        +
      • +
      + + + +
        +
      • +

        abc_list_menu_item_icon

        +
        public static int abc_list_menu_item_icon
        +
      • +
      + + + +
        +
      • +

        abc_list_menu_item_layout

        +
        public static int abc_list_menu_item_layout
        +
      • +
      + + + +
        +
      • +

        abc_list_menu_item_radio

        +
        public static int abc_list_menu_item_radio
        +
      • +
      + + + +
        +
      • +

        abc_popup_menu_header_item_layout

        +
        public static int abc_popup_menu_header_item_layout
        +
      • +
      + + + +
        +
      • +

        abc_popup_menu_item_layout

        +
        public static int abc_popup_menu_item_layout
        +
      • +
      + + + +
        +
      • +

        abc_screen_content_include

        +
        public static int abc_screen_content_include
        +
      • +
      + + + +
        +
      • +

        abc_screen_simple

        +
        public static int abc_screen_simple
        +
      • +
      + + + +
        +
      • +

        abc_screen_simple_overlay_action_mode

        +
        public static int abc_screen_simple_overlay_action_mode
        +
      • +
      + + + +
        +
      • +

        abc_screen_toolbar

        +
        public static int abc_screen_toolbar
        +
      • +
      + + + +
        +
      • +

        abc_search_dropdown_item_icons_2line

        +
        public static int abc_search_dropdown_item_icons_2line
        +
      • +
      + + + +
        +
      • +

        abc_search_view

        +
        public static int abc_search_view
        +
      • +
      + + + +
        +
      • +

        abc_select_dialog_material

        +
        public static int abc_select_dialog_material
        +
      • +
      + + + +
        +
      • +

        navigation_fragment

        +
        public static int navigation_fragment
        +
      • +
      + + + +
        +
      • +

        notification_action

        +
        public static int notification_action
        +
      • +
      + + + +
        +
      • +

        notification_action_tombstone

        +
        public static int notification_action_tombstone
        +
      • +
      + + + +
        +
      • +

        notification_media_action

        +
        public static int notification_media_action
        +
      • +
      + + + +
        +
      • +

        notification_media_cancel_action

        +
        public static int notification_media_cancel_action
        +
      • +
      + + + +
        +
      • +

        notification_template_big_media

        +
        public static int notification_template_big_media
        +
      • +
      + + + +
        +
      • +

        notification_template_big_media_custom

        +
        public static int notification_template_big_media_custom
        +
      • +
      + + + +
        +
      • +

        notification_template_big_media_narrow

        +
        public static int notification_template_big_media_narrow
        +
      • +
      + + + +
        +
      • +

        notification_template_big_media_narrow_custom

        +
        public static int notification_template_big_media_narrow_custom
        +
      • +
      + + + +
        +
      • +

        notification_template_custom_big

        +
        public static int notification_template_custom_big
        +
      • +
      + + + +
        +
      • +

        notification_template_icon_group

        +
        public static int notification_template_icon_group
        +
      • +
      + + + +
        +
      • +

        notification_template_lines_media

        +
        public static int notification_template_lines_media
        +
      • +
      + + + +
        +
      • +

        notification_template_media

        +
        public static int notification_template_media
        +
      • +
      + + + +
        +
      • +

        notification_template_media_custom

        +
        public static int notification_template_media_custom
        +
      • +
      + + + +
        +
      • +

        notification_template_part_chronometer

        +
        public static int notification_template_part_chronometer
        +
      • +
      + + + +
        +
      • +

        notification_template_part_time

        +
        public static int notification_template_part_time
        +
      • +
      + + + +
        +
      • +

        preference

        +
        public static int preference
        +
      • +
      + + + +
        +
      • +

        preference_activity_phone

        +
        public static int preference_activity_phone
        +
      • +
      + + + +
        +
      • +

        preference_activity_tablet

        +
        public static int preference_activity_tablet
        +
      • +
      + + + +
        +
      • +

        preference_category

        +
        public static int preference_category
        +
      • +
      + + + +
        +
      • +

        preference_child

        +
        public static int preference_child
        +
      • +
      + + + +
        +
      • +

        preference_divider

        +
        public static int preference_divider
        +
      • +
      + + + +
        +
      • +

        preference_fragment

        +
        public static int preference_fragment
        +
      • +
      + + + +
        +
      • +

        select_dialog_item_material

        +
        public static int select_dialog_item_material
        +
      • +
      + + + +
        +
      • +

        select_dialog_multichoice_material

        +
        public static int select_dialog_multichoice_material
        +
      • +
      + + + +
        +
      • +

        select_dialog_singlechoice_material

        +
        public static int select_dialog_singlechoice_material
        +
      • +
      + + + +
        +
      • +

        support_simple_spinner_dropdown_item

        +
        public static int support_simple_spinner_dropdown_item
        +
      • +
      + + + +
        +
      • +

        toolbar_large

        +
        public static int toolbar_large
        +
      • +
      + + + +
        +
      • +

        tooltip

        +
        public static int tooltip
        +
      • +
      + + + +
        +
      • +

        wizard_button_bar

        +
        public static int wizard_button_bar
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        layout

        +
        public layout()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.string.html b/doc/javadoc/de/mrapp/android/preference/activity/R.string.html new file mode 100644 index 0000000..612f5d4 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.string.html @@ -0,0 +1,769 @@ + + + + + +R.string + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.string

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.string
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        abc_action_bar_home_description

        +
        public static int abc_action_bar_home_description
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_home_description_format

        +
        public static int abc_action_bar_home_description_format
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_home_subtitle_description_format

        +
        public static int abc_action_bar_home_subtitle_description_format
        +
      • +
      + + + +
        +
      • +

        abc_action_bar_up_description

        +
        public static int abc_action_bar_up_description
        +
      • +
      + + + +
        +
      • +

        abc_action_menu_overflow_description

        +
        public static int abc_action_menu_overflow_description
        +
      • +
      + + + +
        +
      • +

        abc_action_mode_done

        +
        public static int abc_action_mode_done
        +
      • +
      + + + +
        +
      • +

        abc_activity_chooser_view_see_all

        +
        public static int abc_activity_chooser_view_see_all
        +
      • +
      + + + +
        +
      • +

        abc_activitychooserview_choose_application

        +
        public static int abc_activitychooserview_choose_application
        +
      • +
      + + + +
        +
      • +

        abc_capital_off

        +
        public static int abc_capital_off
        +
      • +
      + + + +
        +
      • +

        abc_capital_on

        +
        public static int abc_capital_on
        +
      • +
      + + + +
        +
      • +

        abc_font_family_body_1_material

        +
        public static int abc_font_family_body_1_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_body_2_material

        +
        public static int abc_font_family_body_2_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_button_material

        +
        public static int abc_font_family_button_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_caption_material

        +
        public static int abc_font_family_caption_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_display_1_material

        +
        public static int abc_font_family_display_1_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_display_2_material

        +
        public static int abc_font_family_display_2_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_display_3_material

        +
        public static int abc_font_family_display_3_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_display_4_material

        +
        public static int abc_font_family_display_4_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_headline_material

        +
        public static int abc_font_family_headline_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_menu_material

        +
        public static int abc_font_family_menu_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_subhead_material

        +
        public static int abc_font_family_subhead_material
        +
      • +
      + + + +
        +
      • +

        abc_font_family_title_material

        +
        public static int abc_font_family_title_material
        +
      • +
      + + + +
        +
      • +

        abc_search_hint

        +
        public static int abc_search_hint
        +
      • +
      + + + +
        +
      • +

        abc_searchview_description_clear

        +
        public static int abc_searchview_description_clear
        +
      • +
      + + + +
        +
      • +

        abc_searchview_description_query

        +
        public static int abc_searchview_description_query
        +
      • +
      + + + +
        +
      • +

        abc_searchview_description_search

        +
        public static int abc_searchview_description_search
        +
      • +
      + + + +
        +
      • +

        abc_searchview_description_submit

        +
        public static int abc_searchview_description_submit
        +
      • +
      + + + +
        +
      • +

        abc_searchview_description_voice

        +
        public static int abc_searchview_description_voice
        +
      • +
      + + + +
        +
      • +

        abc_shareactionprovider_share_with

        +
        public static int abc_shareactionprovider_share_with
        +
      • +
      + + + +
        +
      • +

        abc_shareactionprovider_share_with_application

        +
        public static int abc_shareactionprovider_share_with_application
        +
      • +
      + + + +
        +
      • +

        abc_toolbar_collapse_description

        +
        public static int abc_toolbar_collapse_description
        +
      • +
      + + + +
        +
      • +

        back_button_text

        +
        public static int back_button_text
        +
      • +
      + + + +
        +
      • +

        device_type

        +
        public static int device_type
        +
      • +
      + + + +
        +
      • +

        finish_button_text

        +
        public static int finish_button_text
        +
      • +
      + + + +
        +
      • +

        next_button_text

        +
        public static int next_button_text
        +
      • +
      + + + +
        +
      • +

        progress_format

        +
        public static int progress_format
        +
      • +
      + + + +
        +
      • +

        restore_defaults_button_text

        +
        public static int restore_defaults_button_text
        +
      • +
      + + + +
        +
      • +

        search_menu_title

        +
        public static int search_menu_title
        +
      • +
      + + + +
        +
      • +

        status_bar_notification_info_overflow

        +
        public static int status_bar_notification_info_overflow
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        string

        +
        public string()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.style.html b/doc/javadoc/de/mrapp/android/preference/activity/R.style.html new file mode 100644 index 0000000..0384c9d --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.style.html @@ -0,0 +1,5098 @@ + + + + + +R.style + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.style

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.style
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        AlertDialog_AppCompat

        +
        public static int AlertDialog_AppCompat
        +
      • +
      + + + +
        +
      • +

        AlertDialog_AppCompat_Light

        +
        public static int AlertDialog_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Animation_AppCompat_Dialog

        +
        public static int Animation_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Animation_AppCompat_DropDownUp

        +
        public static int Animation_AppCompat_DropDownUp
        +
      • +
      + + + +
        +
      • +

        Animation_AppCompat_Tooltip

        +
        public static int Animation_AppCompat_Tooltip
        +
      • +
      + + + +
        +
      • +

        Base_AlertDialog_AppCompat

        +
        public static int Base_AlertDialog_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_AlertDialog_AppCompat_Light

        +
        public static int Base_AlertDialog_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Base_Animation_AppCompat_Dialog

        +
        public static int Base_Animation_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_Animation_AppCompat_DropDownUp

        +
        public static int Base_Animation_AppCompat_DropDownUp
        +
      • +
      + + + +
        +
      • +

        Base_Animation_AppCompat_Tooltip

        +
        public static int Base_Animation_AppCompat_Tooltip
        +
      • +
      + + + +
        +
      • +

        Base_CardView

        +
        public static int Base_CardView
        +
      • +
      + + + +
        +
      • +

        Base_DialogWindowTitle_AppCompat

        +
        public static int Base_DialogWindowTitle_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_DialogWindowTitleBackground_AppCompat

        +
        public static int Base_DialogWindowTitleBackground_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat

        +
        public static int Base_TextAppearance_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Body1

        +
        public static int Base_TextAppearance_AppCompat_Body1
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Body2

        +
        public static int Base_TextAppearance_AppCompat_Body2
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Button

        +
        public static int Base_TextAppearance_AppCompat_Button
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Caption

        +
        public static int Base_TextAppearance_AppCompat_Caption
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Display1

        +
        public static int Base_TextAppearance_AppCompat_Display1
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Display2

        +
        public static int Base_TextAppearance_AppCompat_Display2
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Display3

        +
        public static int Base_TextAppearance_AppCompat_Display3
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Display4

        +
        public static int Base_TextAppearance_AppCompat_Display4
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Headline

        +
        public static int Base_TextAppearance_AppCompat_Headline
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Large

        +
        public static int Base_TextAppearance_AppCompat_Large
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Large_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Large_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large

        +
        public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small

        +
        public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Medium

        +
        public static int Base_TextAppearance_AppCompat_Medium
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Medium_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Medium_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Menu

        +
        public static int Base_TextAppearance_AppCompat_Menu
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_SearchResult

        +
        public static int Base_TextAppearance_AppCompat_SearchResult
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_SearchResult_Subtitle

        +
        public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_SearchResult_Title

        +
        public static int Base_TextAppearance_AppCompat_SearchResult_Title
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Small

        +
        public static int Base_TextAppearance_AppCompat_Small
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Small_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Small_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Subhead

        +
        public static int Base_TextAppearance_AppCompat_Subhead
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Subhead_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Subhead_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Title

        +
        public static int Base_TextAppearance_AppCompat_Title
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Title_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Title_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Tooltip

        +
        public static int Base_TextAppearance_AppCompat_Tooltip
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_ActionBar_Menu

        +
        public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle

        +
        public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_ActionBar_Title

        +
        public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle

        +
        public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_ActionMode_Title

        +
        public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_Button

        +
        public static int Base_TextAppearance_AppCompat_Widget_Button
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored

        +
        public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_Button_Colored

        +
        public static int Base_TextAppearance_AppCompat_Widget_Button_Colored
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_Button_Inverse

        +
        public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_DropDownItem

        +
        public static int Base_TextAppearance_AppCompat_Widget_DropDownItem
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_PopupMenu_Header

        +
        public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_PopupMenu_Large

        +
        public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_PopupMenu_Small

        +
        public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_Switch

        +
        public static int Base_TextAppearance_AppCompat_Widget_Switch
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem

        +
        public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item

        +
        public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle

        +
        public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
        +
      • +
      + + + +
        +
      • +

        Base_TextAppearance_Widget_AppCompat_Toolbar_Title

        +
        public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat

        +
        public static int Base_Theme_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_CompactMenu

        +
        public static int Base_Theme_AppCompat_CompactMenu
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Dialog

        +
        public static int Base_Theme_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Dialog_Alert

        +
        public static int Base_Theme_AppCompat_Dialog_Alert
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Dialog_FixedSize

        +
        public static int Base_Theme_AppCompat_Dialog_FixedSize
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Dialog_MinWidth

        +
        public static int Base_Theme_AppCompat_Dialog_MinWidth
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_DialogWhenLarge

        +
        public static int Base_Theme_AppCompat_DialogWhenLarge
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Light

        +
        public static int Base_Theme_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Light_DarkActionBar

        +
        public static int Base_Theme_AppCompat_Light_DarkActionBar
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Light_Dialog

        +
        public static int Base_Theme_AppCompat_Light_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Light_Dialog_Alert

        +
        public static int Base_Theme_AppCompat_Light_Dialog_Alert
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Light_Dialog_FixedSize

        +
        public static int Base_Theme_AppCompat_Light_Dialog_FixedSize
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Light_Dialog_MinWidth

        +
        public static int Base_Theme_AppCompat_Light_Dialog_MinWidth
        +
      • +
      + + + +
        +
      • +

        Base_Theme_AppCompat_Light_DialogWhenLarge

        +
        public static int Base_Theme_AppCompat_Light_DialogWhenLarge
        +
      • +
      + + + +
        +
      • +

        Base_ThemeOverlay_AppCompat

        +
        public static int Base_ThemeOverlay_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_ThemeOverlay_AppCompat_ActionBar

        +
        public static int Base_ThemeOverlay_AppCompat_ActionBar
        +
      • +
      + + + +
        +
      • +

        Base_ThemeOverlay_AppCompat_Dark

        +
        public static int Base_ThemeOverlay_AppCompat_Dark
        +
      • +
      + + + +
        +
      • +

        Base_ThemeOverlay_AppCompat_Dark_ActionBar

        +
        public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar
        +
      • +
      + + + +
        +
      • +

        Base_ThemeOverlay_AppCompat_Dialog

        +
        public static int Base_ThemeOverlay_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_ThemeOverlay_AppCompat_Dialog_Alert

        +
        public static int Base_ThemeOverlay_AppCompat_Dialog_Alert
        +
      • +
      + + + +
        +
      • +

        Base_ThemeOverlay_AppCompat_Light

        +
        public static int Base_ThemeOverlay_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Base_V11_Theme_AppCompat_Dialog

        +
        public static int Base_V11_Theme_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V11_Theme_AppCompat_Light_Dialog

        +
        public static int Base_V11_Theme_AppCompat_Light_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V11_ThemeOverlay_AppCompat_Dialog

        +
        public static int Base_V11_ThemeOverlay_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V12_Widget_AppCompat_AutoCompleteTextView

        +
        public static int Base_V12_Widget_AppCompat_AutoCompleteTextView
        +
      • +
      + + + +
        +
      • +

        Base_V12_Widget_AppCompat_EditText

        +
        public static int Base_V12_Widget_AppCompat_EditText
        +
      • +
      + + + +
        +
      • +

        Base_V21_Theme_AppCompat

        +
        public static int Base_V21_Theme_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_V21_Theme_AppCompat_Dialog

        +
        public static int Base_V21_Theme_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V21_Theme_AppCompat_Light

        +
        public static int Base_V21_Theme_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Base_V21_Theme_AppCompat_Light_Dialog

        +
        public static int Base_V21_Theme_AppCompat_Light_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V21_ThemeOverlay_AppCompat_Dialog

        +
        public static int Base_V21_ThemeOverlay_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V22_Theme_AppCompat

        +
        public static int Base_V22_Theme_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_V22_Theme_AppCompat_Light

        +
        public static int Base_V22_Theme_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Base_V23_Theme_AppCompat

        +
        public static int Base_V23_Theme_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_V23_Theme_AppCompat_Light

        +
        public static int Base_V23_Theme_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Base_V26_Theme_AppCompat

        +
        public static int Base_V26_Theme_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_V26_Theme_AppCompat_Light

        +
        public static int Base_V26_Theme_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Base_V26_Widget_AppCompat_Toolbar

        +
        public static int Base_V26_Widget_AppCompat_Toolbar
        +
      • +
      + + + +
        +
      • +

        Base_V7_Theme_AppCompat

        +
        public static int Base_V7_Theme_AppCompat
        +
      • +
      + + + +
        +
      • +

        Base_V7_Theme_AppCompat_Dialog

        +
        public static int Base_V7_Theme_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V7_Theme_AppCompat_Light

        +
        public static int Base_V7_Theme_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Base_V7_Theme_AppCompat_Light_Dialog

        +
        public static int Base_V7_Theme_AppCompat_Light_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V7_ThemeOverlay_AppCompat_Dialog

        +
        public static int Base_V7_ThemeOverlay_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Base_V7_Widget_AppCompat_AutoCompleteTextView

        +
        public static int Base_V7_Widget_AppCompat_AutoCompleteTextView
        +
      • +
      + + + +
        +
      • +

        Base_V7_Widget_AppCompat_EditText

        +
        public static int Base_V7_Widget_AppCompat_EditText
        +
      • +
      + + + +
        +
      • +

        Base_V7_Widget_AppCompat_Toolbar

        +
        public static int Base_V7_Widget_AppCompat_Toolbar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionBar

        +
        public static int Base_Widget_AppCompat_ActionBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionBar_Solid

        +
        public static int Base_Widget_AppCompat_ActionBar_Solid
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionBar_TabBar

        +
        public static int Base_Widget_AppCompat_ActionBar_TabBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionBar_TabText

        +
        public static int Base_Widget_AppCompat_ActionBar_TabText
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionBar_TabView

        +
        public static int Base_Widget_AppCompat_ActionBar_TabView
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionButton

        +
        public static int Base_Widget_AppCompat_ActionButton
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionButton_CloseMode

        +
        public static int Base_Widget_AppCompat_ActionButton_CloseMode
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionButton_Overflow

        +
        public static int Base_Widget_AppCompat_ActionButton_Overflow
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActionMode

        +
        public static int Base_Widget_AppCompat_ActionMode
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ActivityChooserView

        +
        public static int Base_Widget_AppCompat_ActivityChooserView
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_AutoCompleteTextView

        +
        public static int Base_Widget_AppCompat_AutoCompleteTextView
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Button

        +
        public static int Base_Widget_AppCompat_Button
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Button_Borderless

        +
        public static int Base_Widget_AppCompat_Button_Borderless
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Button_Borderless_Colored

        +
        public static int Base_Widget_AppCompat_Button_Borderless_Colored
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Button_ButtonBar_AlertDialog

        +
        public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Button_Colored

        +
        public static int Base_Widget_AppCompat_Button_Colored
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Button_Small

        +
        public static int Base_Widget_AppCompat_Button_Small
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ButtonBar

        +
        public static int Base_Widget_AppCompat_ButtonBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ButtonBar_AlertDialog

        +
        public static int Base_Widget_AppCompat_ButtonBar_AlertDialog
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_CompoundButton_CheckBox

        +
        public static int Base_Widget_AppCompat_CompoundButton_CheckBox
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_CompoundButton_RadioButton

        +
        public static int Base_Widget_AppCompat_CompoundButton_RadioButton
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_CompoundButton_Switch

        +
        public static int Base_Widget_AppCompat_CompoundButton_Switch
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_DrawerArrowToggle

        +
        public static int Base_Widget_AppCompat_DrawerArrowToggle
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_DrawerArrowToggle_Common

        +
        public static int Base_Widget_AppCompat_DrawerArrowToggle_Common
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_DropDownItem_Spinner

        +
        public static int Base_Widget_AppCompat_DropDownItem_Spinner
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_EditText

        +
        public static int Base_Widget_AppCompat_EditText
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ImageButton

        +
        public static int Base_Widget_AppCompat_ImageButton
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Light_ActionBar

        +
        public static int Base_Widget_AppCompat_Light_ActionBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Light_ActionBar_Solid

        +
        public static int Base_Widget_AppCompat_Light_ActionBar_Solid
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Light_ActionBar_TabBar

        +
        public static int Base_Widget_AppCompat_Light_ActionBar_TabBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Light_ActionBar_TabText

        +
        public static int Base_Widget_AppCompat_Light_ActionBar_TabText
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse

        +
        public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Light_ActionBar_TabView

        +
        public static int Base_Widget_AppCompat_Light_ActionBar_TabView
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Light_PopupMenu

        +
        public static int Base_Widget_AppCompat_Light_PopupMenu
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Light_PopupMenu_Overflow

        +
        public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ListMenuView

        +
        public static int Base_Widget_AppCompat_ListMenuView
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ListPopupWindow

        +
        public static int Base_Widget_AppCompat_ListPopupWindow
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ListView

        +
        public static int Base_Widget_AppCompat_ListView
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ListView_DropDown

        +
        public static int Base_Widget_AppCompat_ListView_DropDown
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ListView_Menu

        +
        public static int Base_Widget_AppCompat_ListView_Menu
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_PopupMenu

        +
        public static int Base_Widget_AppCompat_PopupMenu
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_PopupMenu_Overflow

        +
        public static int Base_Widget_AppCompat_PopupMenu_Overflow
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_PopupWindow

        +
        public static int Base_Widget_AppCompat_PopupWindow
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ProgressBar

        +
        public static int Base_Widget_AppCompat_ProgressBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_ProgressBar_Horizontal

        +
        public static int Base_Widget_AppCompat_ProgressBar_Horizontal
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_RatingBar

        +
        public static int Base_Widget_AppCompat_RatingBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_RatingBar_Indicator

        +
        public static int Base_Widget_AppCompat_RatingBar_Indicator
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_RatingBar_Small

        +
        public static int Base_Widget_AppCompat_RatingBar_Small
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_SearchView

        +
        public static int Base_Widget_AppCompat_SearchView
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_SearchView_ActionBar

        +
        public static int Base_Widget_AppCompat_SearchView_ActionBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_SeekBar

        +
        public static int Base_Widget_AppCompat_SeekBar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_SeekBar_Discrete

        +
        public static int Base_Widget_AppCompat_SeekBar_Discrete
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Spinner

        +
        public static int Base_Widget_AppCompat_Spinner
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Spinner_Underlined

        +
        public static int Base_Widget_AppCompat_Spinner_Underlined
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_TextView_SpinnerItem

        +
        public static int Base_Widget_AppCompat_TextView_SpinnerItem
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Toolbar

        +
        public static int Base_Widget_AppCompat_Toolbar
        +
      • +
      + + + +
        +
      • +

        Base_Widget_AppCompat_Toolbar_Button_Navigation

        +
        public static int Base_Widget_AppCompat_Toolbar_Button_Navigation
        +
      • +
      + + + +
        +
      • +

        CardView

        +
        public static int CardView
        +
      • +
      + + + +
        +
      • +

        CardView_Dark

        +
        public static int CardView_Dark
        +
      • +
      + + + +
        +
      • +

        CardView_Light

        +
        public static int CardView_Light
        +
      • +
      + + + +
        +
      • +

        Platform_AppCompat

        +
        public static int Platform_AppCompat
        +
      • +
      + + + +
        +
      • +

        Platform_AppCompat_Light

        +
        public static int Platform_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Platform_ThemeOverlay_AppCompat

        +
        public static int Platform_ThemeOverlay_AppCompat
        +
      • +
      + + + +
        +
      • +

        Platform_ThemeOverlay_AppCompat_Dark

        +
        public static int Platform_ThemeOverlay_AppCompat_Dark
        +
      • +
      + + + +
        +
      • +

        Platform_ThemeOverlay_AppCompat_Light

        +
        public static int Platform_ThemeOverlay_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Platform_V11_AppCompat

        +
        public static int Platform_V11_AppCompat
        +
      • +
      + + + +
        +
      • +

        Platform_V11_AppCompat_Light

        +
        public static int Platform_V11_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Platform_V14_AppCompat

        +
        public static int Platform_V14_AppCompat
        +
      • +
      + + + +
        +
      • +

        Platform_V14_AppCompat_Light

        +
        public static int Platform_V14_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Platform_V21_AppCompat

        +
        public static int Platform_V21_AppCompat
        +
      • +
      + + + +
        +
      • +

        Platform_V21_AppCompat_Light

        +
        public static int Platform_V21_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Platform_V25_AppCompat

        +
        public static int Platform_V25_AppCompat
        +
      • +
      + + + +
        +
      • +

        Platform_V25_AppCompat_Light

        +
        public static int Platform_V25_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Platform_Widget_AppCompat_Spinner

        +
        public static int Platform_Widget_AppCompat_Spinner
        +
      • +
      + + + +
        +
      • +

        PreferenceActivity

        +
        public static int PreferenceActivity
        +
      • +
      + + + +
        +
      • +

        PreferenceActivity_Button

        +
        public static int PreferenceActivity_Button
        +
      • +
      + + + +
        +
      • +

        PreferenceActivity_Light

        +
        public static int PreferenceActivity_Light
        +
      • +
      + + + +
        +
      • +

        PreferenceActivity_PreferenceCategory

        +
        public static int PreferenceActivity_PreferenceCategory
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_DialogWindowTitle_AppCompat

        +
        public static int RtlOverlay_DialogWindowTitle_AppCompat
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_ActionBar_TitleItem

        +
        public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_DialogTitle_Icon

        +
        public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_PopupMenuItem

        +
        public static int RtlOverlay_Widget_AppCompat_PopupMenuItem
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup

        +
        public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_PopupMenuItem_Text

        +
        public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_Search_DropDown

        +
        public static int RtlOverlay_Widget_AppCompat_Search_DropDown
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1

        +
        public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2

        +
        public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_Search_DropDown_Query

        +
        public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_Search_DropDown_Text

        +
        public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text
        +
      • +
      + + + +
        +
      • +

        RtlOverlay_Widget_AppCompat_SearchView_MagIcon

        +
        public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon
        +
      • +
      + + + +
        +
      • +

        RtlUnderlay_Widget_AppCompat_ActionButton

        +
        public static int RtlUnderlay_Widget_AppCompat_ActionButton
        +
      • +
      + + + +
        +
      • +

        RtlUnderlay_Widget_AppCompat_ActionButton_Overflow

        +
        public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat

        +
        public static int TextAppearance_AppCompat
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Body1

        +
        public static int TextAppearance_AppCompat_Body1
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Body2

        +
        public static int TextAppearance_AppCompat_Body2
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Button

        +
        public static int TextAppearance_AppCompat_Button
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Caption

        +
        public static int TextAppearance_AppCompat_Caption
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Display1

        +
        public static int TextAppearance_AppCompat_Display1
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Display2

        +
        public static int TextAppearance_AppCompat_Display2
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Display3

        +
        public static int TextAppearance_AppCompat_Display3
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Display4

        +
        public static int TextAppearance_AppCompat_Display4
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Headline

        +
        public static int TextAppearance_AppCompat_Headline
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Inverse

        +
        public static int TextAppearance_AppCompat_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Large

        +
        public static int TextAppearance_AppCompat_Large
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Large_Inverse

        +
        public static int TextAppearance_AppCompat_Large_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Light_SearchResult_Subtitle

        +
        public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Light_SearchResult_Title

        +
        public static int TextAppearance_AppCompat_Light_SearchResult_Title
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Light_Widget_PopupMenu_Large

        +
        public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Light_Widget_PopupMenu_Small

        +
        public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Medium

        +
        public static int TextAppearance_AppCompat_Medium
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Medium_Inverse

        +
        public static int TextAppearance_AppCompat_Medium_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Menu

        +
        public static int TextAppearance_AppCompat_Menu
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification

        +
        public static int TextAppearance_AppCompat_Notification
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Info

        +
        public static int TextAppearance_AppCompat_Notification_Info
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Info_Media

        +
        public static int TextAppearance_AppCompat_Notification_Info_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Line2

        +
        public static int TextAppearance_AppCompat_Notification_Line2
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Line2_Media

        +
        public static int TextAppearance_AppCompat_Notification_Line2_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Media

        +
        public static int TextAppearance_AppCompat_Notification_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Time

        +
        public static int TextAppearance_AppCompat_Notification_Time
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Time_Media

        +
        public static int TextAppearance_AppCompat_Notification_Time_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Title

        +
        public static int TextAppearance_AppCompat_Notification_Title
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Notification_Title_Media

        +
        public static int TextAppearance_AppCompat_Notification_Title_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_SearchResult_Subtitle

        +
        public static int TextAppearance_AppCompat_SearchResult_Subtitle
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_SearchResult_Title

        +
        public static int TextAppearance_AppCompat_SearchResult_Title
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Small

        +
        public static int TextAppearance_AppCompat_Small
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Small_Inverse

        +
        public static int TextAppearance_AppCompat_Small_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Subhead

        +
        public static int TextAppearance_AppCompat_Subhead
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Subhead_Inverse

        +
        public static int TextAppearance_AppCompat_Subhead_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Title

        +
        public static int TextAppearance_AppCompat_Title
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Title_Inverse

        +
        public static int TextAppearance_AppCompat_Title_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Tooltip

        +
        public static int TextAppearance_AppCompat_Tooltip
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionBar_Menu

        +
        public static int TextAppearance_AppCompat_Widget_ActionBar_Menu
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionBar_Subtitle

        +
        public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse

        +
        public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionBar_Title

        +
        public static int TextAppearance_AppCompat_Widget_ActionBar_Title
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse

        +
        public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionMode_Subtitle

        +
        public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse

        +
        public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionMode_Title

        +
        public static int TextAppearance_AppCompat_Widget_ActionMode_Title
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse

        +
        public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_Button

        +
        public static int TextAppearance_AppCompat_Widget_Button
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_Button_Borderless_Colored

        +
        public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_Button_Colored

        +
        public static int TextAppearance_AppCompat_Widget_Button_Colored
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_Button_Inverse

        +
        public static int TextAppearance_AppCompat_Widget_Button_Inverse
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_DropDownItem

        +
        public static int TextAppearance_AppCompat_Widget_DropDownItem
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_PopupMenu_Header

        +
        public static int TextAppearance_AppCompat_Widget_PopupMenu_Header
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_PopupMenu_Large

        +
        public static int TextAppearance_AppCompat_Widget_PopupMenu_Large
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_PopupMenu_Small

        +
        public static int TextAppearance_AppCompat_Widget_PopupMenu_Small
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_Switch

        +
        public static int TextAppearance_AppCompat_Widget_Switch
        +
      • +
      + + + +
        +
      • +

        TextAppearance_AppCompat_Widget_TextView_SpinnerItem

        +
        public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification

        +
        public static int TextAppearance_Compat_Notification
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Info

        +
        public static int TextAppearance_Compat_Notification_Info
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Info_Media

        +
        public static int TextAppearance_Compat_Notification_Info_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Line2

        +
        public static int TextAppearance_Compat_Notification_Line2
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Line2_Media

        +
        public static int TextAppearance_Compat_Notification_Line2_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Media

        +
        public static int TextAppearance_Compat_Notification_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Time

        +
        public static int TextAppearance_Compat_Notification_Time
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Time_Media

        +
        public static int TextAppearance_Compat_Notification_Time_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Title

        +
        public static int TextAppearance_Compat_Notification_Title
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Compat_Notification_Title_Media

        +
        public static int TextAppearance_Compat_Notification_Title_Media
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Widget_AppCompat_ExpandedMenu_Item

        +
        public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Widget_AppCompat_Toolbar_Subtitle

        +
        public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle
        +
      • +
      + + + +
        +
      • +

        TextAppearance_Widget_AppCompat_Toolbar_Title

        +
        public static int TextAppearance_Widget_AppCompat_Toolbar_Title
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat

        +
        public static int Theme_AppCompat
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_CompactMenu

        +
        public static int Theme_AppCompat_CompactMenu
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_DayNight

        +
        public static int Theme_AppCompat_DayNight
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_DayNight_DarkActionBar

        +
        public static int Theme_AppCompat_DayNight_DarkActionBar
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_DayNight_Dialog

        +
        public static int Theme_AppCompat_DayNight_Dialog
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_DayNight_Dialog_Alert

        +
        public static int Theme_AppCompat_DayNight_Dialog_Alert
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_DayNight_Dialog_MinWidth

        +
        public static int Theme_AppCompat_DayNight_Dialog_MinWidth
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_DayNight_DialogWhenLarge

        +
        public static int Theme_AppCompat_DayNight_DialogWhenLarge
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_DayNight_NoActionBar

        +
        public static int Theme_AppCompat_DayNight_NoActionBar
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Dialog

        +
        public static int Theme_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Dialog_Alert

        +
        public static int Theme_AppCompat_Dialog_Alert
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Dialog_MinWidth

        +
        public static int Theme_AppCompat_Dialog_MinWidth
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_DialogWhenLarge

        +
        public static int Theme_AppCompat_DialogWhenLarge
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Light

        +
        public static int Theme_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Light_DarkActionBar

        +
        public static int Theme_AppCompat_Light_DarkActionBar
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Light_Dialog

        +
        public static int Theme_AppCompat_Light_Dialog
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Light_Dialog_Alert

        +
        public static int Theme_AppCompat_Light_Dialog_Alert
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Light_Dialog_MinWidth

        +
        public static int Theme_AppCompat_Light_Dialog_MinWidth
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Light_DialogWhenLarge

        +
        public static int Theme_AppCompat_Light_DialogWhenLarge
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_Light_NoActionBar

        +
        public static int Theme_AppCompat_Light_NoActionBar
        +
      • +
      + + + +
        +
      • +

        Theme_AppCompat_NoActionBar

        +
        public static int Theme_AppCompat_NoActionBar
        +
      • +
      + + + +
        +
      • +

        ThemeOverlay_AppCompat

        +
        public static int ThemeOverlay_AppCompat
        +
      • +
      + + + +
        +
      • +

        ThemeOverlay_AppCompat_ActionBar

        +
        public static int ThemeOverlay_AppCompat_ActionBar
        +
      • +
      + + + +
        +
      • +

        ThemeOverlay_AppCompat_Dark

        +
        public static int ThemeOverlay_AppCompat_Dark
        +
      • +
      + + + +
        +
      • +

        ThemeOverlay_AppCompat_Dark_ActionBar

        +
        public static int ThemeOverlay_AppCompat_Dark_ActionBar
        +
      • +
      + + + +
        +
      • +

        ThemeOverlay_AppCompat_Dialog

        +
        public static int ThemeOverlay_AppCompat_Dialog
        +
      • +
      + + + +
        +
      • +

        ThemeOverlay_AppCompat_Dialog_Alert

        +
        public static int ThemeOverlay_AppCompat_Dialog_Alert
        +
      • +
      + + + +
        +
      • +

        ThemeOverlay_AppCompat_Light

        +
        public static int ThemeOverlay_AppCompat_Light
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionBar

        +
        public static int Widget_AppCompat_ActionBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionBar_Solid

        +
        public static int Widget_AppCompat_ActionBar_Solid
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionBar_TabBar

        +
        public static int Widget_AppCompat_ActionBar_TabBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionBar_TabText

        +
        public static int Widget_AppCompat_ActionBar_TabText
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionBar_TabView

        +
        public static int Widget_AppCompat_ActionBar_TabView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionButton

        +
        public static int Widget_AppCompat_ActionButton
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionButton_CloseMode

        +
        public static int Widget_AppCompat_ActionButton_CloseMode
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionButton_Overflow

        +
        public static int Widget_AppCompat_ActionButton_Overflow
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActionMode

        +
        public static int Widget_AppCompat_ActionMode
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ActivityChooserView

        +
        public static int Widget_AppCompat_ActivityChooserView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_AutoCompleteTextView

        +
        public static int Widget_AppCompat_AutoCompleteTextView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Button

        +
        public static int Widget_AppCompat_Button
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Button_Borderless

        +
        public static int Widget_AppCompat_Button_Borderless
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Button_Borderless_Colored

        +
        public static int Widget_AppCompat_Button_Borderless_Colored
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Button_ButtonBar_AlertDialog

        +
        public static int Widget_AppCompat_Button_ButtonBar_AlertDialog
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Button_Colored

        +
        public static int Widget_AppCompat_Button_Colored
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Button_Small

        +
        public static int Widget_AppCompat_Button_Small
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ButtonBar

        +
        public static int Widget_AppCompat_ButtonBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ButtonBar_AlertDialog

        +
        public static int Widget_AppCompat_ButtonBar_AlertDialog
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_CompoundButton_CheckBox

        +
        public static int Widget_AppCompat_CompoundButton_CheckBox
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_CompoundButton_RadioButton

        +
        public static int Widget_AppCompat_CompoundButton_RadioButton
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_CompoundButton_Switch

        +
        public static int Widget_AppCompat_CompoundButton_Switch
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_DrawerArrowToggle

        +
        public static int Widget_AppCompat_DrawerArrowToggle
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_DropDownItem_Spinner

        +
        public static int Widget_AppCompat_DropDownItem_Spinner
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_EditText

        +
        public static int Widget_AppCompat_EditText
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ImageButton

        +
        public static int Widget_AppCompat_ImageButton
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar

        +
        public static int Widget_AppCompat_Light_ActionBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar_Solid

        +
        public static int Widget_AppCompat_Light_ActionBar_Solid
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar_Solid_Inverse

        +
        public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar_TabBar

        +
        public static int Widget_AppCompat_Light_ActionBar_TabBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar_TabBar_Inverse

        +
        public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar_TabText

        +
        public static int Widget_AppCompat_Light_ActionBar_TabText
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar_TabText_Inverse

        +
        public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar_TabView

        +
        public static int Widget_AppCompat_Light_ActionBar_TabView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionBar_TabView_Inverse

        +
        public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionButton

        +
        public static int Widget_AppCompat_Light_ActionButton
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionButton_CloseMode

        +
        public static int Widget_AppCompat_Light_ActionButton_CloseMode
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionButton_Overflow

        +
        public static int Widget_AppCompat_Light_ActionButton_Overflow
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActionMode_Inverse

        +
        public static int Widget_AppCompat_Light_ActionMode_Inverse
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ActivityChooserView

        +
        public static int Widget_AppCompat_Light_ActivityChooserView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_AutoCompleteTextView

        +
        public static int Widget_AppCompat_Light_AutoCompleteTextView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_DropDownItem_Spinner

        +
        public static int Widget_AppCompat_Light_DropDownItem_Spinner
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ListPopupWindow

        +
        public static int Widget_AppCompat_Light_ListPopupWindow
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_ListView_DropDown

        +
        public static int Widget_AppCompat_Light_ListView_DropDown
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_PopupMenu

        +
        public static int Widget_AppCompat_Light_PopupMenu
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_PopupMenu_Overflow

        +
        public static int Widget_AppCompat_Light_PopupMenu_Overflow
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_SearchView

        +
        public static int Widget_AppCompat_Light_SearchView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Light_Spinner_DropDown_ActionBar

        +
        public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ListMenuView

        +
        public static int Widget_AppCompat_ListMenuView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ListPopupWindow

        +
        public static int Widget_AppCompat_ListPopupWindow
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ListView

        +
        public static int Widget_AppCompat_ListView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ListView_DropDown

        +
        public static int Widget_AppCompat_ListView_DropDown
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ListView_Menu

        +
        public static int Widget_AppCompat_ListView_Menu
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_PopupMenu

        +
        public static int Widget_AppCompat_PopupMenu
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_PopupMenu_Overflow

        +
        public static int Widget_AppCompat_PopupMenu_Overflow
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_PopupWindow

        +
        public static int Widget_AppCompat_PopupWindow
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ProgressBar

        +
        public static int Widget_AppCompat_ProgressBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_ProgressBar_Horizontal

        +
        public static int Widget_AppCompat_ProgressBar_Horizontal
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_RatingBar

        +
        public static int Widget_AppCompat_RatingBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_RatingBar_Indicator

        +
        public static int Widget_AppCompat_RatingBar_Indicator
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_RatingBar_Small

        +
        public static int Widget_AppCompat_RatingBar_Small
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_SearchView

        +
        public static int Widget_AppCompat_SearchView
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_SearchView_ActionBar

        +
        public static int Widget_AppCompat_SearchView_ActionBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_SeekBar

        +
        public static int Widget_AppCompat_SeekBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_SeekBar_Discrete

        +
        public static int Widget_AppCompat_SeekBar_Discrete
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Spinner

        +
        public static int Widget_AppCompat_Spinner
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Spinner_DropDown

        +
        public static int Widget_AppCompat_Spinner_DropDown
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Spinner_DropDown_ActionBar

        +
        public static int Widget_AppCompat_Spinner_DropDown_ActionBar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Spinner_Underlined

        +
        public static int Widget_AppCompat_Spinner_Underlined
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_TextView_SpinnerItem

        +
        public static int Widget_AppCompat_TextView_SpinnerItem
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Toolbar

        +
        public static int Widget_AppCompat_Toolbar
        +
      • +
      + + + +
        +
      • +

        Widget_AppCompat_Toolbar_Button_Navigation

        +
        public static int Widget_AppCompat_Toolbar_Button_Navigation
        +
      • +
      + + + +
        +
      • +

        Widget_Compat_NotificationActionContainer

        +
        public static int Widget_Compat_NotificationActionContainer
        +
      • +
      + + + +
        +
      • +

        Widget_Compat_NotificationActionText

        +
        public static int Widget_Compat_NotificationActionText
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        style

        +
        public style()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.styleable.html b/doc/javadoc/de/mrapp/android/preference/activity/R.styleable.html new file mode 100644 index 0000000..505bf1b --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.styleable.html @@ -0,0 +1,11203 @@ + + + + + +R.styleable + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.styleable

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.styleable
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/R.xml.html b/doc/javadoc/de/mrapp/android/preference/activity/R.xml.html new file mode 100644 index 0000000..1cbfd89 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/R.xml.html @@ -0,0 +1,275 @@ + + + + + +R.xml + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Class R.xml

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    R
    +
    +
    +
    +
    public static final class R.xml
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intelevation_shadow_view 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      xml() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        elevation_shadow_view

        +
        public static int elevation_shadow_view
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        xml

        +
        public xml()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/RestoreDefaultsListener.html b/doc/javadoc/de/mrapp/android/preference/activity/RestoreDefaultsListener.html new file mode 100644 index 0000000..45f9795 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/RestoreDefaultsListener.html @@ -0,0 +1,312 @@ + + + + + +RestoreDefaultsListener + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Interface RestoreDefaultsListener

+
+
+
+
    +
  • +
    +
    +
    public interface 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.
    +
    +
    Since:
    +
    1.1.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidonRestoredDefaultValue(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.
      +
      booleanonRestoreDefaultValueRequested(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.
      +
      booleanonRestoreDefaultValuesRequested(PreferenceFragment fragment) +
      The method, which is invoked, when the default values of the preferences, which belong to a + specific preference fragment, should be restored.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onRestoreDefaultValuesRequested

        +
        boolean onRestoreDefaultValuesRequested(@NonNull
        +                                        PreferenceFragment fragment)
        +
        The method, which is invoked, when the default values of the preferences, which belong to a + specific preference fragment, should be restored.
        +
        +
        Parameters:
        +
        fragment - The fragment, whose preferences' default values should be restored, as an instance of + the class PreferenceFragment
        +
        Returns:
        +
        True, if restoring the preferences' default values should be proceeded, false + otherwise
        +
        +
      • +
      + + + +
        +
      • +

        onRestoreDefaultValueRequested

        +
        boolean onRestoreDefaultValueRequested(@NonNull
        +                                       PreferenceFragment fragment,
        +                                       @NonNull
        +                                       android.preference.Preference preference,
        +                                       java.lang.Object currentValue)
        +
        The method, which is invoked, when the default value of a specific preference, should be + restored.
        +
        +
        Parameters:
        +
        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
        +
        Returns:
        +
        True, if restoring the preference's default value should be proceeded, false + otherwise
        +
        +
      • +
      + + + +
        +
      • +

        onRestoredDefaultValue

        +
        void onRestoredDefaultValue(@NonNull
        +                            PreferenceFragment fragment,
        +                            @NonNull
        +                            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.
        +
        +
        Parameters:
        +
        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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/WizardListener.html b/doc/javadoc/de/mrapp/android/preference/activity/WizardListener.html new file mode 100644 index 0000000..3a15404 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/WizardListener.html @@ -0,0 +1,356 @@ + + + + + +WizardListener + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity
+

Interface WizardListener

+
+
+
+
    +
  • +
    +
    +
    public interface 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. 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.
    +
    +
    Since:
    +
    1.0.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleanonFinish(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.BundleonNextStep(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.BundleonPreviousStep(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.
      +
      booleanonSkip(NavigationPreference navigationPreference, + android.app.Fragment fragment, + android.os.Bundle bundle) +
      The method, which is invoked, when the user wants to skip the wizard.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onNextStep

        +
        android.os.Bundle onNextStep(@NonNull
        +                             NavigationPreference navigationPreference,
        +                             @NonNull
        +                             android.app.Fragment fragment,
        +                             @Nullable
        +                             android.os.Bundle bundle)
        +
        The method, which is invoked, when the user wants to navigate to the next step of the + wizard.
        +
        +
        Parameters:
        +
        navigationPreference - The currently selected navigation preference as an instance of the class NavigationPreference. The navigation preference may not be null
        +
        fragment - The currently shown preference fragment as an instance of the class Fragment. + The fragment may not be null
        +
        bundle - 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 fragment
        +
        Returns:
        +
        The bundle, which should be passed to the next fragment, as an instance of the class + Bundle or null, if navigating to the next step of the wizard should not be allowed
        +
        +
      • +
      + + + +
        +
      • +

        onPreviousStep

        +
        android.os.Bundle onPreviousStep(@NonNull
        +                                 NavigationPreference navigationPreference,
        +                                 @NonNull
        +                                 android.app.Fragment fragment,
        +                                 @Nullable
        +                                 android.os.Bundle bundle)
        +
        The method, which is invoked, when the user wants to navigate to the previous step of the + wizard.
        +
        +
        Parameters:
        +
        navigationPreference - The currently selected navigation preference as an instance of the class NavigationPreference. The navigation preference may not be null
        +
        fragment - The currently shown preference fragment as an instance of the class Fragment. + The fragment may not be null
        +
        bundle - 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 fragment
        +
        Returns:
        +
        The bundle, which should be passed to the next fragment, as an instance of the class + Bundle or null, if navigating to the previous step of the wizard should not be + allowed
        +
        +
      • +
      + + + +
        +
      • +

        onFinish

        +
        boolean onFinish(@NonNull
        +                 NavigationPreference navigationPreference,
        +                 @NonNull
        +                 android.app.Fragment fragment,
        +                 @Nullable
        +                 android.os.Bundle bundle)
        +
        The method, which is invoked, when the user wants to finish the last step of the wizard.
        +
        +
        Parameters:
        +
        navigationPreference - The currently selected navigation preference as an instance of the class NavigationPreference. The navigation preference may not be null
        +
        fragment - The currently shown preference fragment as an instance of the class Fragment. + The fragment may not be null
        +
        bundle - 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 fragment
        +
        Returns:
        +
        True, if finishing the wizard should be allowed, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        onSkip

        +
        boolean onSkip(@NonNull
        +               NavigationPreference navigationPreference,
        +               @NonNull
        +               android.app.Fragment fragment,
        +               @Nullable
        +               android.os.Bundle bundle)
        +
        The method, which is invoked, when the user wants to skip the wizard.
        +
        +
        Parameters:
        +
        navigationPreference - The currently selected navigation preference as an instance of the class NavigationPreference. The navigation preference may not be null
        +
        fragment - The currently shown preference fragment as an instance of the class Fragment. + The fragment may not be null
        +
        bundle - 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 fragment
        +
        Returns:
        +
        True, if skipping the wizard should be allowed, false otherwise
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/adapter/NavigationPreferenceGroupAdapter.Callback.html b/doc/javadoc/de/mrapp/android/preference/activity/adapter/NavigationPreferenceGroupAdapter.Callback.html new file mode 100644 index 0000000..7106cda --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/adapter/NavigationPreferenceGroupAdapter.Callback.html @@ -0,0 +1,328 @@ + + + + + +NavigationPreferenceGroupAdapter.Callback + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.adapter
+

Interface NavigationPreferenceGroupAdapter.Callback

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onSelectNavigationPreference

        +
        boolean onSelectNavigationPreference(@NonNull
        +                                     NavigationPreference navigationPreference)
        +
        The method, which is invoked, when a navigation preference is about to be selected.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which is about to be selected, as an instance of the + class NavigationPreference. The navigation preference may not be null
        +
        Returns:
        +
        True, if the navigation preference should be selected, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        onNavigationPreferenceSelected

        +
        void onNavigationPreferenceSelected(@NonNull
        +                                    NavigationPreference navigationPreference,
        +                                    @Nullable
        +                                    android.os.Bundle arguments)
        +
        The method, which is invoked, when a navigation preference has been selected.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which has been selected, as an instance of the class + NavigationPreference. The navigation preference may not be null
        +
        arguments - 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 fragment
        +
        +
      • +
      + + + +
        +
      • +

        onNavigationPreferenceUnselected

        +
        void onNavigationPreferenceUnselected()
        +
        The method, which is invoked, when a navigation preference has been unselected.
        +
      • +
      + + + +
        +
      • +

        onNavigationPreferenceAdded

        +
        void onNavigationPreferenceAdded(@NonNull
        +                                 NavigationPreference navigationPreference)
        +
        The method, which is invoked, when a navigation preference has been added.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which has been added, as an instance of the class + NavigationPreference. The navigation preference may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onNavigationPreferenceRemoved

        +
        void onNavigationPreferenceRemoved(@NonNull
        +                                   NavigationPreference navigationPreference)
        +
        The method, which is invoked, when a navigation preference has been removed.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which has been removed, as an instance of the class + NavigationPreference. The navigation preference may not be null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/adapter/NavigationPreferenceGroupAdapter.html b/doc/javadoc/de/mrapp/android/preference/activity/adapter/NavigationPreferenceGroupAdapter.html new file mode 100644 index 0000000..e00ccfd --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/adapter/NavigationPreferenceGroupAdapter.html @@ -0,0 +1,728 @@ + + + + + +NavigationPreferenceGroupAdapter + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.adapter
+

Class NavigationPreferenceGroupAdapter

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NavigationPreferenceGroupAdapter

        +
        public NavigationPreferenceGroupAdapter(@NonNull
        +                                        android.content.Context context,
        +                                        @NonNull
        +                                        android.widget.ListAdapter encapsulatedAdapter,
        +                                        @Nullable
        +                                        NavigationPreferenceGroupAdapter.Callback callback)
        +
        Creates a new PreferenceGroupAdapter, which is used to visualize the navigation + preferences of a PreferenceActivity.
        +
        +
        Parameters:
        +
        context - The context, which should be used by the adapter, as an instance of the class Context. The context may not be null
        +
        encapsulatedAdapter - The adapter, which should be encapsulated, as an instance of the type ListAdapter. The adapter may not be null
        +
        callback - 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 notified
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getNavigationPreferenceCount

        +
        public final int getNavigationPreferenceCount()
        +
        Returns the number of navigation preferences, which are contained by the adapter.
        +
        +
        Returns:
        +
        The number of navigation preferences, which are contained by the adapter, as an + Integer value
        +
        +
      • +
      + + + +
        +
      • +

        getAllNavigationPreferences

        +
        @NonNull
        +public final java.util.List<NavigationPreference> getAllNavigationPreferences()
        +
        Returns a list, which contains all navigation preferences, which are contained by the + adapter.
        +
        +
        Returns:
        +
        A list, which contains all navigation preferences, which are contained by the + adapter, as an instance of the type List or an empty collection, if no navigation + preferences are contained by the adapter
        +
        +
      • +
      + + + +
        +
      • +

        indexOfNavigationPreference

        +
        public final int indexOfNavigationPreference(@NonNull
        +                                             NavigationPreference navigationPreference)
        +
        Returns the index of a specific navigation preference among all navigation preferences, which + are contained by the adapter.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, whose index should be returned, as an instance of the + class NavigationPreference. The navigation preference may not be null
        +
        Returns:
        +
        The index of the given navigation preference as an Integer value or -1, if + the navigation preference is not contained by the adapter
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationPreference

        +
        @NonNull
        +public final NavigationPreference getNavigationPreference(int index)
        +
        Returns the navigation preference, which corresponds to a specific index.
        +
        +
        Parameters:
        +
        index - The index of the navigation preference, which should be returned, among all + navigation preferences as an Integer value
        +
        Returns:
        +
        The navigation preference, which corresponds to the given index, as an instance of + the class NavigationPreference. The navigation preference may not be null
        +
        +
      • +
      + + + +
        +
      • +

        getSelectedNavigationPreference

        +
        @Nullable
        +public final NavigationPreference getSelectedNavigationPreference()
        +
        Returns the currently selected navigation preference.
        +
        +
        Returns:
        +
        The currently selected navigation preference as an instance of the class NavigationPreference or null, if no navigation preference is selected
        +
        +
      • +
      + + + +
        +
      • +

        getSelectedNavigationPreferenceIndex

        +
        public final int getSelectedNavigationPreferenceIndex()
        +
        Returns the index of the navigation preference, which is currently selected, among all + navigation preferences.
        +
        +
        Returns:
        +
        The index of the navigation preference, which is currently selected, as an Integer value or -1, if no navigation preference is selected
        +
        +
      • +
      + + + +
        +
      • +

        selectNavigationPreference

        +
        public final void selectNavigationPreference(@Nullable
        +                                             NavigationPreference navigationPreference,
        +                                             @Nullable
        +                                             android.os.Bundle arguments)
        +
        Selects a specific navigation preference.
        +
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which should be selected, as an instance of the class + NavigationPreference or null, if no navigation preference should be selected
        +
        arguments - 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 fragment
        +
        +
      • +
      + + + +
        +
      • +

        selectNavigationPreference

        +
        public final void selectNavigationPreference(int index,
        +                                             @Nullable
        +                                             android.os.Bundle arguments)
        +
        Selects a specific navigation preference.
        +
        +
        Parameters:
        +
        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 selected
        +
        arguments - 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 fragment
        +
        +
      • +
      + + + +
        +
      • +

        setSelectionColor

        +
        public final void setSelectionColor(int color)
        +
        Sets the background color of the currently selected navigation preference.
        +
        +
        Parameters:
        +
        color - The color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setEnabled

        +
        public final void setEnabled(boolean enabled)
        +
        Sets, whether the items of the adapter are enabled, i.e. clickable, or not.
        +
        +
        Parameters:
        +
        enabled - True, if the items of the adapter should be enabled, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        notifyDataSetChanged

        +
        public final void notifyDataSetChanged()
        +
        +
        Overrides:
        +
        notifyDataSetChanged in class android.widget.BaseAdapter
        +
        +
      • +
      + + + +
        +
      • +

        notifyDataSetInvalidated

        +
        public final void notifyDataSetInvalidated()
        +
        +
        Overrides:
        +
        notifyDataSetInvalidated in class android.widget.BaseAdapter
        +
        +
      • +
      + + + +
        +
      • +

        isEnabled

        +
        public final boolean isEnabled(int position)
        +
        +
        Specified by:
        +
        isEnabled in interface android.widget.ListAdapter
        +
        Overrides:
        +
        isEnabled in class PreferenceGroupAdapter
        +
        +
      • +
      + + + +
        +
      • +

        onShowFragment

        +
        public final void onShowFragment(@NonNull
        +                                 NavigationPreference navigationPreference)
        +
        Description copied from interface: NavigationPreference.Callback
        +
        The method, which is invoked, when the fragment, which is associated with a specific + navigation preference, should be shown.
        +
        +
        Specified by:
        +
        onShowFragment in interface NavigationPreference.Callback
        +
        Parameters:
        +
        navigationPreference - The navigation preference, whose fragment should be shown, as an instance of the + class NavigationPreference. The navigation preference may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onVisualizeItem

        +
        protected final void onVisualizeItem(@NonNull
        +                                     java.lang.Object item)
        +
        Description copied from class: PreferenceGroupAdapter
        +
        The method, which is invoked, when a specific item is visualized. This method may be + overridden by subclasses in order to modify the item beforehand.
        +
        +
        Overrides:
        +
        onVisualizeItem in class PreferenceGroupAdapter
        +
        Parameters:
        +
        item - The item, which is visualized, as an instance of the class Object. The item + may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onVisualizedItem

        +
        protected final void onVisualizedItem(@NonNull
        +                                      java.lang.Object item,
        +                                      @NonNull
        +                                      android.view.View view)
        +
        Description copied from class: PreferenceGroupAdapter
        +
        The method, which is invoked, when a specific item has been visualized. This method may be + overridden by subclasses in order to adapt the appearance of the inflated view.
        +
        +
        Overrides:
        +
        onVisualizedItem in class PreferenceGroupAdapter
        +
        Parameters:
        +
        item - The item, which has been visualized, as an instance of the class Object. The + item may not be null
        +
        view - The view, which has been inflated, as an instance of the class View. The view + may not be null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/adapter/PreferenceGroupAdapter.html b/doc/javadoc/de/mrapp/android/preference/activity/adapter/PreferenceGroupAdapter.html new file mode 100644 index 0000000..20a265f --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/adapter/PreferenceGroupAdapter.html @@ -0,0 +1,594 @@ + + + + + +PreferenceGroupAdapter + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.adapter
+

Class PreferenceGroupAdapter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.widget.Adapter, android.widget.ListAdapter, android.widget.SpinnerAdapter
    +
    +
    +
    Direct Known Subclasses:
    +
    NavigationPreferenceGroupAdapter
    +
    +
    +
    +
    public class PreferenceGroupAdapter
    +extends android.widget.BaseAdapter
    +
    A list adapter, which encapsulates another adapter in order to add items, which are + visualized as dividers, above preference categories.
    +
    +
    Since:
    +
    5.0.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface android.widget.Adapter

        +IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      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.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected android.content.ContextgetContext() +
      Returns the context, which is used by the adapter.
      +
      intgetCount() 
      protected android.widget.ListAdaptergetEncapsulatedAdapter() +
      Returns the encapsulated adapter.
      +
      java.lang.ObjectgetItem(int position) 
      longgetItemId(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.
      +
      intgetItemViewType(int position) 
      android.view.ViewgetView(int position, + android.view.View convertView, + android.view.ViewGroup parent) 
      intgetViewTypeCount() 
      booleanhasStableIds() 
      booleanisEnabled(int position) 
      protected voidonVisualizedItem(java.lang.Object item, + android.view.View view) +
      The method, which is invoked, when a specific item has been visualized.
      +
      protected voidonVisualizeItem(java.lang.Object item) +
      The method, which is invoked, when a specific item is visualized.
      +
      voidsetDividerColor(int color) +
      Sets the color of the dividers, which are shown above preference categories.
      +
      +
        +
      • + + +

        Methods inherited from class android.widget.BaseAdapter

        +areAllItemsEnabled, getDropDownView, isEmpty, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserver
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface android.widget.Adapter

        +getAutofillOptions
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PreferenceGroupAdapter

        +
        public PreferenceGroupAdapter(@NonNull
        +                              android.content.Context context,
        +                              @NonNull
        +                              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.
        +
        +
        Parameters:
        +
        context - The context, which should be used by the adapter, as an instance of the class Context. The context may not be null
        +
        encapsulatedAdapter - The adapter, which should be encapsulated, as an instance of the type ListAdapter. The adapter may not be null
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getContext

        +
        @NonNull
        +protected android.content.Context getContext()
        +
        Returns the context, which is used by the adapter.
        +
        +
        Returns:
        +
        The context, which is used by the adapter, as an instance of the class Context
        +
        +
      • +
      + + + +
        +
      • +

        getEncapsulatedAdapter

        +
        @NonNull
        +protected android.widget.ListAdapter getEncapsulatedAdapter()
        +
        Returns the encapsulated adapter.
        +
        +
        Returns:
        +
        The encapsulated adapter as an instance of the type ListAdapter. The adapter + may not be nul
        +
        +
      • +
      + + + +
        +
      • +

        onVisualizeItem

        +
        @CallSuper
        +protected void onVisualizeItem(@NonNull
        +                                          java.lang.Object item)
        +
        The method, which is invoked, when a specific item is visualized. This method may be + overridden by subclasses in order to modify the item beforehand.
        +
        +
        Parameters:
        +
        item - The item, which is visualized, as an instance of the class Object. The item + may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onVisualizedItem

        +
        protected void onVisualizedItem(@NonNull
        +                                java.lang.Object item,
        +                                @NonNull
        +                                android.view.View view)
        +
        The method, which is invoked, when a specific item has been visualized. This method may be + overridden by subclasses in order to adapt the appearance of the inflated view.
        +
        +
        Parameters:
        +
        item - The item, which has been visualized, as an instance of the class Object. The + item may not be null
        +
        view - The view, which has been inflated, as an instance of the class View. The view + may not be null
        +
        +
      • +
      + + + +
        +
      • +

        getItemInternal

        +
        @NonNull
        +public final 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.
        +
        +
        Parameters:
        +
        position - The position of the item, which should be returned, as an Integer value
        +
        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, as an instance + of the class Pair. The pair may not be null
        +
        +
      • +
      + + + +
        +
      • +

        setDividerColor

        +
        public final void setDividerColor(int color)
        +
        Sets the color of the dividers, which are shown above preference categories.
        +
        +
        Parameters:
        +
        color - The color, which should be set, as an Integer value or -1, if the default + color should be used
        +
        +
      • +
      + + + +
        +
      • +

        getCount

        +
        public final int getCount()
        +
      • +
      + + + +
        +
      • +

        getItem

        +
        public final java.lang.Object getItem(int position)
        +
      • +
      + + + +
        +
      • +

        getItemId

        +
        public final long getItemId(int position)
        +
      • +
      + + + +
        +
      • +

        hasStableIds

        +
        public final boolean hasStableIds()
        +
        +
        Specified by:
        +
        hasStableIds in interface android.widget.Adapter
        +
        Overrides:
        +
        hasStableIds in class android.widget.BaseAdapter
        +
        +
      • +
      + + + +
        +
      • +

        getView

        +
        public final android.view.View getView(int position,
        +                                       android.view.View convertView,
        +                                       android.view.ViewGroup parent)
        +
      • +
      + + + +
        +
      • +

        isEnabled

        +
        @CallSuper
        +public boolean isEnabled(int position)
        +
        +
        Specified by:
        +
        isEnabled in interface android.widget.ListAdapter
        +
        Overrides:
        +
        isEnabled in class android.widget.BaseAdapter
        +
        +
      • +
      + + + +
        +
      • +

        getItemViewType

        +
        public final int getItemViewType(int position)
        +
        +
        Specified by:
        +
        getItemViewType in interface android.widget.Adapter
        +
        Overrides:
        +
        getItemViewType in class android.widget.BaseAdapter
        +
        +
      • +
      + + + +
        +
      • +

        getViewTypeCount

        +
        public final int getViewTypeCount()
        +
        +
        Specified by:
        +
        getViewTypeCount in interface android.widget.Adapter
        +
        Overrides:
        +
        getViewTypeCount in class android.widget.BaseAdapter
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-frame.html b/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-frame.html new file mode 100644 index 0000000..293d32a --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-frame.html @@ -0,0 +1,25 @@ + + + + + +de.mrapp.android.preference.activity.adapter + + + + + +

de.mrapp.android.preference.activity.adapter

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-summary.html b/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-summary.html new file mode 100644 index 0000000..76f8146 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-summary.html @@ -0,0 +1,168 @@ + + + + + +de.mrapp.android.preference.activity.adapter + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.mrapp.android.preference.activity.adapter

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-tree.html b/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-tree.html new file mode 100644 index 0000000..3225ae9 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/adapter/package-tree.html @@ -0,0 +1,147 @@ + + + + + +de.mrapp.android.preference.activity.adapter Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.mrapp.android.preference.activity.adapter

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimation.Direction.html b/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimation.Direction.html new file mode 100644 index 0000000..3a706d1 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimation.Direction.html @@ -0,0 +1,351 @@ + + + + + +HideViewOnScrollAnimation.Direction + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.animation
+

Enum HideViewOnScrollAnimation.Direction

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      DOWN +
      If the view should be translated downwards.
      +
      UP +
      If the view should be translated upwards.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static HideViewOnScrollAnimation.DirectionvalueOf(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.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static HideViewOnScrollAnimation.Direction[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (HideViewOnScrollAnimation.Direction c : HideViewOnScrollAnimation.Direction.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static HideViewOnScrollAnimation.Direction valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimation.html b/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimation.html new file mode 100644 index 0000000..39d9967 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimation.html @@ -0,0 +1,563 @@ + + + + + +HideViewOnScrollAnimation + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.animation
+

Class HideViewOnScrollAnimation

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.widget.AbsListView.OnScrollListener, java.lang.Cloneable
    +
    +
    +
    +
    public class HideViewOnScrollAnimation
    +extends android.view.animation.Animation
    +implements android.widget.AbsListView.OnScrollListener
    +
    A scroll listener, which allows to animate a view to become hidden or shown depending on the + observed list view's scrolling direction.
    +
    +
    Since:
    +
    2.0.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class HideViewOnScrollAnimation.Direction +
      Contains all possible directions, which can be used to translate the animated view in order + hide it.
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.view.animation.Animation

        +android.view.animation.Animation.AnimationListener, android.view.animation.Animation.Description
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class android.view.animation.Animation

        +ABSOLUTE, INFINITE, RELATIVE_TO_PARENT, RELATIVE_TO_SELF, RESTART, REVERSE, START_ON_FIRST_FRAME, ZORDER_BOTTOM, ZORDER_NORMAL, ZORDER_TOP
      • +
      +
        +
      • + + +

        Fields inherited from interface android.widget.AbsListView.OnScrollListener

        +SCROLL_STATE_FLING, SCROLL_STATE_IDLE, SCROLL_STATE_TOUCH_SCROLL
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      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.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidaddListener(HideViewOnScrollAnimationListener listener) +
      Adds a new listener, which should be notified about the animation's internal state, to the + animation.
      +
      longgetAnimationDuration() +
      Returns the duration of the animation, which is used to show or hide the view.
      +
      HideViewOnScrollAnimation.DirectiongetDirection() +
      Returns the direction, which should be be used to translate the view in order to hide it.
      +
      android.view.ViewgetView() +
      Returns the view, which is animated by the listener.
      +
      voidhideView() +
      Hides the view.
      +
      voidonScroll(android.widget.AbsListView listView, + int firstVisibleItem, + int visibleItemCount, + int totalItemCount) 
      voidonScrollStateChanged(android.widget.AbsListView listView, + int scrollState) 
      voidremoveListener(HideViewOnScrollAnimationListener listener) +
      Removes a specific listener, which should not be notified about the animation's internal + state, from the animation.
      +
      voidshowView() +
      Shows the view.
      +
      +
        +
      • + + +

        Methods inherited from class android.view.animation.Animation

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HideViewOnScrollAnimation

        +
        public HideViewOnScrollAnimation(@NonNull
        +                                 android.view.View view,
        +                                 @NonNull
        +                                 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.
        +
        +
        Parameters:
        +
        view - The view, which should be animated by the listener, as an instance of the class + View. The view may not be null
        +
        direction - 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
        +
        +
      • +
      + + + +
        +
      • +

        HideViewOnScrollAnimation

        +
        public HideViewOnScrollAnimation(@NonNull
        +                                 android.view.View view,
        +                                 @NonNull
        +                                 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.
        +
        +
        Parameters:
        +
        view - The view, which should be animated by the listener, as an instance of the class + View. The view may not be null
        +
        direction - 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 0
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        showView

        +
        public final void showView()
        +
        Shows the view.
        +
      • +
      + + + +
        +
      • +

        hideView

        +
        public final void hideView()
        +
        Hides the view.
        +
      • +
      + + + +
        +
      • +

        getView

        +
        public final android.view.View getView()
        +
        Returns the view, which is animated by the listener.
        +
        +
        Returns:
        +
        The view, which is animated by the listener as an instance of the class View
        +
        +
      • +
      + + + +
        +
      • +

        getDirection

        +
        public final HideViewOnScrollAnimation.Direction getDirection()
        +
        Returns the direction, which should be be used to translate the view in order to hide it.
        +
        +
        Returns:
        +
        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
        +
        +
      • +
      + + + +
        +
      • +

        getAnimationDuration

        +
        public final long getAnimationDuration()
        +
        Returns the duration of the animation, which is used to show or hide the view.
        +
        +
        Returns:
        +
        The duration of the animation, which is used to show or hide the view, in + milliseconds as a Long value
        +
        +
      • +
      + + + +
        +
      • +

        addListener

        +
        public final void addListener(@NonNull
        +                              HideViewOnScrollAnimationListener listener)
        +
        Adds a new listener, which should be notified about the animation's internal state, to the + animation.
        +
        +
        Parameters:
        +
        listener - The listener, which should be added, as an instance of the type HideViewOnScrollAnimationListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        removeListener

        +
        public final void removeListener(@NonNull
        +                                 HideViewOnScrollAnimationListener listener)
        +
        Removes a specific listener, which should not be notified about the animation's internal + state, from the animation.
        +
        +
        Parameters:
        +
        listener - The listener, which should be removed, as an instance of the tpye HideViewOnScrollAnimationListener. The listener may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onScrollStateChanged

        +
        public final void onScrollStateChanged(android.widget.AbsListView listView,
        +                                       int scrollState)
        +
        +
        Specified by:
        +
        onScrollStateChanged in interface android.widget.AbsListView.OnScrollListener
        +
        +
      • +
      + + + +
        +
      • +

        onScroll

        +
        public final void onScroll(android.widget.AbsListView listView,
        +                           int firstVisibleItem,
        +                           int visibleItemCount,
        +                           int totalItemCount)
        +
        +
        Specified by:
        +
        onScroll in interface android.widget.AbsListView.OnScrollListener
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimationListener.html b/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimationListener.html new file mode 100644 index 0000000..7626cd1 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/animation/HideViewOnScrollAnimationListener.html @@ -0,0 +1,273 @@ + + + + + +HideViewOnScrollAnimationListener + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.animation
+

Interface HideViewOnScrollAnimationListener

+
+
+
+
    +
  • +
    +
    +
    public interface HideViewOnScrollAnimationListener
    +
    Defines the interface, a class, which should be notified about the internal state of a HideViewOnScrollAnimation, must implement.
    +
    +
    Since:
    +
    2.0.3
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidonScrollingDown(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.
      +
      voidonScrollingUp(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.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onScrollingDown

        +
        void onScrollingDown(@NonNull
        +                     HideViewOnScrollAnimation animation,
        +                     @NonNull
        +                     android.view.View animatedView,
        +                     int scrollPosition)
        +
        The method, which is invoked, when the list view, which is observed by the animation, is + scrolling downwards.
        +
        +
        Parameters:
        +
        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 value
        +
        +
      • +
      + + + +
        +
      • +

        onScrollingUp

        +
        void onScrollingUp(@NonNull
        +                   HideViewOnScrollAnimation animation,
        +                   @NonNull
        +                   android.view.View animatedView,
        +                   int scrollPosition)
        +
        The method, which is invoked, when the list view, which is observed by the animation, is + scrolling upwards.
        +
        +
        Parameters:
        +
        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 value
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/animation/package-frame.html b/doc/javadoc/de/mrapp/android/preference/activity/animation/package-frame.html new file mode 100644 index 0000000..3366c7b --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/animation/package-frame.html @@ -0,0 +1,28 @@ + + + + + +de.mrapp.android.preference.activity.animation + + + + + +

de.mrapp.android.preference.activity.animation

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/animation/package-summary.html b/doc/javadoc/de/mrapp/android/preference/activity/animation/package-summary.html new file mode 100644 index 0000000..0d619b3 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/animation/package-summary.html @@ -0,0 +1,178 @@ + + + + + +de.mrapp.android.preference.activity.animation + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.mrapp.android.preference.activity.animation

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/animation/package-tree.html b/doc/javadoc/de/mrapp/android/preference/activity/animation/package-tree.html new file mode 100644 index 0000000..8db02d2 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/animation/package-tree.html @@ -0,0 +1,155 @@ + + + + + +de.mrapp.android.preference.activity.animation Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.mrapp.android.preference.activity.animation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/fragment/AbstractPreferenceFragment.html b/doc/javadoc/de/mrapp/android/preference/activity/fragment/AbstractPreferenceFragment.html new file mode 100644 index 0000000..3d92516 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/fragment/AbstractPreferenceFragment.html @@ -0,0 +1,493 @@ + + + + + +AbstractPreferenceFragment + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.fragment
+

Class AbstractPreferenceFragment

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.content.ComponentCallbacks, android.content.ComponentCallbacks2, android.view.View.OnCreateContextMenuListener
    +
    +
    +
    Direct Known Subclasses:
    +
    NavigationFragment, PreferenceFragment
    +
    +
    +
    +
    public abstract class AbstractPreferenceFragment
    +extends android.preference.PreferenceFragment
    +
    An abstract base class for all fragments, which show multiple preferences.
    +
    +
    Since:
    +
    5.0.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.preference.PreferenceFragment

        +android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.app.Fragment

        +android.app.Fragment.InstantiationException, android.app.Fragment.SavedState
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface android.content.ComponentCallbacks2

        +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
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intgetDividerColor() +
      Returns the color of the dividers, which are shown above preference categories.
      +
      android.widget.ListViewgetListView() +
      Returns the list view, which is used to show the fragment's preferences.
      +
      voidonCreate(android.os.Bundle savedInstanceState) 
      android.view.ViewonCreateView(android.view.LayoutInflater inflater, + android.view.ViewGroup parent, + android.os.Bundle savedInstanceState) 
      protected abstract android.view.ViewonInflateView(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.
      +
      protected voidonObtainStyledAttributes(int themeResourceId) +
      The method, which is invoked in order to obtain relevant attributes from the activity's + current theme.
      +
      voidsetDividerColor(int color) +
      Sets the color of the dividers, which are shown above preference categories.
      +
      +
        +
      • + + +

        Methods inherited from class android.preference.PreferenceFragment

        +addPreferencesFromIntent, addPreferencesFromResource, findPreference, getPreferenceManager, getPreferenceScreen, onActivityCreated, onActivityResult, onDestroy, onDestroyView, onPreferenceTreeClick, onSaveInstanceState, onStart, onStop, onViewCreated, setPreferenceScreen
      • +
      +
        +
      • + + +

        Methods inherited from class android.app.Fragment

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractPreferenceFragment

        +
        public AbstractPreferenceFragment()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onInflateView

        +
        @NonNull
        +protected abstract android.view.View onInflateView(@NonNull
        +                                                            android.view.LayoutInflater inflater,
        +                                                            @Nullable
        +                                                            android.view.ViewGroup parent,
        +                                                            @Nullable
        +                                                            android.os.Bundle savedInstanceState)
        +
        The method, which is invoked on implementing subclasses in order to inflate the fragment's + layout.
        +
        +
        Parameters:
        +
        inflater - The layout inflater, which should be used, as an instance of the class LayoutInflater. The layout inflater may not be null
        +
        parent - The parent of the view, which should be inflated, as an instance of the class ViewGroup or null, if no parent is available
        +
        savedInstanceState - The saved instance state of the fragment as a Bundle or null, if no saved + instance state is available
        +
        Returns:
        +
        The view, which has been inflated, as an instance of the class View. The view + may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onObtainStyledAttributes

        +
        @CallSuper
        +protected void onObtainStyledAttributes(@StyleRes
        +                                                   int themeResourceId)
        +
        The method, which is invoked in order to obtain relevant attributes from the activity's + current theme. This method may be overriden by subclasses in order to obtain additional + attributes.
        +
        +
        Parameters:
        +
        themeResourceId - The resource id of the theme, the attributes should be obtained from, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        getListView

        +
        public final android.widget.ListView getListView()
        +
        Returns the list view, which is used to show the fragment's preferences.
        +
        +
        Returns:
        +
        The list view, which is used to show the fragment's preferences, as an instance of + the class ListView or null, if the fragment has not been created yet
        +
        +
      • +
      + + + +
        +
      • +

        getDividerColor

        +
        public final int getDividerColor()
        +
        Returns the color of the dividers, which are shown above preference categories.
        +
        +
        Returns:
        +
        The color of the dividers, which are shown above preference categories, as an Integer value or -1, if the default color is used
        +
        +
      • +
      + + + +
        +
      • +

        setDividerColor

        +
        public final void setDividerColor(int color)
        +
        Sets the color of the dividers, which are shown above preference categories.
        +
        +
        Parameters:
        +
        color - The color, which should be set, as an Integer value or -1, if the default + color should be used
        +
        +
      • +
      + + + +
        +
      • +

        onCreate

        +
        @CallSuper
        +public void onCreate(android.os.Bundle savedInstanceState)
        +
        +
        Overrides:
        +
        onCreate in class android.preference.PreferenceFragment
        +
        +
      • +
      + + + +
        +
      • +

        onCreateView

        +
        @CallSuper
        +public android.view.View onCreateView(android.view.LayoutInflater inflater,
        +                                                 android.view.ViewGroup parent,
        +                                                 android.os.Bundle savedInstanceState)
        +
        +
        Overrides:
        +
        onCreateView in class android.preference.PreferenceFragment
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/fragment/NavigationFragment.Callback.html b/doc/javadoc/de/mrapp/android/preference/activity/fragment/NavigationFragment.Callback.html new file mode 100644 index 0000000..179ca3f --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/fragment/NavigationFragment.Callback.html @@ -0,0 +1,258 @@ + + + + + +NavigationFragment.Callback + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.fragment
+

Interface NavigationFragment.Callback

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    PreferenceActivity
    +
    +
    +
    Enclosing class:
    +
    NavigationFragment
    +
    +
    +
    +
    public static interface NavigationFragment.Callback
    +
    Defines the interface, a class, which should be notified about the fragment's events, must + implement.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidonNavigationAdapterCreated() +
      The method, which is invoked, when the adapter, which contains the navigation items, has + been created.
      +
      voidonNavigationFragmentCreated(android.preference.PreferenceFragment fragment) +
      The method, which is invoked, when the navigation fragment has been attached to its + activity.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onNavigationFragmentCreated

        +
        void onNavigationFragmentCreated(@NonNull
        +                                 android.preference.PreferenceFragment fragment)
        +
        The method, which is invoked, when the navigation fragment has been attached to its + activity.
        +
        +
        Parameters:
        +
        fragment - The navigation fragment as an instance of the class PreferenceFragment. + The fragment may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onNavigationAdapterCreated

        +
        void onNavigationAdapterCreated()
        +
        The method, which is invoked, when the adapter, which contains the navigation items, has + been created.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/fragment/NavigationFragment.html b/doc/javadoc/de/mrapp/android/preference/activity/fragment/NavigationFragment.html new file mode 100644 index 0000000..35bdb85 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/fragment/NavigationFragment.html @@ -0,0 +1,820 @@ + + + + + +NavigationFragment + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.fragment
+

Class NavigationFragment

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static interface NavigationFragment.Callback +
      Defines the interface, a class, which should be notified about the fragment's events, must + implement.
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.preference.PreferenceFragment

        +android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.app.Fragment

        +android.app.Fragment.InstantiationException, android.app.Fragment.SavedState
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface android.content.ComponentCallbacks2

        +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 Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NavigationFragment() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      PreferenceGroupAdaptercreateAdapter(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.CallbackgetCallback() +
      Returns the callback, which is notified about the fragment's events.
      +
      NavigationPreferencegetNavigationPreference(int index) +
      Returns the navigation preference, which corresponds to a specific index.
      +
      intgetNavigationPreferenceCount() +
      Returns the number of navigation preferences, which are contained by the navigation.
      +
      NavigationPreferencegetSelectedNavigationPreference() +
      Returns the currently selected navigation preference.
      +
      intgetSelectedNavigationPreferenceIndex() +
      Returns the index of the navigation preference, which is currently selected, among all + navigation preferences.
      +
      voidonActivityCreated(android.os.Bundle savedInstanceState) 
      protected android.view.ViewonInflateView(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.
      +
      voidonNavigationPreferenceAdded(NavigationPreference navigationPreference) +
      The method, which is invoked, when a navigation preference has been added.
      +
      voidonNavigationPreferenceRemoved(NavigationPreference navigationPreference) +
      The method, which is invoked, when a navigation preference has been removed.
      +
      voidonNavigationPreferenceSelected(NavigationPreference navigationPreference, + android.os.Bundle arguments) +
      The method, which is invoked, when a navigation preference has been selected.
      +
      voidonNavigationPreferenceUnselected() +
      The method, which is invoked, when a navigation preference has been unselected.
      +
      booleanonSelectNavigationPreference(NavigationPreference navigationPreference) +
      The method, which is invoked, when a navigation preference is about to be selected.
      +
      voidselectNavigationPreference(int index, + android.os.Bundle arguments) +
      Selects a specific navigation preference.
      +
      voidsetAdapterCallback(NavigationPreferenceGroupAdapter.Callback callback) +
      Sets the callback, which should be notified about the events of the adapter, which contains + the navigation preferences.
      +
      voidsetCallback(NavigationFragment.Callback callback) +
      Sets the callback, which should be notified about the fragment's events.
      +
      voidsetEnabled(boolean enabled) +
      Sets, whether the navigation should be enabled, i.e.
      +
      voidsetSelectionColor(int color) +
      Sets the background color of the currently selected navigation preference.
      +
      + +
        +
      • + + +

        Methods inherited from class android.preference.PreferenceFragment

        +addPreferencesFromIntent, addPreferencesFromResource, findPreference, getPreferenceManager, getPreferenceScreen, onActivityResult, onDestroy, onDestroyView, onPreferenceTreeClick, onSaveInstanceState, onStart, onStop, onViewCreated, setPreferenceScreen
      • +
      +
        +
      • + + +

        Methods inherited from class android.app.Fragment

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NavigationFragment

        +
        public NavigationFragment()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setCallback

        +
        public final void setCallback(@Nullable
        +                              NavigationFragment.Callback callback)
        +
        Sets the callback, which should be notified about the fragment's events.
        +
        +
        Parameters:
        +
        callback - The callback, which should be set, as an instance of the type NavigationFragment.Callback or + null, if no callback should be notified
        +
        +
      • +
      + + + +
        +
      • +

        getCallback

        +
        @Nullable
        +public final NavigationFragment.Callback getCallback()
        +
        Returns the callback, which is notified about the fragment's events.
        +
        +
        Returns:
        +
        The callback, which is notified about the fragment's events, as an instance of the + type NavigationFragment.Callback or null, if no callback is notified
        +
        +
      • +
      + + + +
        +
      • +

        setAdapterCallback

        +
        public final void setAdapterCallback(@Nullable
        +                                     NavigationPreferenceGroupAdapter.Callback callback)
        +
        Sets the callback, which should be notified about the events of the adapter, which contains + the navigation preferences.
        +
        +
        Parameters:
        +
        callback - The callback, which should be set, as an instance of the type NavigationPreferenceGroupAdapter.Callback or null, if no callback should be + notified
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationPreferenceCount

        +
        public final int getNavigationPreferenceCount()
        +
        Returns the number of navigation preferences, which are contained by the navigation.
        +
        +
        Returns:
        +
        The number of navigation preferences, which are contained by the navigation, as an + Integer value
        +
        +
      • +
      + + + +
        +
      • +

        getAllNavigationPreferences

        +
        public final java.util.List<NavigationPreference> getAllNavigationPreferences()
        +
        Returns a list, which contains all navigation preferences, which are contained by the + navigation.
        +
        +
        Returns:
        +
        A list, which contains all navigation preferences, which are contained by the + navigation, as an instance of the type List or an empty collection, if no navigation + preferences are contained by the navigation
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationPreference

        +
        public final NavigationPreference getNavigationPreference(int index)
        +
        Returns the navigation preference, which corresponds to a specific index.
        +
        +
        Parameters:
        +
        index - The index of the navigation preference, which should be returned, among all + navigation preferences as an Integer value
        +
        Returns:
        +
        The navigation preference, which corresponds to the given index, as an instance of + the class NavigationPreference or null, if the adapter, which contains the navigation + preferences, has not been initialized yet
        +
        +
      • +
      + + + +
        +
      • +

        getSelectedNavigationPreference

        +
        @Nullable
        +public final NavigationPreference getSelectedNavigationPreference()
        +
        Returns the currently selected navigation preference.
        +
        +
        Returns:
        +
        The currently selected navigation preference as an instance of the class NavigationPreference or null, if no navigation preference is currently selected
        +
        +
      • +
      + + + +
        +
      • +

        getSelectedNavigationPreferenceIndex

        +
        public final int getSelectedNavigationPreferenceIndex()
        +
        Returns the index of the navigation preference, which is currently selected, among all + navigation preferences.
        +
        +
        Returns:
        +
        The index of the navigation preference, which is currently selected, as an Integer value or -1, if no navigation preference is selected
        +
        +
      • +
      + + + +
        +
      • +

        selectNavigationPreference

        +
        public final void selectNavigationPreference(int index,
        +                                             @Nullable
        +                                             android.os.Bundle arguments)
        +
        Selects a specific navigation preference.
        +
        +
        Parameters:
        +
        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 selected
        +
        arguments - 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 fragment
        +
        +
      • +
      + + + +
        +
      • +

        setSelectionColor

        +
        public final void setSelectionColor(int color)
        +
        Sets the background color of the currently selected navigation preference.
        +
        +
        Parameters:
        +
        color - The color, which should be set, as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setEnabled

        +
        public final void setEnabled(boolean enabled)
        +
        Sets, whether the navigation should be enabled, i.e. whether the navigation preferences + should be clickable, or not.
        +
        +
        Parameters:
        +
        enabled - True, if the navigation should be enabled, false otherwise
        +
        +
      • +
      + + + + + + + +
        +
      • +

        onNavigationPreferenceSelected

        +
        public final void onNavigationPreferenceSelected(@NonNull
        +                                                 NavigationPreference navigationPreference,
        +                                                 @Nullable
        +                                                 android.os.Bundle arguments)
        +
        Description copied from interface: NavigationPreferenceGroupAdapter.Callback
        +
        The method, which is invoked, when a navigation preference has been selected.
        +
        +
        Specified by:
        +
        onNavigationPreferenceSelected in interface NavigationPreferenceGroupAdapter.Callback
        +
        Parameters:
        +
        navigationPreference - The navigation preference, which has been selected, as an instance of the class + NavigationPreference. The navigation preference may not be null
        +
        arguments - 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 fragment
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        createAdapter

        +
        @NonNull
        +public final PreferenceGroupAdapter createAdapter(@NonNull
        +                                                           android.content.Context context,
        +                                                           @NonNull
        +                                                           android.widget.ListAdapter encapsulatedAdapter)
        +
        Description copied from interface: PreferenceListView.AdapterFactory
        +
        Creates and returns a PreferenceGroupAdapter.
        +
        +
        Specified by:
        +
        createAdapter in interface PreferenceListView.AdapterFactory
        +
        Parameters:
        +
        context - The context, which should be used by the adapter, as an instance of the class + Context. The context may not be null
        +
        encapsulatedAdapter - The adapter, which should be encapsulated, as an instance of the type ListAdapter. The adapter may not be null
        +
        Returns:
        +
        The adapter, which has been created, as an instance of the class PreferenceGroupAdapter. The adapter may not be null
        +
        +
      • +
      + + + +
        +
      • +

        onActivityCreated

        +
        public final void onActivityCreated(android.os.Bundle savedInstanceState)
        +
        +
        Overrides:
        +
        onActivityCreated in class android.preference.PreferenceFragment
        +
        +
      • +
      + + + +
        +
      • +

        onInflateView

        +
        @NonNull
        +protected final android.view.View onInflateView(@NonNull
        +                                                         android.view.LayoutInflater inflater,
        +                                                         @Nullable
        +                                                         android.view.ViewGroup parent,
        +                                                         @Nullable
        +                                                         android.os.Bundle savedInstanceState)
        +
        Description copied from class: AbstractPreferenceFragment
        +
        The method, which is invoked on implementing subclasses in order to inflate the fragment's + layout.
        +
        +
        Specified by:
        +
        onInflateView in class AbstractPreferenceFragment
        +
        Parameters:
        +
        inflater - The layout inflater, which should be used, as an instance of the class LayoutInflater. The layout inflater may not be null
        +
        parent - The parent of the view, which should be inflated, as an instance of the class ViewGroup or null, if no parent is available
        +
        savedInstanceState - The saved instance state of the fragment as a Bundle or null, if no saved + instance state is available
        +
        Returns:
        +
        The view, which has been inflated, as an instance of the class View. The view + may not be null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-frame.html b/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-frame.html new file mode 100644 index 0000000..a63e642 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-frame.html @@ -0,0 +1,25 @@ + + + + + +de.mrapp.android.preference.activity.fragment + + + + + +

de.mrapp.android.preference.activity.fragment

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-summary.html b/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-summary.html new file mode 100644 index 0000000..f394fd0 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-summary.html @@ -0,0 +1,166 @@ + + + + + +de.mrapp.android.preference.activity.fragment + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.mrapp.android.preference.activity.fragment

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-tree.html b/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-tree.html new file mode 100644 index 0000000..448f181 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/fragment/package-tree.html @@ -0,0 +1,151 @@ + + + + + +de.mrapp.android.preference.activity.fragment Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.mrapp.android.preference.activity.fragment

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/package-frame.html b/doc/javadoc/de/mrapp/android/preference/activity/package-frame.html new file mode 100644 index 0000000..8e8f62a --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/package-frame.html @@ -0,0 +1,46 @@ + + + + + +de.mrapp.android.preference.activity + + + + + +

de.mrapp.android.preference.activity

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/package-summary.html b/doc/javadoc/de/mrapp/android/preference/activity/package-summary.html new file mode 100644 index 0000000..5de1820 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/package-summary.html @@ -0,0 +1,267 @@ + + + + + +de.mrapp.android.preference.activity + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.mrapp.android.preference.activity

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/package-tree.html b/doc/javadoc/de/mrapp/android/preference/activity/package-tree.html new file mode 100644 index 0000000..b8fa80b --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/package-tree.html @@ -0,0 +1,209 @@ + + + + + +de.mrapp.android.preference.activity Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.mrapp.android.preference.activity

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/view/PreferenceListView.AdapterFactory.html b/doc/javadoc/de/mrapp/android/preference/activity/view/PreferenceListView.AdapterFactory.html new file mode 100644 index 0000000..6a3be6e --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/view/PreferenceListView.AdapterFactory.html @@ -0,0 +1,244 @@ + + + + + +PreferenceListView.AdapterFactory + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.view
+

Interface PreferenceListView.AdapterFactory

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createAdapter

        +
        @NonNull
        +PreferenceGroupAdapter createAdapter(@NonNull
        +                                              android.content.Context context,
        +                                              @NonNull
        +                                              android.widget.ListAdapter encapsulatedAdapter)
        +
        Creates and returns a PreferenceGroupAdapter.
        +
        +
        Parameters:
        +
        context - The context, which should be used by the adapter, as an instance of the class + Context. The context may not be null
        +
        encapsulatedAdapter - The adapter, which should be encapsulated, as an instance of the type ListAdapter. The adapter may not be null
        +
        Returns:
        +
        The adapter, which has been created, as an instance of the class PreferenceGroupAdapter. The adapter may not be null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/view/PreferenceListView.html b/doc/javadoc/de/mrapp/android/preference/activity/view/PreferenceListView.html new file mode 100644 index 0000000..02b8573 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/view/PreferenceListView.html @@ -0,0 +1,619 @@ + + + + + +PreferenceListView + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.view
+

Class PreferenceListView

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.graphics.drawable.Drawable.Callback, android.text.NoCopySpan, android.text.TextWatcher, android.view.accessibility.AccessibilityEventSource, android.view.KeyEvent.Callback, android.view.ViewManager, android.view.ViewParent, android.view.ViewTreeObserver.OnGlobalLayoutListener, android.view.ViewTreeObserver.OnTouchModeChangeListener, android.widget.Filter.FilterListener
    +
    +
    +
    +
    public class PreferenceListView
    +extends android.widget.ListView
    +
    A custom ListView, whose adapter is wrapped in order to display dividers above preference + categories.
    +
    +
    Since:
    +
    5.0.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static interface PreferenceListView.AdapterFactory +
      Defines the interface, a factory, which allows to create instances of the class PreferenceGroupAdapter, must implement.
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.widget.ListView

        +android.widget.ListView.FixedViewInfo
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.widget.AbsListView

        +android.widget.AbsListView.LayoutParams, android.widget.AbsListView.MultiChoiceModeListener, android.widget.AbsListView.OnScrollListener, android.widget.AbsListView.RecyclerListener, android.widget.AbsListView.SelectionBoundsAdjuster
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.widget.AdapterView

        +android.widget.AdapterView.AdapterContextMenuInfo, android.widget.AdapterView.OnItemClickListener, android.widget.AdapterView.OnItemLongClickListener, android.widget.AdapterView.OnItemSelectedListener
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.view.ViewGroup

        +android.view.ViewGroup.MarginLayoutParams, android.view.ViewGroup.OnHierarchyChangeListener
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.view.View

        +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
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from interface android.text.NoCopySpan

        +android.text.NoCopySpan.Concrete
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class android.widget.AbsListView

        +CHOICE_MODE_MULTIPLE, CHOICE_MODE_MULTIPLE_MODAL, CHOICE_MODE_NONE, CHOICE_MODE_SINGLE, TRANSCRIPT_MODE_ALWAYS_SCROLL, TRANSCRIPT_MODE_DISABLED, TRANSCRIPT_MODE_NORMAL
      • +
      +
        +
      • + + +

        Fields inherited from class android.widget.AdapterView

        +INVALID_POSITION, INVALID_ROW_ID, ITEM_VIEW_TYPE_HEADER_OR_FOOTER, ITEM_VIEW_TYPE_IGNORE
      • +
      +
        +
      • + + +

        Fields inherited from class android.view.ViewGroup

        +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
      • +
      +
        +
      • + + +

        Fields inherited from class android.view.View

        +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 Summary

      + + + + + + + + + + + + + + + + + +
      Constructors 
      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.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidsetAdapter(android.widget.ListAdapter adapter) 
      voidsetAdapterFactory(PreferenceListView.AdapterFactory adapterFactory) +
      Sets the adapter factory, which should be used to create the list view's adapter.
      +
      voidsetDividerColor(int color) +
      Sets the color of the dividers, which are shown above preference categories.
      +
      voidsetOnItemClickListener(android.widget.AdapterView.OnItemClickListener listener) 
      +
        +
      • + + +

        Methods inherited from class android.widget.ListView

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class android.widget.AbsListView

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class android.widget.AdapterView

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class android.view.ViewGroup

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class android.view.View

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface android.view.ViewParent

        +canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, createContextMenu, getLayoutDirection, getParent, getParentForAccessibility, getTextAlignment, getTextDirection, isLayoutDirectionResolved, isLayoutRequested, isTextAlignmentResolved, isTextDirectionResolved, keyboardNavigationClusterSearch, requestFitSystemWindows
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PreferenceListView

        +
        public PreferenceListView(@NonNull
        +                          android.content.Context context)
        +
        Creates a custom ListView, whose adapter is wrapped in order to display dividers + above preference categories.
        +
        +
        Parameters:
        +
        context - The context, the toolbar should belong to, as an instance of the class Context. The context may not be null
        +
        +
      • +
      + + + +
        +
      • +

        PreferenceListView

        +
        public PreferenceListView(@NonNull
        +                          android.content.Context context,
        +                          @Nullable
        +                          android.util.AttributeSet attributeSet)
        +
        Creates a custom ListView, whose adapter is wrapped in order to display dividers + above preference categories.
        +
        +
        Parameters:
        +
        context - The context, the toolbar should belong to, as an instance of the class Context. The context may not be null
        +
        attributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the + type AttributeSet or null, if no attributes are available
        +
        +
      • +
      + + + +
        +
      • +

        PreferenceListView

        +
        public PreferenceListView(@NonNull
        +                          android.content.Context context,
        +                          @Nullable
        +                          android.util.AttributeSet attributeSet,
        +                          @StyleRes
        +                          int defaultStyle)
        +
        Creates a custom ListView, whose adapter is wrapped in order to display dividers + above preference categories.
        +
        +
        Parameters:
        +
        context - The context, the toolbar should belong to, as an instance of the class Context. The context may not be null
        +
        attributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the + type AttributeSet or null, if no attributes are available
        +
        defaultStyle - 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 resource
        +
        +
      • +
      + + + +
        +
      • +

        PreferenceListView

        +
        public PreferenceListView(@NonNull
        +                          android.content.Context context,
        +                          @NonNull
        +                          android.util.AttributeSet attributeSet,
        +                          @StyleRes
        +                          int defaultStyle,
        +                          @AttrRes
        +                          int defaultStyleResource)
        +
        Creates a custom ListView, whose adapter is wrapped in order to display dividers + above preference categories.
        +
        +
        Parameters:
        +
        context - The context, the toolbar should belong to, as an instance of the class Context. The context may not be null
        +
        attributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the + type AttributeSet or null, if no attributes are available
        +
        defaultStyle - 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 resource
        +
        defaultStyleResource - 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 defaults
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setDividerColor

        +
        public final void setDividerColor(int color)
        +
        Sets the color of the dividers, which are shown above preference categories.
        +
        +
        Parameters:
        +
        color - The color, which should be set, as an Integer value or -1, if the default + color should be used
        +
        +
      • +
      + + + +
        +
      • +

        setAdapterFactory

        +
        public final void setAdapterFactory(@NonNull
        +                                    PreferenceListView.AdapterFactory adapterFactory)
        +
        Sets the adapter factory, which should be used to create the list view's adapter.
        +
        +
        Parameters:
        +
        adapterFactory - The adapter factory, which should be set, as an instance of the type PreferenceListView.AdapterFactory. The adapter factory may not be null
        +
        +
      • +
      + + + +
        +
      • +

        setAdapter

        +
        public final void setAdapter(@Nullable
        +                             android.widget.ListAdapter adapter)
        +
        +
        Overrides:
        +
        setAdapter in class android.widget.ListView
        +
        +
      • +
      + + + +
        +
      • +

        setOnItemClickListener

        +
        public final void setOnItemClickListener(@Nullable
        +                                         android.widget.AdapterView.OnItemClickListener listener)
        +
        +
        Overrides:
        +
        setOnItemClickListener in class android.widget.AdapterView<android.widget.ListAdapter>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/view/ToolbarLarge.html b/doc/javadoc/de/mrapp/android/preference/activity/view/ToolbarLarge.html new file mode 100644 index 0000000..8f1903c --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/view/ToolbarLarge.html @@ -0,0 +1,596 @@ + + + + + +ToolbarLarge + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.mrapp.android.preference.activity.view
+

Class ToolbarLarge

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    android.graphics.drawable.Drawable.Callback, android.view.accessibility.AccessibilityEventSource, android.view.KeyEvent.Callback, android.view.ViewManager, android.view.ViewParent
    +
    +
    +
    +
    public class ToolbarLarge
    +extends android.widget.FrameLayout
    +
    A custom view, which may be used to visualize a large toolbar on devices with a large screen.
    +
    +
    Since:
    +
    2.0.0
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.widget.FrameLayout

        +android.widget.FrameLayout.LayoutParams
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.view.ViewGroup

        +android.view.ViewGroup.MarginLayoutParams, android.view.ViewGroup.OnHierarchyChangeListener
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class android.view.View

        +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
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class android.view.ViewGroup

        +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
      • +
      +
        +
      • + + +

        Fields inherited from class android.view.View

        +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 Summary

      + + + + + + + + + + + + + + +
      Constructors 
      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.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intgetNavigationWidth() +
      Returns the width of the navigation.
      +
      java.lang.CharSequencegetTitle() +
      Returns the toolbar's title.
      +
      android.support.v7.widget.ToolbargetToolbar() +
      Returns the toolbar, which is used to show the title.
      +
      voidhideNavigation(boolean navigationHidden) +
      Hides or shows the navigation.
      +
      booleanisNavigationHidden() +
      Returns, whether the navigation is hidden, or not.
      +
      voidsetNavigationWidth(int width) +
      Sets the width of the navigation.
      +
      voidsetTitle(java.lang.CharSequence title) +
      Sets the toolbar's title.
      +
      voidsetTitle(int resourceId) +
      Sets the toolbar's title.
      +
      +
        +
      • + + +

        Methods inherited from class android.widget.FrameLayout

        +checkLayoutParams, generateDefaultLayoutParams, generateLayoutParams, generateLayoutParams, getAccessibilityClassName, getConsiderGoneChildrenWhenMeasuring, getMeasureAllChildren, onLayout, onMeasure, setForegroundGravity, setMeasureAllChildren, shouldDelayChildPressedState
      • +
      +
        +
      • + + +

        Methods inherited from class android.view.ViewGroup

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class android.view.View

        +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
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface android.view.ViewParent

        +canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, createContextMenu, getLayoutDirection, getParent, getParentForAccessibility, getTextAlignment, getTextDirection, isLayoutDirectionResolved, isLayoutRequested, isTextAlignmentResolved, isTextDirectionResolved, keyboardNavigationClusterSearch, requestFitSystemWindows, requestLayout
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ToolbarLarge

        +
        public ToolbarLarge(@NonNull
        +                    android.content.Context context)
        +
        Creates a custom view, which may be used to visualize a large toolbar on devices with a large + screen.
        +
        +
        Parameters:
        +
        context - The context, the toolbar should belong to, as an instance of the class Context. The context may not be null
        +
        +
      • +
      + + + +
        +
      • +

        ToolbarLarge

        +
        public ToolbarLarge(@NonNull
        +                    android.content.Context context,
        +                    @Nullable
        +                    android.util.AttributeSet attributeSet)
        +
        Creates a custom view, which may be used to visualize a large toolbar on devices with a large + screen.
        +
        +
        Parameters:
        +
        context - The context, the toolbar should belong to, as an instance of the class Context. The context may not be null
        +
        attributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the + type AttributeSet or ull, if no attributes are available
        +
        +
      • +
      + + + +
        +
      • +

        ToolbarLarge

        +
        public ToolbarLarge(@NonNull
        +                    android.content.Context context,
        +                    @Nullable
        +                    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.
        +
        +
        Parameters:
        +
        context - The context, the toolbar should belong to, as an instance of the class Context. The context may not be null
        +
        attributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the + type AttributeSet or null, if no attributes are available
        +
        defaultStyle - 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 resource
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTitle

        +
        public final java.lang.CharSequence getTitle()
        +
        Returns the toolbar's title.
        +
        +
        Returns:
        +
        The toolbar's title as an instance of the class CharSequence or null, if no + title is set
        +
        +
      • +
      + + + +
        +
      • +

        setTitle

        +
        public final void setTitle(@Nullable
        +                           java.lang.CharSequence title)
        +
        Sets the toolbar's title.
        +
        +
        Parameters:
        +
        title - The title, which should be set, as an instance of the class CharSequence or + null, if no title should be set
        +
        +
      • +
      + + + +
        +
      • +

        setTitle

        +
        public final void setTitle(@StringRes
        +                           int resourceId)
        +
        Sets the toolbar's title.
        +
        +
        Parameters:
        +
        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
        +
        +
      • +
      + + + +
        +
      • +

        getNavigationWidth

        +
        @Px
        +public final int getNavigationWidth()
        +
        Returns the width of the navigation.
        +
        +
        Returns:
        +
        The width of the navigation in pixels as an Integer value
        +
        +
      • +
      + + + +
        +
      • +

        setNavigationWidth

        +
        public final void setNavigationWidth(@Px
        +                                     int width)
        +
        Sets the width of the navigation.
        +
        +
        Parameters:
        +
        width - The width, which should be set, in pixels as an Integer value. The width must + be greater than 0
        +
        +
      • +
      + + + +
        +
      • +

        isNavigationHidden

        +
        public final boolean isNavigationHidden()
        +
        Returns, whether the navigation is hidden, or not.
        +
        +
        Returns:
        +
        True, if the navigation is hidden, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        hideNavigation

        +
        public final void hideNavigation(boolean navigationHidden)
        +
        Hides or shows the navigation.
        +
        +
        Parameters:
        +
        navigationHidden - True, if the navigation should be hidden, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        getToolbar

        +
        public final android.support.v7.widget.Toolbar getToolbar()
        +
        Returns the toolbar, which is used to show the title.
        +
        +
        Returns:
        +
        The toolbar, which is used to show the title, as an instance of the class Toolbar
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/view/package-frame.html b/doc/javadoc/de/mrapp/android/preference/activity/view/package-frame.html new file mode 100644 index 0000000..2d0f76a --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/view/package-frame.html @@ -0,0 +1,25 @@ + + + + + +de.mrapp.android.preference.activity.view + + + + + +

de.mrapp.android.preference.activity.view

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/view/package-summary.html b/doc/javadoc/de/mrapp/android/preference/activity/view/package-summary.html new file mode 100644 index 0000000..97dfbdc --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/view/package-summary.html @@ -0,0 +1,166 @@ + + + + + +de.mrapp.android.preference.activity.view + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.mrapp.android.preference.activity.view

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/de/mrapp/android/preference/activity/view/package-tree.html b/doc/javadoc/de/mrapp/android/preference/activity/view/package-tree.html new file mode 100644 index 0000000..385a484 --- /dev/null +++ b/doc/javadoc/de/mrapp/android/preference/activity/view/package-tree.html @@ -0,0 +1,164 @@ + + + + + +de.mrapp.android.preference.activity.view Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.mrapp.android.preference.activity.view

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/deprecated-list.html b/doc/javadoc/deprecated-list.html new file mode 100644 index 0000000..dbdff58 --- /dev/null +++ b/doc/javadoc/deprecated-list.html @@ -0,0 +1,122 @@ + + + + + +Deprecated List + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/help-doc.html b/doc/javadoc/help-doc.html new file mode 100644 index 0000000..1cc278f --- /dev/null +++ b/doc/javadoc/help-doc.html @@ -0,0 +1,223 @@ + + + + + +API Help + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-1.html b/doc/javadoc/index-files/index-1.html new file mode 100644 index 0000000..58f9fcf --- /dev/null +++ b/doc/javadoc/index-files/index-1.html @@ -0,0 +1,1958 @@ + + + + + +A-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

A

+
+
abc_ab_share_pack_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_action_bar_content_inset_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_content_inset_with_nav - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_default_height_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_default_padding_end_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_default_padding_start_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_elevation_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_embed_tabs - Static variable in class de.mrapp.android.preference.activity.R.bool
+
 
+
abc_action_bar_home_description - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_action_bar_home_description_format - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_action_bar_home_subtitle_description_format - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_action_bar_icon_vertical_padding_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_item_background_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_action_bar_overflow_padding_end_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_overflow_padding_start_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_progress_bar_size - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_stacked_max_height - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_stacked_tab_max_width - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_subtitle_bottom_margin_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_subtitle_top_margin_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_bar_title_item - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_action_bar_up_container - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_action_bar_up_description - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_action_bar_view_list_nav_layout - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_action_button_min_height_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_button_min_width_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_button_min_width_overflow_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_action_menu_item_layout - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_action_menu_layout - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_action_menu_overflow_description - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_action_mode_bar - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_action_mode_close_item_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_action_mode_done - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_activity_chooser_view - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_activity_chooser_view_list_item - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_activity_chooser_view_see_all - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_activitychooserview_choose_application - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_alert_dialog_button_bar_height - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_alert_dialog_button_bar_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_alert_dialog_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_alert_dialog_title_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_allow_stacked_button_bar - Static variable in class de.mrapp.android.preference.activity.R.bool
+
 
+
abc_background_cache_hint_selector_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_background_cache_hint_selector_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_btn_borderless_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_check_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_check_to_on_mtrl_000 - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_check_to_on_mtrl_015 - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_colored_borderless_text_material - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_btn_colored_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_colored_text_material - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_btn_default_mtrl_shape - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_radio_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_radio_to_on_mtrl_000 - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_radio_to_on_mtrl_015 - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_switch_to_on_mtrl_00001 - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_btn_switch_to_on_mtrl_00012 - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_button_inset_horizontal_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_button_inset_vertical_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_button_padding_horizontal_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_button_padding_vertical_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_cab_background_internal_bg - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_cab_background_top_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_cab_background_top_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_capital_off - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_capital_on - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_cascading_menus_min_smallest_width - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_color_highlight_material - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_config_actionMenuItemAllCaps - Static variable in class de.mrapp.android.preference.activity.R.bool
+
 
+
abc_config_activityDefaultDur - Static variable in class de.mrapp.android.preference.activity.R.integer
+
 
+
abc_config_activityShortDur - Static variable in class de.mrapp.android.preference.activity.R.integer
+
 
+
abc_config_closeDialogWhenTouchOutside - Static variable in class de.mrapp.android.preference.activity.R.bool
+
 
+
abc_config_prefDialogWidth - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_config_showMenuShortcutsWhenKeyboardPresent - Static variable in class de.mrapp.android.preference.activity.R.bool
+
 
+
abc_control_background_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_control_corner_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_control_inset_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_control_padding_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_fixed_height_major - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_fixed_height_minor - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_fixed_width_major - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_fixed_width_minor - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_list_padding_bottom_no_buttons - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_list_padding_top_no_title - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_material_background - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_dialog_min_width_major - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_min_width_minor - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_padding_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_padding_top_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_title_divider_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dialog_title_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_disabled_alpha_material_dark - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_disabled_alpha_material_light - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dropdownitem_icon_width - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dropdownitem_text_padding_left - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_dropdownitem_text_padding_right - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_edit_text_inset_bottom_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_edit_text_inset_horizontal_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_edit_text_inset_top_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_edit_text_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_expanded_menu_layout - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_fade_in - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_fade_out - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_floating_window_z - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_font_family_body_1_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_body_2_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_button_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_caption_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_display_1_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_display_2_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_display_3_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_display_4_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_headline_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_menu_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_subhead_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_font_family_title_material - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_grow_fade_in_from_bottom - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_hint_foreground_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_hint_foreground_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_ic_ab_back_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_arrow_drop_right_black_24dp - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_clear_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_commit_search_api_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_go_search_api_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_menu_copy_mtrl_am_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_menu_cut_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_menu_overflow_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_menu_paste_mtrl_am_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_menu_selectall_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_menu_share_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_search_api_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_star_black_16dp - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_star_black_36dp - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_star_black_48dp - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_star_half_black_16dp - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_star_half_black_36dp - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_star_half_black_48dp - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ic_voice_search_api_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_input_method_navigation_guard - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_item_background_holo_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_item_background_holo_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_divider_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_focused_holo - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_item_padding_horizontal_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_list_longpressed_holo - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_menu_item_checkbox - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_list_menu_item_icon - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_list_menu_item_layout - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_list_menu_item_radio - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_list_pressed_holo_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_pressed_holo_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_selector_background_transition_holo_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_selector_background_transition_holo_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_selector_disabled_holo_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_selector_disabled_holo_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_selector_holo_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_list_selector_holo_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_menu_hardkey_panel_mtrl_mult - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_panel_menu_list_width - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_popup_background_mtrl_mult - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_popup_enter - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_popup_exit - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_popup_menu_header_item_layout - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_popup_menu_item_layout - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_primary_text_disable_only_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_primary_text_disable_only_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_primary_text_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_primary_text_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_progress_bar_height_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_ratingbar_indicator_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ratingbar_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_ratingbar_small_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_screen_content_include - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_screen_simple - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_screen_simple_overlay_action_mode - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_screen_toolbar - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_scrubber_control_off_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_scrubber_control_to_pressed_mtrl_000 - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_scrubber_control_to_pressed_mtrl_005 - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_scrubber_primary_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_scrubber_track_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_search_dropdown_item_icons_2line - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_search_hint - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_search_url_text - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_search_url_text_normal - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_search_url_text_pressed - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_search_url_text_selected - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_search_view - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_search_view_preferred_height - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_search_view_preferred_width - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_searchview_description_clear - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_searchview_description_query - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_searchview_description_search - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_searchview_description_submit - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_searchview_description_voice - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_secondary_text_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_secondary_text_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_seekbar_thumb_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_seekbar_tick_mark_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_seekbar_track_background_height_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_seekbar_track_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_seekbar_track_progress_height_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_select_dialog_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
abc_select_dialog_padding_start_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_shareactionprovider_share_with - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_shareactionprovider_share_with_application - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_shrink_fade_out_from_bottom - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_slide_in_bottom - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_slide_in_top - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_slide_out_bottom - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_slide_out_top - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
abc_spinner_mtrl_am_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_spinner_textfield_background_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_switch_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_switch_thumb_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_switch_track_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_tab_indicator_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_tab_indicator_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_text_cursor_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_text_select_handle_left_mtrl_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_text_select_handle_left_mtrl_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_text_select_handle_middle_mtrl_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_text_select_handle_middle_mtrl_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_text_select_handle_right_mtrl_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_text_select_handle_right_mtrl_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_text_size_body_1_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_body_2_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_button_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_caption_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_display_1_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_display_2_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_display_3_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_display_4_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_headline_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_large_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_medium_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_menu_header_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_menu_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_small_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_subhead_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_subtitle_material_toolbar - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_title_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_text_size_title_material_toolbar - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
abc_textfield_activated_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_textfield_default_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_textfield_search_activated_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_textfield_search_default_mtrl_alpha - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_textfield_search_material - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
abc_tint_btn_checkable - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_tint_default - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_tint_edittext - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_tint_seek_thumb - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_tint_spinner - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_tint_switch_track - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
abc_toolbar_collapse_description - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
abc_vector_test - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
AbstractPreferenceFragment - Class in de.mrapp.android.preference.activity.fragment
+
+
An abstract base class for all fragments, which show multiple preferences.
+
+
AbstractPreferenceFragment() - Constructor for class de.mrapp.android.preference.activity.fragment.AbstractPreferenceFragment
+
 
+
accent_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
accent_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
action0 - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_bar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_bar_activity_content - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_bar_container - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_bar_root - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_bar_spinner - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_bar_subtitle - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_bar_title - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_container - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_context_bar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_divider - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_image - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_menu_divider - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_menu_presenter - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_mode_bar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_mode_bar_stub - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_mode_close_button - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
action_text - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
ActionBar - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ActionBar.
+
+
ActionBar_background - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.background + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_backgroundSplit - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.backgroundSplit + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_backgroundStacked - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.backgroundStacked + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_contentInsetEnd - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetEnd + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_contentInsetEndWithActions - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetEndWithActions + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_contentInsetLeft - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetLeft + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_contentInsetRight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetRight + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_contentInsetStart - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetStart + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_contentInsetStartWithNavigation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetStartWithNavigation + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_customNavigationLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.customNavigationLayout + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_displayOptions - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.displayOptions + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_divider - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.divider + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_elevation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.elevation + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_height - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.height + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_hideOnContentScroll - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.hideOnContentScroll + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_homeAsUpIndicator - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.homeAsUpIndicator + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_homeLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.homeLayout + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_icon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.icon + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_indeterminateProgressStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.indeterminateProgressStyle + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_itemPadding - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.itemPadding + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_logo - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.logo + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_navigationMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.navigationMode + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_popupTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.popupTheme + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_progressBarPadding - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.progressBarPadding + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_progressBarStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.progressBarStyle + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_subtitle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.subtitle + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_subtitleTextStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.subtitleTextStyle + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_title - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.title + attribute's value can be found in the R.styleable.ActionBar array.
+
+
ActionBar_titleTextStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleTextStyle + attribute's value can be found in the R.styleable.ActionBar array.
+
+
actionBarDivider - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionBarItemBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
ActionBarLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ActionBarLayout.
+
+
ActionBarLayout_android_layout_gravity - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layout_gravity + attribute's value can be found in the R.styleable.ActionBarLayout array.
+
+
actionBarPopupTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionBarSize - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
actionBarSplitStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionBarStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionBarTabBarStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionBarTabStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionBarTabTextStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionBarTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionBarWidgetTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionDropDownStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
ActionMenuItemView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ActionMenuItemView.
+
+
ActionMenuItemView_android_minWidth - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.minWidth + attribute's value can be found in the R.styleable.ActionMenuItemView array.
+
+
actionMenuTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionMenuTextColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
ActionMenuView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ActionMenuView.
+
+
ActionMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ActionMode.
+
+
ActionMode_background - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.background + attribute's value can be found in the R.styleable.ActionMode array.
+
+
ActionMode_backgroundSplit - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.backgroundSplit + attribute's value can be found in the R.styleable.ActionMode array.
+
+
ActionMode_closeItemLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.closeItemLayout + attribute's value can be found in the R.styleable.ActionMode array.
+
+
ActionMode_height - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.height + attribute's value can be found in the R.styleable.ActionMode array.
+
+
ActionMode_subtitleTextStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.subtitleTextStyle + attribute's value can be found in the R.styleable.ActionMode array.
+
+
ActionMode_titleTextStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleTextStyle + attribute's value can be found in the R.styleable.ActionMode array.
+
+
actionModeBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeCloseButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeCloseDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeCopyDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeCutDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeFindDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModePasteDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModePopupWindowStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeSelectAllDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeShareDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeSplitBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionModeWebSearchDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionOverflowButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionOverflowMenuStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
actionProviderClass - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
actions - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
actionViewClass - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
activity_chooser_view_content - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
ActivityChooserView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ActivityChooserView.
+
+
ActivityChooserView_expandActivityOverflowButtonDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.expandActivityOverflowButtonDrawable + attribute's value can be found in the R.styleable.ActivityChooserView array.
+
+
ActivityChooserView_initialActivityCount - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.initialActivityCount + attribute's value can be found in the R.styleable.ActivityChooserView array.
+
+
activityChooserViewStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
add - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
addListener(HideViewOnScrollAnimationListener) - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
Adds a new listener, which should be notified about the animation's internal state, to the + animation.
+
+
addNavigationListener(NavigationListener) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Adds a new listener, which should be notified, when a navigation preference has been added or + removed to/from the activity.
+
+
addPreferenceFragmentListener(PreferenceFragmentListener) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Adds a new listener, which should be notified, when the currently shown preference fragment + has been changed, to the activity.
+
+
addRestoreDefaultsListener(RestoreDefaultsListener) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Adds a new listener, which should be notified, when the preferences' default values should be + restored, to the fragment.
+
+
addWizardListener(WizardListener) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Adds a new listener, which should be notified, when the user navigates within the activity, + if it is used as a wizard.
+
+
AlertDialog - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a AlertDialog.
+
+
AlertDialog_android_layout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layout + attribute's value can be found in the R.styleable.AlertDialog array.
+
+
AlertDialog_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
AlertDialog_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
AlertDialog_buttonPanelSideLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonPanelSideLayout + attribute's value can be found in the R.styleable.AlertDialog array.
+
+
AlertDialog_listItemLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listItemLayout + attribute's value can be found in the R.styleable.AlertDialog array.
+
+
AlertDialog_listLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listLayout + attribute's value can be found in the R.styleable.AlertDialog array.
+
+
AlertDialog_multiChoiceItemLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.multiChoiceItemLayout + attribute's value can be found in the R.styleable.AlertDialog array.
+
+
AlertDialog_showTitle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.showTitle + attribute's value can be found in the R.styleable.AlertDialog array.
+
+
AlertDialog_singleChoiceItemLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.singleChoiceItemLayout + attribute's value can be found in the R.styleable.AlertDialog array.
+
+
alertDialogButtonGroupStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
alertDialogCenterButtons - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
alertDialogStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
alertDialogTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
alertTitle - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
allowStacking - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
alpha - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a floating point value, such as "1.2".
+
+
alphabeticModifiers - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
ALT - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
always - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
anim() - Constructor for class de.mrapp.android.preference.activity.R.anim
+
 
+
Animation_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Animation_AppCompat_DropDownUp - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Animation_AppCompat_Tooltip - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
AppCompatImageView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a AppCompatImageView.
+
+
AppCompatImageView_android_src - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.src + attribute's value can be found in the R.styleable.AppCompatImageView array.
+
+
AppCompatImageView_srcCompat - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.srcCompat + attribute's value can be found in the R.styleable.AppCompatImageView array.
+
+
AppCompatImageView_tint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.tint + attribute's value can be found in the R.styleable.AppCompatImageView array.
+
+
AppCompatImageView_tintMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.tintMode + attribute's value can be found in the R.styleable.AppCompatImageView array.
+
+
AppCompatSeekBar - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a AppCompatSeekBar.
+
+
AppCompatSeekBar_android_thumb - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.thumb + attribute's value can be found in the R.styleable.AppCompatSeekBar array.
+
+
AppCompatSeekBar_tickMark - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.tickMark + attribute's value can be found in the R.styleable.AppCompatSeekBar array.
+
+
AppCompatSeekBar_tickMarkTint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.tickMarkTint + attribute's value can be found in the R.styleable.AppCompatSeekBar array.
+
+
AppCompatSeekBar_tickMarkTintMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.tickMarkTintMode + attribute's value can be found in the R.styleable.AppCompatSeekBar array.
+
+
AppCompatTextHelper - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a AppCompatTextHelper.
+
+
AppCompatTextHelper_android_drawableBottom - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.drawableBottom + attribute's value can be found in the R.styleable.AppCompatTextHelper array.
+
+
AppCompatTextHelper_android_drawableEnd - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.drawableEnd + attribute's value can be found in the R.styleable.AppCompatTextHelper array.
+
+
AppCompatTextHelper_android_drawableLeft - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.drawableLeft + attribute's value can be found in the R.styleable.AppCompatTextHelper array.
+
+
AppCompatTextHelper_android_drawableRight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.drawableRight + attribute's value can be found in the R.styleable.AppCompatTextHelper array.
+
+
AppCompatTextHelper_android_drawableStart - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.drawableStart + attribute's value can be found in the R.styleable.AppCompatTextHelper array.
+
+
AppCompatTextHelper_android_drawableTop - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.drawableTop + attribute's value can be found in the R.styleable.AppCompatTextHelper array.
+
+
AppCompatTextHelper_android_textAppearance - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearance + attribute's value can be found in the R.styleable.AppCompatTextHelper array.
+
+
AppCompatTextView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a AppCompatTextView.
+
+
AppCompatTextView_android_textAppearance - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearance + attribute's value can be found in the R.styleable.AppCompatTextView array.
+
+
AppCompatTextView_autoSizeMaxTextSize - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.autoSizeMaxTextSize + attribute's value can be found in the R.styleable.AppCompatTextView array.
+
+
AppCompatTextView_autoSizeMinTextSize - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.autoSizeMinTextSize + attribute's value can be found in the R.styleable.AppCompatTextView array.
+
+
AppCompatTextView_autoSizePresetSizes - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.autoSizePresetSizes + attribute's value can be found in the R.styleable.AppCompatTextView array.
+
+
AppCompatTextView_autoSizeStepGranularity - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.autoSizeStepGranularity + attribute's value can be found in the R.styleable.AppCompatTextView array.
+
+
AppCompatTextView_autoSizeTextType - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.autoSizeTextType + attribute's value can be found in the R.styleable.AppCompatTextView array.
+
+
AppCompatTextView_fontFamily - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontFamily + attribute's value can be found in the R.styleable.AppCompatTextView array.
+
+
AppCompatTextView_textAllCaps - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAllCaps + attribute's value can be found in the R.styleable.AppCompatTextView array.
+
+
AppCompatTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a AppCompatTheme.
+
+
AppCompatTheme_actionBarDivider - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarDivider + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarItemBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarItemBackground + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarPopupTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarPopupTheme + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarSize - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarSize + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarSplitStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarSplitStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarTabBarStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarTabBarStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarTabStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarTabStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarTabTextStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarTabTextStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarTheme + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionBarWidgetTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionBarWidgetTheme + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionDropDownStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionDropDownStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionMenuTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionMenuTextAppearance + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionMenuTextColor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionMenuTextColor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeBackground + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeCloseButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeCloseButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeCloseDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeCloseDrawable + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeCopyDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeCopyDrawable + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeCutDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeCutDrawable + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeFindDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeFindDrawable + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModePasteDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModePasteDrawable + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModePopupWindowStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModePopupWindowStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeSelectAllDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeSelectAllDrawable + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeShareDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeShareDrawable + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeSplitBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeSplitBackground + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionModeWebSearchDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionModeWebSearchDrawable + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionOverflowButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionOverflowButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_actionOverflowMenuStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionOverflowMenuStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_activityChooserViewStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.activityChooserViewStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_alertDialogButtonGroupStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.alertDialogButtonGroupStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_alertDialogCenterButtons - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.alertDialogCenterButtons + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_alertDialogStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.alertDialogStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_alertDialogTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.alertDialogTheme + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_android_windowAnimationStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowAnimationStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_android_windowIsFloating - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowIsFloating + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_autoCompleteTextViewStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.autoCompleteTextViewStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_borderlessButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.borderlessButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_buttonBarButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonBarButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_buttonBarNegativeButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonBarNegativeButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_buttonBarNeutralButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonBarNeutralButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_buttonBarPositiveButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonBarPositiveButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_buttonBarStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonBarStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_buttonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_buttonStyleSmall - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonStyleSmall + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_checkboxStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.checkboxStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_checkedTextViewStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.checkedTextViewStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorAccent - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorAccent + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorBackgroundFloating - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorBackgroundFloating + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorButtonNormal - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorButtonNormal + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorControlActivated - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorControlActivated + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorControlHighlight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorControlHighlight + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorControlNormal - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorControlNormal + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorError - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorError + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorPrimary - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorPrimary + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorPrimaryDark - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorPrimaryDark + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_colorSwitchThumbNormal - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.colorSwitchThumbNormal + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_controlBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.controlBackground + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_dialogPreferredPadding - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dialogPreferredPadding + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_dialogTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dialogTheme + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_dividerHorizontal - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dividerHorizontal + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_dividerVertical - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dividerVertical + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_dropdownListPreferredItemHeight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dropdownListPreferredItemHeight + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_dropDownListViewStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dropDownListViewStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_editTextBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.editTextBackground + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_editTextColor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.editTextColor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_editTextStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.editTextStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_homeAsUpIndicator - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.homeAsUpIndicator + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_imageButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.imageButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listChoiceBackgroundIndicator - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listChoiceBackgroundIndicator + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listDividerAlertDialog - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listDividerAlertDialog + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listMenuViewStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listMenuViewStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listPopupWindowStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listPopupWindowStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listPreferredItemHeight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listPreferredItemHeight + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listPreferredItemHeightLarge - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listPreferredItemHeightLarge + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listPreferredItemHeightSmall - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listPreferredItemHeightSmall + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listPreferredItemPaddingLeft - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listPreferredItemPaddingLeft + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_listPreferredItemPaddingRight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.listPreferredItemPaddingRight + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_panelBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.panelBackground + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_panelMenuListTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.panelMenuListTheme + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_panelMenuListWidth - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.panelMenuListWidth + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_popupMenuStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.popupMenuStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_popupWindowStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.popupWindowStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_radioButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.radioButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_ratingBarStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.ratingBarStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_ratingBarStyleIndicator - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.ratingBarStyleIndicator + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_ratingBarStyleSmall - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.ratingBarStyleSmall + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_searchViewStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.searchViewStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_seekBarStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.seekBarStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_selectableItemBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.selectableItemBackground + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_selectableItemBackgroundBorderless - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.selectableItemBackgroundBorderless + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_spinnerDropDownItemStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.spinnerDropDownItemStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_spinnerStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.spinnerStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_switchStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.switchStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textAppearanceLargePopupMenu - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearanceLargePopupMenu + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textAppearanceListItem - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearanceListItem + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textAppearanceListItemSecondary - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearanceListItemSecondary + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textAppearanceListItemSmall - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearanceListItemSmall + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textAppearancePopupMenuHeader - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearancePopupMenuHeader + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textAppearanceSearchResultSubtitle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearanceSearchResultSubtitle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textAppearanceSearchResultTitle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearanceSearchResultTitle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textAppearanceSmallPopupMenu - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAppearanceSmallPopupMenu + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textColorAlertDialogListItem - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textColorAlertDialogListItem + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_textColorSearchUrl - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textColorSearchUrl + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_toolbarNavigationButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.toolbarNavigationButtonStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_toolbarStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.toolbarStyle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_tooltipForegroundColor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.tooltipForegroundColor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_tooltipFrameBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.tooltipFrameBackground + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowActionBar - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowActionBar + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowActionBarOverlay - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowActionBarOverlay + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowActionModeOverlay - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowActionModeOverlay + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowFixedHeightMajor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowFixedHeightMajor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowFixedHeightMinor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowFixedHeightMinor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowFixedWidthMajor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowFixedWidthMajor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowFixedWidthMinor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowFixedWidthMinor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowMinWidthMajor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowMinWidthMajor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowMinWidthMinor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowMinWidthMinor + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
AppCompatTheme_windowNoTitle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowNoTitle + attribute's value can be found in the R.styleable.AppCompatTheme array.
+
+
APPLICATION_ID - Static variable in class de.mrapp.android.preference.activity.BuildConfig
+
 
+
arrowHeadLength - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
arrowShaftLength - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
async - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
attr() - Constructor for class de.mrapp.android.preference.activity.R.attr
+
 
+
autoCompleteTextViewStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
autoSizeMaxTextSize - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
autoSizeMinTextSize - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
autoSizePresetSizes - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
autoSizeStepGranularity - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
autoSizeTextType - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-10.html b/doc/javadoc/index-files/index-10.html new file mode 100644 index 0000000..4552e92 --- /dev/null +++ b/doc/javadoc/index-files/index-10.html @@ -0,0 +1,296 @@ + + + + + +L-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

L

+
+
large_toolbar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
layout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
layout() - Constructor for class de.mrapp.android.preference.activity.R.layout
+
 
+
layoutManager - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
left - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
line1 - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
line3 - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
LinearLayoutCompat - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a LinearLayoutCompat.
+
+
LinearLayoutCompat_android_baselineAligned - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.baselineAligned + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
LinearLayoutCompat_android_baselineAlignedChildIndex - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.baselineAlignedChildIndex + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
LinearLayoutCompat_android_gravity - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.gravity + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
LinearLayoutCompat_android_orientation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.orientation + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
LinearLayoutCompat_android_weightSum - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.weightSum + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
LinearLayoutCompat_divider - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.divider + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
LinearLayoutCompat_dividerPadding - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dividerPadding + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
LinearLayoutCompat_Layout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a LinearLayoutCompat_Layout.
+
+
LinearLayoutCompat_Layout_android_layout_gravity - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layout_gravity + attribute's value can be found in the R.styleable.LinearLayoutCompat_Layout array.
+
+
LinearLayoutCompat_Layout_android_layout_height - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layout_height + attribute's value can be found in the R.styleable.LinearLayoutCompat_Layout array.
+
+
LinearLayoutCompat_Layout_android_layout_weight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layout_weight + attribute's value can be found in the R.styleable.LinearLayoutCompat_Layout array.
+
+
LinearLayoutCompat_Layout_android_layout_width - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layout_width + attribute's value can be found in the R.styleable.LinearLayoutCompat_Layout array.
+
+
LinearLayoutCompat_measureWithLargestChild - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.measureWithLargestChild + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
LinearLayoutCompat_showDividers - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.showDividers + attribute's value can be found in the R.styleable.LinearLayoutCompat array.
+
+
list_item - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
list_view_padding_top - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
listChoiceBackgroundIndicator - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
listDividerAlertDialog - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
listItemLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
listLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
listMenuViewStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
listMode - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
ListPopupWindow - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ListPopupWindow.
+
+
ListPopupWindow_android_dropDownHorizontalOffset - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dropDownHorizontalOffset + attribute's value can be found in the R.styleable.ListPopupWindow array.
+
+
ListPopupWindow_android_dropDownVerticalOffset - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dropDownVerticalOffset + attribute's value can be found in the R.styleable.ListPopupWindow array.
+
+
listPopupWindowStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
listPreferredItemHeight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
listPreferredItemHeightLarge - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
listPreferredItemHeightSmall - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
listPreferredItemPaddingLeft - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
listPreferredItemPaddingRight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
logo - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
logoDescription - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-11.html b/doc/javadoc/index-files/index-11.html new file mode 100644 index 0000000..66ae8fb --- /dev/null +++ b/doc/javadoc/index-files/index-11.html @@ -0,0 +1,374 @@ + + + + + +M-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

M

+
+
material_blue_grey_800 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_blue_grey_900 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_blue_grey_950 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_deep_teal_200 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_deep_teal_500 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_grey_100 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_grey_300 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_grey_50 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_grey_600 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_grey_800 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_grey_850 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
material_grey_900 - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
maxButtonHeight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
measureWithLargestChild - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
media_actions - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
MenuGroup - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a MenuGroup.
+
+
MenuGroup_android_checkableBehavior - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.checkableBehavior + attribute's value can be found in the R.styleable.MenuGroup array.
+
+
MenuGroup_android_enabled - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.enabled + attribute's value can be found in the R.styleable.MenuGroup array.
+
+
MenuGroup_android_id - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.id + attribute's value can be found in the R.styleable.MenuGroup array.
+
+
MenuGroup_android_menuCategory - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.menuCategory + attribute's value can be found in the R.styleable.MenuGroup array.
+
+
MenuGroup_android_orderInCategory - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.orderInCategory + attribute's value can be found in the R.styleable.MenuGroup array.
+
+
MenuGroup_android_visible - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.visible + attribute's value can be found in the R.styleable.MenuGroup array.
+
+
MenuItem - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a MenuItem.
+
+
MenuItem_actionLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionLayout + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_actionProviderClass - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionProviderClass + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_actionViewClass - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.actionViewClass + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_alphabeticModifiers - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.alphabeticModifiers + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_alphabeticShortcut - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.alphabeticShortcut + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_checkable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.checkable + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_checked - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.checked + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_enabled - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.enabled + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_icon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.icon + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_id - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.id + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_menuCategory - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.menuCategory + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_numericShortcut - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.numericShortcut + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_onClick - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.onClick + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_orderInCategory - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.orderInCategory + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_title - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.title + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_titleCondensed - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleCondensed + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_android_visible - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.visible + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_contentDescription - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentDescription + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_iconTint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.iconTint + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_iconTintMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.iconTintMode + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_numericModifiers - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.numericModifiers + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_showAsAction - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.showAsAction + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuItem_tooltipText - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.tooltipText + attribute's value can be found in the R.styleable.MenuItem array.
+
+
MenuView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a MenuView.
+
+
MenuView_android_headerBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.headerBackground + attribute's value can be found in the R.styleable.MenuView array.
+
+
MenuView_android_horizontalDivider - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.horizontalDivider + attribute's value can be found in the R.styleable.MenuView array.
+
+
MenuView_android_itemBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.itemBackground + attribute's value can be found in the R.styleable.MenuView array.
+
+
MenuView_android_itemIconDisabledAlpha - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.itemIconDisabledAlpha + attribute's value can be found in the R.styleable.MenuView array.
+
+
MenuView_android_itemTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.itemTextAppearance + attribute's value can be found in the R.styleable.MenuView array.
+
+
MenuView_android_verticalDivider - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.verticalDivider + attribute's value can be found in the R.styleable.MenuView array.
+
+
MenuView_android_windowAnimationStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.windowAnimationStyle + attribute's value can be found in the R.styleable.MenuView array.
+
+
MenuView_preserveIconSpacing - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.preserveIconSpacing + attribute's value can be found in the R.styleable.MenuView array.
+
+
MenuView_subMenuArrow - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.subMenuArrow + attribute's value can be found in the R.styleable.MenuView array.
+
+
message - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
META - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
middle - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
multiChoiceItemLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
multiply - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-12.html b/doc/javadoc/index-files/index-12.html new file mode 100644 index 0000000..b4ddc7f --- /dev/null +++ b/doc/javadoc/index-files/index-12.html @@ -0,0 +1,364 @@ + + + + + +N-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

N

+
+
navigation_background_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
navigation_background_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
navigation_fragment - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
navigation_fragment_container - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
navigation_toolbar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
navigation_toolbar_padding_left - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
navigation_width - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
navigationBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
navigationContentDescription - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
navigationDividerColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
NavigationFragment - Class in de.mrapp.android.preference.activity.fragment
+
+
A fragment, which contains the navigation of a PreferenceActivity.
+
+
NavigationFragment() - Constructor for class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
NavigationFragment.Callback - Interface in de.mrapp.android.preference.activity.fragment
+
+
Defines the interface, a class, which should be notified about the fragment's events, must + implement.
+
+
navigationIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
NavigationListener - Interface in de.mrapp.android.preference.activity
+
+
Defines the interface, a class, which should be notified when NavigationPreferences are + added or removed to/from a PreferenceActivity, must implement.
+
+
navigationMode - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
NavigationPreference - Class in de.mrapp.android.preference.activity
+
+
A preference, which allows to show a fragment within a PreferenceActivity when + clicked.
+
+
NavigationPreference(Context) - Constructor for class de.mrapp.android.preference.activity.NavigationPreference
+
+
Creates a new preference, which allows to show a preference screen within a PreferenceActivity when clicked.
+
+
NavigationPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.activity.NavigationPreference
+
+
Creates a new preference, which allows to show a preference screen within a PreferenceActivity when clicked.
+
+
NavigationPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.activity.NavigationPreference
+
+
Creates a new preference, which allows to show a preference screen within a PreferenceActivity when clicked.
+
+
NavigationPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.activity.NavigationPreference
+
+
Creates a new preference, which allows to show a preference screen within a PreferenceActivity when clicked.
+
+
NavigationPreference - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a NavigationPreference.
+
+
NavigationPreference.Callback - Interface in de.mrapp.android.preference.activity
+
+
Defines the callback, a class, which should be notified, when the fragment, which is + associated with a navigation preference, should be shown, must implement.
+
+
NavigationPreference.SavedState - Class in de.mrapp.android.preference.activity
+
+
A data structure, which allows to save the internal state of a NavigationPreference.
+
+
NavigationPreference_android_breadCrumbTitle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.breadCrumbTitle + attribute's value can be found in the R.styleable.NavigationPreference array.
+
+
NavigationPreference_android_fragment - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fragment + attribute's value can be found in the R.styleable.NavigationPreference array.
+
+
NavigationPreferenceGroupAdapter - Class in de.mrapp.android.preference.activity.adapter
+
+
A PreferenceGroupAdapter, which is used to visualize the navigation preferences of a + PreferenceActivity.
+
+
NavigationPreferenceGroupAdapter(Context, ListAdapter, NavigationPreferenceGroupAdapter.Callback) - Constructor for class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Creates a new PreferenceGroupAdapter, which is used to visualize the navigation + preferences of a PreferenceActivity.
+
+
NavigationPreferenceGroupAdapter.Callback - Interface in de.mrapp.android.preference.activity.adapter
+
+
Defines the callback, a class, which should be notified about the adapter's events, must + implement.
+
+
navigationSelectionColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
navigationWidth - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
never - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
next_button - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
next_button_text - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
nextButtonText - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
none - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
normal - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
notification_action - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_action_background - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_action_color_filter - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
notification_action_icon_size - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_action_text_size - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_action_tombstone - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_background - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
notification_bg - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_bg_low - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_bg_low_normal - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_bg_low_pressed - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_bg_normal - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_bg_normal_pressed - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_big_circle_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_content_margin_start - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_icon_background - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_icon_bg_color - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
notification_large_icon_height - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_large_icon_width - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_main_column - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
notification_main_column_container - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
notification_main_column_padding_top - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_material_background_media_default_color - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
notification_media_action - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_media_cancel_action - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_media_narrow_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_right_icon_size - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_right_side_padding_top - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_small_icon_background_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_small_icon_size_as_large - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_subtext_size - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_template_big_media - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_big_media_custom - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_big_media_narrow - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_big_media_narrow_custom - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_custom_big - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_icon_bg - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_template_icon_group - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_icon_low_bg - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_template_lines_media - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_media - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_media_custom - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_part_chronometer - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_template_part_time - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
notification_tile_bg - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notification_top_pad - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notification_top_pad_large_text - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
notify_panel_notification_icon_bg - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
notifyDataSetChanged() - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
 
+
notifyDataSetInvalidated() - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
 
+
numericModifiers - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-13.html b/doc/javadoc/index-files/index-13.html new file mode 100644 index 0000000..dda8523 --- /dev/null +++ b/doc/javadoc/index-files/index-13.html @@ -0,0 +1,319 @@ + + + + + +O-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

O

+
+
onActivityCreated(Bundle) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
onActivityCreated(Bundle) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
 
+
onBackPressed() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onCreate(Bundle) - Method in class de.mrapp.android.preference.activity.fragment.AbstractPreferenceFragment
+
 
+
onCreate(Bundle) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onCreate(Bundle) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
 
+
onCreateNavigation(PreferenceFragment) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
The method, which is invoked on implementing subclasses, when the navigation is created.
+
+
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class de.mrapp.android.preference.activity.fragment.AbstractPreferenceFragment
+
 
+
onFinish(NavigationPreference, Fragment, Bundle) - Method in interface de.mrapp.android.preference.activity.WizardListener
+
+
The method, which is invoked, when the user wants to finish the last step of the wizard.
+
+
onInflateView(LayoutInflater, ViewGroup, Bundle) - Method in class de.mrapp.android.preference.activity.fragment.AbstractPreferenceFragment
+
+
The method, which is invoked on implementing subclasses in order to inflate the fragment's + layout.
+
+
onInflateView(LayoutInflater, ViewGroup, Bundle) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
onInflateView(LayoutInflater, ViewGroup, Bundle) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
 
+
onNavigationAdapterCreated() - Method in interface de.mrapp.android.preference.activity.fragment.NavigationFragment.Callback
+
+
The method, which is invoked, when the adapter, which contains the navigation items, has + been created.
+
+
onNavigationAdapterCreated() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onNavigationFragmentCreated(PreferenceFragment) - Method in interface de.mrapp.android.preference.activity.fragment.NavigationFragment.Callback
+
+
The method, which is invoked, when the navigation fragment has been attached to its + activity.
+
+
onNavigationFragmentCreated(PreferenceFragment) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onNavigationPreferenceAdded(NavigationPreference) - Method in interface de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter.Callback
+
+
The method, which is invoked, when a navigation preference has been added.
+
+
onNavigationPreferenceAdded(NavigationPreference) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
onNavigationPreferenceAdded(NavigationPreference) - Method in interface de.mrapp.android.preference.activity.NavigationListener
+
+
The method, which is invoked, when a navigation preference has been added.
+
+
onNavigationPreferenceAdded(NavigationPreference) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onNavigationPreferenceRemoved(NavigationPreference) - Method in interface de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter.Callback
+
+
The method, which is invoked, when a navigation preference has been removed.
+
+
onNavigationPreferenceRemoved(NavigationPreference) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
onNavigationPreferenceRemoved(NavigationPreference) - Method in interface de.mrapp.android.preference.activity.NavigationListener
+
+
The method, which is invoked, when a navigation preference has been removed.
+
+
onNavigationPreferenceRemoved(NavigationPreference) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onNavigationPreferenceSelected(NavigationPreference, Bundle) - Method in interface de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter.Callback
+
+
The method, which is invoked, when a navigation preference has been selected.
+
+
onNavigationPreferenceSelected(NavigationPreference, Bundle) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
onNavigationPreferenceSelected(NavigationPreference, Bundle) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onNavigationPreferenceUnselected() - Method in interface de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter.Callback
+
+
The method, which is invoked, when a navigation preference has been unselected.
+
+
onNavigationPreferenceUnselected() - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
onNavigationPreferenceUnselected() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onNextStep(NavigationPreference, Fragment, Bundle) - Method in interface de.mrapp.android.preference.activity.WizardListener
+
+
The method, which is invoked, when the user wants to navigate to the next step of the + wizard.
+
+
onObtainStyledAttributes(int) - Method in class de.mrapp.android.preference.activity.fragment.AbstractPreferenceFragment
+
+
The method, which is invoked in order to obtain relevant attributes from the activity's + current theme.
+
+
onObtainStyledAttributes(int) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
 
+
onOptionsItemSelected(MenuItem) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onPreferenceFragmentHidden(Fragment) - Method in interface de.mrapp.android.preference.activity.PreferenceFragmentListener
+
+
The method, which is invoked, when a previously shown preference fragment has been hidden.
+
+
onPreferenceFragmentShown(NavigationPreference, Fragment) - Method in interface de.mrapp.android.preference.activity.PreferenceFragmentListener
+
+
The method, which is invoked, when a preference fragment has been shown.
+
+
onPreviousStep(NavigationPreference, Fragment, Bundle) - Method in interface de.mrapp.android.preference.activity.WizardListener
+
+
The method, which is invoked, when the user wants to navigate to the previous step of the + wizard.
+
+
onRestoredDefaultValue(PreferenceFragment, Preference, Object, Object) - Method in interface de.mrapp.android.preference.activity.RestoreDefaultsListener
+
+
The method, which is invoked, when the default value of a specific preference has been + restored.
+
+
onRestoreDefaultValueRequested(PreferenceFragment, Preference, Object) - Method in interface de.mrapp.android.preference.activity.RestoreDefaultsListener
+
+
The method, which is invoked, when the default value of a specific preference, should be + restored.
+
+
onRestoreDefaultValuesRequested(PreferenceFragment) - Method in interface de.mrapp.android.preference.activity.RestoreDefaultsListener
+
+
The method, which is invoked, when the default values of the preferences, which belong to a + specific preference fragment, should be restored.
+
+
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
 
+
onRestoreInstanceState(Bundle) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onSaveInstanceState() - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
 
+
onSaveInstanceState(Bundle) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onScroll(AbsListView, int, int, int) - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
 
+
onScrollingDown(HideViewOnScrollAnimation, View, int) - Method in interface de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimationListener
+
+
The method, which is invoked, when the list view, which is observed by the animation, is + scrolling downwards.
+
+
onScrollingUp(HideViewOnScrollAnimation, View, int) - Method in interface de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimationListener
+
+
The method, which is invoked, when the list view, which is observed by the animation, is + scrolling upwards.
+
+
onScrollStateChanged(AbsListView, int) - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
 
+
onSelectNavigationPreference(NavigationPreference) - Method in interface de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter.Callback
+
+
The method, which is invoked, when a navigation preference is about to be selected.
+
+
onSelectNavigationPreference(NavigationPreference) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
onSelectNavigationPreference(NavigationPreference) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
onShowFragment(NavigationPreference) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
 
+
onShowFragment(NavigationPreference) - Method in interface de.mrapp.android.preference.activity.NavigationPreference.Callback
+
+
The method, which is invoked, when the fragment, which is associated with a specific + navigation preference, should be shown.
+
+
onSkip(NavigationPreference, Fragment, Bundle) - Method in interface de.mrapp.android.preference.activity.WizardListener
+
+
The method, which is invoked, when the user wants to skip the wizard.
+
+
onVisualizedItem(Object, View) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
 
+
onVisualizedItem(Object, View) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
+
The method, which is invoked, when a specific item has been visualized.
+
+
onVisualizeItem(Object) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
 
+
onVisualizeItem(Object) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
+
The method, which is invoked, when a specific item is visualized.
+
+
overlapAnchor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
overrideNavigationIcon(boolean) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
overrideNavigationIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-14.html b/doc/javadoc/index-files/index-14.html new file mode 100644 index 0000000..412bbe0 --- /dev/null +++ b/doc/javadoc/index-files/index-14.html @@ -0,0 +1,374 @@ + + + + + +P-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

P

+
+
paddingBottomNoButtons - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
paddingEnd - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
paddingStart - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
paddingTopNoTitle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
panelBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
panelMenuListTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
panelMenuListWidth - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
parentPanel - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
Platform_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_ThemeOverlay_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_ThemeOverlay_AppCompat_Dark - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_ThemeOverlay_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_V11_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_V11_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_V14_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_V14_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_V21_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_V21_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_V25_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_V25_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Platform_Widget_AppCompat_Spinner - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
popupMenuStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
popupTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
PopupWindow - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a PopupWindow.
+
+
PopupWindow_android_popupAnimationStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.popupAnimationStyle + attribute's value can be found in the R.styleable.PopupWindow array.
+
+
PopupWindow_android_popupBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.popupBackground + attribute's value can be found in the R.styleable.PopupWindow array.
+
+
PopupWindow_overlapAnchor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.overlapAnchor + attribute's value can be found in the R.styleable.PopupWindow array.
+
+
PopupWindowBackgroundState - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a PopupWindowBackgroundState.
+
+
PopupWindowBackgroundState_state_above_anchor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.state_above_anchor + attribute's value can be found in the R.styleable.PopupWindowBackgroundState array.
+
+
popupWindowStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
preference - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
preference_activity_horizontal_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
preference_activity_phone - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
preference_activity_tablet - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
preference_category - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
preference_category_bottom_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
preference_category_top_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
preference_child - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
preference_child_indent - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
preference_divider - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
preference_divider_color_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
preference_divider_color_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
preference_fragment - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
preference_fragment_container - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
preference_fragment_frame_layout - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
preference_horizontal_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
preference_icon_size - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
preference_min_height - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
preference_selection_color_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
preference_selection_color_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
preference_vertical_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
PreferenceActivity - Class in de.mrapp.android.preference.activity
+
+
An activity, which provides a navigation for accessing preferences, which are grouped as + different sections.
+
+
PreferenceActivity() - Constructor for class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
PreferenceActivity - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
PreferenceActivity_Button - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
PreferenceActivity_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
PreferenceActivity_PreferenceCategory - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
PreferenceFragment - Class in de.mrapp.android.preference.activity
+
+
A fragment, which allows to show multiple preferences.
+
+
PreferenceFragment() - Constructor for class de.mrapp.android.preference.activity.PreferenceFragment
+
 
+
PreferenceFragmentListener - Interface in de.mrapp.android.preference.activity
+
+
Defines the interface, a class, which should be notified when the currently shown preference + fragment of a PreferenceActivity has been changed, must implement.
+
+
PreferenceGroupAdapter - Class in de.mrapp.android.preference.activity.adapter
+
+
A list adapter, which encapsulates another adapter in order to add items, which are + visualized as dividers, above preference categories.
+
+
PreferenceGroupAdapter(Context, ListAdapter) - Constructor for class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
+
Creates a new list adapter, which encapsulates another adapter in order to add items, + which are visualized as dividers, above preference categories.
+
+
PreferenceListView - Class in de.mrapp.android.preference.activity.view
+
+
A custom ListView, whose adapter is wrapped in order to display dividers above preference + categories.
+
+
PreferenceListView(Context) - Constructor for class de.mrapp.android.preference.activity.view.PreferenceListView
+
+
Creates a custom ListView, whose adapter is wrapped in order to display dividers + above preference categories.
+
+
PreferenceListView(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.activity.view.PreferenceListView
+
+
Creates a custom ListView, whose adapter is wrapped in order to display dividers + above preference categories.
+
+
PreferenceListView(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.activity.view.PreferenceListView
+
+
Creates a custom ListView, whose adapter is wrapped in order to display dividers + above preference categories.
+
+
PreferenceListView(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.activity.view.PreferenceListView
+
+
Creates a custom ListView, whose adapter is wrapped in order to display dividers + above preference categories.
+
+
PreferenceListView.AdapterFactory - Interface in de.mrapp.android.preference.activity.view
+
+
Defines the interface, a factory, which allows to create instances of the class PreferenceGroupAdapter, must implement.
+
+
preserveIconSpacing - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
primary_dark_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
primary_dark_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
primary_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
primary_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
primary_text_default_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
primary_text_default_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
primary_text_disabled_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
primary_text_disabled_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
progress_circular - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
progress_format - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
progress_horizontal - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
progressBarPadding - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
progressBarStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
progressFormat - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-15.html b/doc/javadoc/index-files/index-15.html new file mode 100644 index 0000000..7564709 --- /dev/null +++ b/doc/javadoc/index-files/index-15.html @@ -0,0 +1,134 @@ + + + + + +Q-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

Q

+
+
queryBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
queryHint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-16.html b/doc/javadoc/index-files/index-16.html new file mode 100644 index 0000000..a0bb6e7 --- /dev/null +++ b/doc/javadoc/index-files/index-16.html @@ -0,0 +1,349 @@ + + + + + +R-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

R

+
+
R - Class in de.mrapp.android.preference.activity
+
 
+
R() - Constructor for class de.mrapp.android.preference.activity.R
+
 
+
R.anim - Class in de.mrapp.android.preference.activity
+
 
+
R.attr - Class in de.mrapp.android.preference.activity
+
 
+
R.bool - Class in de.mrapp.android.preference.activity
+
 
+
R.color - Class in de.mrapp.android.preference.activity
+
 
+
R.dimen - Class in de.mrapp.android.preference.activity
+
 
+
R.drawable - Class in de.mrapp.android.preference.activity
+
 
+
R.id - Class in de.mrapp.android.preference.activity
+
 
+
R.integer - Class in de.mrapp.android.preference.activity
+
 
+
R.layout - Class in de.mrapp.android.preference.activity
+
 
+
R.string - Class in de.mrapp.android.preference.activity
+
 
+
R.style - Class in de.mrapp.android.preference.activity
+
 
+
R.styleable - Class in de.mrapp.android.preference.activity
+
 
+
R.xml - Class in de.mrapp.android.preference.activity
+
 
+
radio - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
radioButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
ratingBarStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
ratingBarStyleIndicator - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
ratingBarStyleSmall - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
RecycleListView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a RecycleListView.
+
+
RecycleListView_paddingBottomNoButtons - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.paddingBottomNoButtons + attribute's value can be found in the R.styleable.RecycleListView array.
+
+
RecycleListView_paddingTopNoTitle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.paddingTopNoTitle + attribute's value can be found in the R.styleable.RecycleListView array.
+
+
RecyclerView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a RecyclerView.
+
+
RecyclerView_android_descendantFocusability - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.descendantFocusability + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_android_orientation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.orientation + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_fastScrollEnabled - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fastScrollEnabled + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_fastScrollHorizontalThumbDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fastScrollHorizontalThumbDrawable + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_fastScrollHorizontalTrackDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fastScrollHorizontalTrackDrawable + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_fastScrollVerticalThumbDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fastScrollVerticalThumbDrawable + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_fastScrollVerticalTrackDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fastScrollVerticalTrackDrawable + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_layoutManager - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layoutManager + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_reverseLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.reverseLayout + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_spanCount - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.spanCount + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
RecyclerView_stackFromEnd - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.stackFromEnd + attribute's value can be found in the R.styleable.RecyclerView array.
+
+
removeListener(HideViewOnScrollAnimationListener) - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
Removes a specific listener, which should not be notified about the animation's internal + state, from the animation.
+
+
removeNavigationListener(NavigationListener) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Removes a specific listener, which should not be notified, when a navigation preference has + been added or removed to/from the activity, anymore.
+
+
removePreferenceFragmentListener(PreferenceFragmentListener) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Removes a specific listener, which should not be notified, when the currently shown + preference fragment has been changed, anymore.
+
+
removeRestoreDefaultsListener(RestoreDefaultsListener) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Removes a specific listener, which should not be notified anymore, when the preferences' + default values should be restored, from the fragment.
+
+
removeWizardListener(WizardListener) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Removes a specific listener, which should not be notified, when the user navigates within the + activity, if it is used as a wizard.
+
+
restore_defaults_button - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
restore_defaults_button_bar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
restore_defaults_button_bar_parent - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
restore_defaults_button_bar_shadow_view - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
restore_defaults_button_text - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
restoreDefaults() - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Restores the default values of all preferences, which are contained by the fragment.
+
+
restoreDefaultsButtonBarBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
restoreDefaultsButtonBarElevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
restoreDefaultsButtonText - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
RestoreDefaultsListener - Interface in de.mrapp.android.preference.activity
+
+
Defines the interface, a class, which should be notified, when the default values of the + preferences, which belong to a PreferenceFragment, should be restored.
+
+
reverseLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
right - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
right_icon - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
right_side - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
ripple_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
ripple_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
RtlOverlay_DialogWindowTitle_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_ActionBar_TitleItem - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_DialogTitle_Icon - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_PopupMenuItem - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_PopupMenuItem_Text - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_Search_DropDown - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_Search_DropDown_Query - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_Search_DropDown_Text - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlOverlay_Widget_AppCompat_SearchView_MagIcon - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlUnderlay_Widget_AppCompat_ActionButton - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
RtlUnderlay_Widget_AppCompat_ActionButton_Overflow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-17.html b/doc/javadoc/index-files/index-17.html new file mode 100644 index 0000000..f6bb907 --- /dev/null +++ b/doc/javadoc/index-files/index-17.html @@ -0,0 +1,858 @@ + + + + + +S-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

S

+
+
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.activity.NavigationPreference.SavedState
+
+
Creates a new data structure, which allows to store the internal state of a NavigationPreference.
+
+
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.activity.NavigationPreference.SavedState
+
+
Creates a new data structure, which allows to store the internal state of a NavigationPreference.
+
+
scaledEdge - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
screen - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
scrim_insets_layout_insets_drawable_default_value - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
ScrimInsetsLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ScrimInsetsLayout.
+
+
ScrimInsetsLayout_insetDrawable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.insetDrawable + attribute's value can be found in the R.styleable.ScrimInsetsLayout array.
+
+
scrollIndicatorDown - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
scrollIndicatorUp - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
scrollView - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_badge - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_bar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_button - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_close_btn - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_edit_frame - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_go_btn - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_mag_icon - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_menu_title - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
search_plate - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_src_text - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
search_voice_btn - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
searchHintIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
searchIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
SearchView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a SearchView.
+
+
SearchView_android_focusable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.focusable + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_android_imeOptions - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.imeOptions + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_android_inputType - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.inputType + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_android_maxWidth - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.maxWidth + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_closeIcon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.closeIcon + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_commitIcon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.commitIcon + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_defaultQueryHint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.defaultQueryHint + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_goIcon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.goIcon + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_iconifiedByDefault - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.iconifiedByDefault + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_layout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layout + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_queryBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.queryBackground + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_queryHint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.queryHint + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_searchHintIcon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.searchHintIcon + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_searchIcon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.searchIcon + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_submitBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.submitBackground + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_suggestionRowLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.suggestionRowLayout + attribute's value can be found in the R.styleable.SearchView array.
+
+
SearchView_voiceIcon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.voiceIcon + attribute's value can be found in the R.styleable.SearchView array.
+
+
searchViewStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
secondary_text_default_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
secondary_text_default_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
secondary_text_disabled_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
secondary_text_disabled_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
seekBarStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
select_dialog_item_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
select_dialog_listview - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
select_dialog_multichoice_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
select_dialog_singlechoice_material - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
selectableItemBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
selectableItemBackgroundBorderless - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
selectNavigationPreference(NavigationPreference, Bundle) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Selects a specific navigation preference.
+
+
selectNavigationPreference(int, Bundle) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Selects a specific navigation preference.
+
+
selectNavigationPreference(int, Bundle) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Selects a specific navigation preference.
+
+
selectNavigationPreference(NavigationPreference) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Selects a specific navigation preference.
+
+
selectNavigationPreference(NavigationPreference, Bundle) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Selects a specific navigation preference.
+
+
setAdapter(ListAdapter) - Method in class de.mrapp.android.preference.activity.view.PreferenceListView
+
 
+
setAdapterCallback(NavigationPreferenceGroupAdapter.Callback) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Sets the callback, which should be notified about the events of the adapter, which contains + the navigation preferences.
+
+
setAdapterFactory(PreferenceListView.AdapterFactory) - Method in class de.mrapp.android.preference.activity.view.PreferenceListView
+
+
Sets the adapter factory, which should be used to create the list view's adapter.
+
+
setBackButtonText(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the text of the back button, which is shown, when the activity is used as a wizard.
+
+
setBackButtonText(CharSequence) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the text of the back button, which is shown, when the activity is used as a wizard.
+
+
setBreadCrumbBackgroundColor(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
setBreadCrumbElevation(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
setBreadCrumbTitle(int) - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
+
Sets the breadcrumb title, which should be shown, when showing the fragment, which is + associated with the preference.
+
+
setBreadCrumbTitle(CharSequence) - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
+
Sets the breadcrumb title, which should be shown, when showing the fragment, which is + associated with the preference.
+
+
setButtonBarBackground(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the background of the button bar, which is shown, when the activity is used as a wizard.
+
+
setButtonBarBackground(Drawable) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the background of the button bar, which is shown, when the activity is used as a wizard.
+
+
setButtonBarBackground(int) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Sets the background of the view group, which contains the button, which allows to restore the + preferences' default values.
+
+
setButtonBarBackground(Drawable) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Sets the background of the view group, which contains the button, which allows to restore the + preferences' default values.
+
+
setButtonBarBackgroundColor(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the background of the button bar, which is shown, when the activity is used as a wizard.
+
+
setButtonBarBackgroundColor(int) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Sets the background color of the view group, which contains the button, which allows to + restore the preferences' default values.
+
+
setButtonBarElevation(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the elevation of the button bar, which is shown when using the activity as a wizard.
+
+
setButtonBarElevation(int) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Sets the elevation of the view group, which contains the button, which allows to restore the + preferences' default values.
+
+
setCallback(NavigationFragment.Callback) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Sets the callback, which should be notified about the fragment's events.
+
+
setCallback(NavigationPreference.Callback) - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
+
Sets the callback, which should be notified, when the fragment, which is associated with the + preference, should be shown.
+
+
setCardViewBackgroundColor(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the background color of the card view, which contains the currently shown preference + fragment, when using the split screen layout.
+
+
setCardViewElevation(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the elevation of the card view, which contains the currently shown prefernce fragment, + when using the split screen layout.
+
+
setDividerColor(int) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
+
Sets the color of the dividers, which are shown above preference categories.
+
+
setDividerColor(int) - Method in class de.mrapp.android.preference.activity.fragment.AbstractPreferenceFragment
+
+
Sets the color of the dividers, which are shown above preference categories.
+
+
setDividerColor(int) - Method in class de.mrapp.android.preference.activity.view.PreferenceListView
+
+
Sets the color of the dividers, which are shown above preference categories.
+
+
setEnabled(boolean) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Sets, whether the items of the adapter are enabled, i.e.
+
+
setEnabled(boolean) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Sets, whether the navigation should be enabled, i.e.
+
+
setExtras(Bundle) - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
+
Sets the argument, which should be passed to the fragment, which is associated with the + preference.
+
+
setFinishButtonText(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
setFinishButtonText(CharSequence) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
setFragment(String) - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
+
Sets the fully classified class name of the fragment, which should be associated with the + preference.
+
+
setNavigationBackground(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the background of the navigation.
+
+
setNavigationBackground(Drawable) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the background of the navigation.
+
+
setNavigationBackgroundColor(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the background color of the navigation.
+
+
setNavigationDividerColor(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the color of the dividers, which are contained by the navigation.
+
+
setNavigationSelectionColor(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the background color of the currently selected navigation preference.
+
+
setNavigationWidth(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the width of the navigation, when using the split screen layout.
+
+
setNavigationWidth(int) - Method in class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Sets the width of the navigation.
+
+
setNextButtonText(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the text of the next button, which is shown, when the activity is used as a wizard.
+
+
setNextButtonText(CharSequence) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the text of the next button, which is shown, when the activity is used as a wizard.
+
+
setOnItemClickListener(AdapterView.OnItemClickListener) - Method in class de.mrapp.android.preference.activity.view.PreferenceListView
+
 
+
setOnPreferenceClickListener(Preference.OnPreferenceClickListener) - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
 
+
setProgressFormat(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the string, which should be used to format the progress, which is shown, when the + activity is used as a wizard.
+
+
setProgressFormat(String) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the string, which should be used to format the progress, which is shown, when the + activity is used as a wizard.
+
+
setRestoreDefaultsButtonText(int) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Sets the text of the button, which allows to restore the preferences' default values.
+
+
setRestoreDefaultsButtonText(CharSequence) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Sets the text of the button, which allows to restore the preferences' default values.
+
+
setSelectionColor(int) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Sets the background color of the currently selected navigation preference.
+
+
setSelectionColor(int) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Sets the background color of the currently selected navigation preference.
+
+
setTitle(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
setTitle(CharSequence) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
 
+
setTitle(CharSequence) - Method in class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Sets the toolbar's title.
+
+
setTitle(int) - Method in class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Sets the toolbar's title.
+
+
setToolbarElevation(int) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets the elevation of the activity's toolbar.
+
+
shadowElevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
shadowOrientation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
SHIFT - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
shortcut - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
showAsAction - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
showButtonBar(boolean) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Shows or hides the view group, which contains the buttons, which are shown when the activity + is used as a wizard.
+
+
showButtonBar - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
showCustom - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
showDividers - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
showHome - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
showProgress(boolean) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets, whether the progress should be shown, when the activity is used as a wizard.
+
+
showProgress - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
showRestoreDefaultsButton(boolean) - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Shows or hides the button, which allows to restore the preferences' default values.
+
+
showRestoreDefaultsButton - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
showText - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
showTitle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
showTitle - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
showView() - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
Shows the view.
+
+
singleChoiceItemLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
spacer - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
spanCount - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be an integer value, such as "100".
+
+
spinBars - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
Spinner - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a Spinner.
+
+
Spinner_android_dropDownWidth - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.dropDownWidth + attribute's value can be found in the R.styleable.Spinner array.
+
+
Spinner_android_entries - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.entries + attribute's value can be found in the R.styleable.Spinner array.
+
+
Spinner_android_popupBackground - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.popupBackground + attribute's value can be found in the R.styleable.Spinner array.
+
+
Spinner_android_prompt - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.prompt + attribute's value can be found in the R.styleable.Spinner array.
+
+
Spinner_popupTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.popupTheme + attribute's value can be found in the R.styleable.Spinner array.
+
+
spinnerDropDownItemStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
spinnerStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
split_action_bar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
splitTrack - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
SquareImageView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a SquareImageView.
+
+
SquareImageView_scaledEdge - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.scaledEdge + attribute's value can be found in the R.styleable.SquareImageView array.
+
+
src_atop - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
src_in - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
src_over - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
srcCompat - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
stackFromEnd - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
state_above_anchor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
status_bar_latest_event_content - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
status_bar_notification_info_maxnum - Static variable in class de.mrapp.android.preference.activity.R.integer
+
 
+
status_bar_notification_info_overflow - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
string() - Constructor for class de.mrapp.android.preference.activity.R.string
+
 
+
style() - Constructor for class de.mrapp.android.preference.activity.R.style
+
 
+
styleable() - Constructor for class de.mrapp.android.preference.activity.R.styleable
+
 
+
subMenuArrow - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
submenuarrow - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
submit_area - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
submitBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
subtitle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
subtitleTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
subtitleTextColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
subtitleTextStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
suggestionRowLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
support_simple_spinner_dropdown_item - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
switch_thumb_disabled_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
switch_thumb_disabled_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
switch_thumb_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
switch_thumb_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
switch_thumb_normal_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
switch_thumb_normal_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
SwitchCompat - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a SwitchCompat.
+
+
SwitchCompat_android_textOff - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textOff + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_android_textOn - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textOn + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_android_thumb - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.thumb + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_showText - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.showText + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_splitTrack - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.splitTrack + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_switchMinWidth - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.switchMinWidth + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_switchPadding - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.switchPadding + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_switchTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.switchTextAppearance + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_thumbTextPadding - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.thumbTextPadding + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_thumbTint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.thumbTint + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_thumbTintMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.thumbTintMode + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_track - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.track + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_trackTint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.trackTint + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
SwitchCompat_trackTintMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.trackTintMode + attribute's value can be found in the R.styleable.SwitchCompat array.
+
+
switchMinWidth - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
switchPadding - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
switchStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
switchTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
SYM - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-18.html b/doc/javadoc/index-files/index-18.html new file mode 100644 index 0000000..d96b8b6 --- /dev/null +++ b/doc/javadoc/index-files/index-18.html @@ -0,0 +1,825 @@ + + + + + +T-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

T

+
+
tabMode - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
text - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
text2 - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
textAllCaps - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
TextAppearance - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a TextAppearance.
+
+
TextAppearance_android_fontFamily - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontFamily + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_shadowColor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.shadowColor + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_shadowDx - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.shadowDx + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_shadowDy - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.shadowDy + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_shadowRadius - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.shadowRadius + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_textColor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textColor + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_textColorHint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textColorHint + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_textColorLink - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textColorLink + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_textSize - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textSize + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_textStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textStyle + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_android_typeface - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.typeface + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Body1 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Body2 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Button - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Caption - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Display1 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Display2 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Display3 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Display4 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Headline - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Large - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Large_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Light_SearchResult_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Light_SearchResult_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Light_Widget_PopupMenu_Large - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Light_Widget_PopupMenu_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Medium - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Medium_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Menu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Info - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Info_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Line2 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Line2_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Time - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Time_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Notification_Title_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_SearchResult_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_SearchResult_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Small_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Subhead - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Subhead_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Title_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Tooltip - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionBar_Menu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionBar_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionBar_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionMode_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionMode_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_Button - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_Button_Borderless_Colored - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_Button_Colored - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_Button_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_DropDownItem - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_PopupMenu_Header - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_PopupMenu_Large - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_PopupMenu_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_Switch - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_AppCompat_Widget_TextView_SpinnerItem - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Info - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Info_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Line2 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Line2_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Time - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Time_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Compat_Notification_Title_Media - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_fontFamily - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontFamily + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_textAllCaps - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.textAllCaps + attribute's value can be found in the R.styleable.TextAppearance array.
+
+
TextAppearance_Widget_AppCompat_ExpandedMenu_Item - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Widget_AppCompat_Toolbar_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
TextAppearance_Widget_AppCompat_Toolbar_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
textAppearanceLargePopupMenu - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textAppearanceListItem - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textAppearanceListItemSecondary - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textAppearanceListItemSmall - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textAppearancePopupMenuHeader - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textAppearanceSearchResultSubtitle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textAppearanceSearchResultTitle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textAppearanceSmallPopupMenu - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textColorAlertDialogListItem - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textColorSearchUrl - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
textSpacerNoButtons - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
textSpacerNoTitle - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
theme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
Theme_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_CompactMenu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_DayNight - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_DayNight_DarkActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_DayNight_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_DayNight_Dialog_Alert - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_DayNight_Dialog_MinWidth - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_DayNight_DialogWhenLarge - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_DayNight_NoActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Dialog_Alert - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Dialog_MinWidth - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_DialogWhenLarge - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Light_DarkActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Light_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Light_Dialog_Alert - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Light_Dialog_MinWidth - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Light_DialogWhenLarge - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_Light_NoActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Theme_AppCompat_NoActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
ThemeOverlay_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
ThemeOverlay_AppCompat_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
ThemeOverlay_AppCompat_Dark - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
ThemeOverlay_AppCompat_Dark_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
ThemeOverlay_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
ThemeOverlay_AppCompat_Dialog_Alert - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
ThemeOverlay_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
thickness - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
thumbTextPadding - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
thumbTint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
thumbTintMode - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
tickMark - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
tickMarkTint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
tickMarkTintMode - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
time - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
tint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
tintMode - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
title - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
title - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
title_template - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
titleDividerNoCustom - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
titleMargin - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
titleMarginBottom - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
titleMarginEnd - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
titleMargins - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
titleMarginStart - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
titleMarginTop - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
titleTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
titleTextColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
titleTextStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
toolbar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
Toolbar - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a Toolbar.
+
+
Toolbar_android_gravity - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.gravity + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_android_minHeight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.minHeight + attribute's value can be found in the R.styleable.Toolbar array.
+
+
toolbar_background_view - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
Toolbar_buttonGravity - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonGravity + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_collapseContentDescription - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.collapseContentDescription + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_collapseIcon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.collapseIcon + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_contentInsetEnd - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetEnd + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_contentInsetEndWithActions - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetEndWithActions + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_contentInsetLeft - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetLeft + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_contentInsetRight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetRight + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_contentInsetStart - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetStart + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_contentInsetStartWithNavigation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentInsetStartWithNavigation + attribute's value can be found in the R.styleable.Toolbar array.
+
+
toolbar_elevation - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
toolbar_height - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
toolbar_large - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
toolbar_large_height - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
Toolbar_logo - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.logo + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_logoDescription - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.logoDescription + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_maxButtonHeight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.maxButtonHeight + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_navigationContentDescription - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.navigationContentDescription + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_navigationIcon - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.navigationIcon + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_popupTheme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.popupTheme + attribute's value can be found in the R.styleable.Toolbar array.
+
+
toolbar_shadow_view - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
Toolbar_subtitle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.subtitle + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_subtitleTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.subtitleTextAppearance + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_subtitleTextColor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.subtitleTextColor + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_title - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.title + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_titleMargin - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleMargin + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_titleMarginBottom - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleMarginBottom + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_titleMarginEnd - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleMarginEnd + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_titleMargins - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleMargins + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_titleMarginStart - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleMarginStart + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_titleMarginTop - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleMarginTop + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_titleTextAppearance - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleTextAppearance + attribute's value can be found in the R.styleable.Toolbar array.
+
+
Toolbar_titleTextColor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.titleTextColor + attribute's value can be found in the R.styleable.Toolbar array.
+
+
toolbarElevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
ToolbarLarge - Class in de.mrapp.android.preference.activity.view
+
+
A custom view, which may be used to visualize a large toolbar on devices with a large screen.
+
+
ToolbarLarge(Context) - Constructor for class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Creates a custom view, which may be used to visualize a large toolbar on devices with a large + screen.
+
+
ToolbarLarge(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Creates a custom view, which may be used to visualize a large toolbar on devices with a large + screen.
+
+
ToolbarLarge(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Creates a custom view, which may be used to visualize a large toolbar on devices with a large + screen.
+
+
toolbarNavigationButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
toolbarPopupTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
toolbarStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
toolbarTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
tooltip - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
tooltip_background_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
tooltip_background_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
tooltip_corner_radius - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
tooltip_enter - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
tooltip_exit - Static variable in class de.mrapp.android.preference.activity.R.anim
+
 
+
tooltip_frame_dark - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
tooltip_frame_light - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
tooltip_horizontal_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
tooltip_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
tooltip_precise_anchor_extra_offset - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
tooltip_precise_anchor_threshold - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
tooltip_vertical_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
tooltip_y_offset_non_touch - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
tooltip_y_offset_touch - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
tooltipForegroundColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
tooltipFrameBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
tooltipText - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
top - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
top_left - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
top_right - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
topPanel - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
track - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
trackTint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
trackTintMode - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-19.html b/doc/javadoc/index-files/index-19.html new file mode 100644 index 0000000..dbf8bfb --- /dev/null +++ b/doc/javadoc/index-files/index-19.html @@ -0,0 +1,144 @@ + + + + + +U-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

U

+
+
uniform - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
unselectNavigationPreference() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
up - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
useLogo - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
useSplitScreen(boolean) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets, whether the split screen layout should be used on tablets, or not.
+
+
useSplitScreen - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-2.html b/doc/javadoc/index-files/index-2.html new file mode 100644 index 0000000..36e3875 --- /dev/null +++ b/doc/javadoc/index-files/index-2.html @@ -0,0 +1,644 @@ + + + + + +B-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

B

+
+
back_button - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
back_button_text - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
backButtonText - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
background - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
background_floating_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
background_floating_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
background_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
background_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
backgroundSplit - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
backgroundStacked - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
backgroundTint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
backgroundTintMode - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
barLength - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
Base_AlertDialog_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_AlertDialog_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Animation_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Animation_AppCompat_DropDownUp - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Animation_AppCompat_Tooltip - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_CardView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_DialogWindowTitle_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_DialogWindowTitleBackground_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Body1 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Body2 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Button - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Caption - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Display1 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Display2 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Display3 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Display4 - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Headline - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Large - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Large_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Medium - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Medium_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Menu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_SearchResult - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_SearchResult_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_SearchResult_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Small_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Subhead - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Subhead_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Title_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Tooltip - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_ActionBar_Menu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_ActionBar_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_ActionMode_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_Button - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_Button_Colored - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_Button_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_DropDownItem - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_PopupMenu_Header - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_PopupMenu_Large - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_PopupMenu_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_Switch - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_TextAppearance_Widget_AppCompat_Toolbar_Title - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_CompactMenu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Dialog_Alert - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Dialog_FixedSize - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Dialog_MinWidth - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_DialogWhenLarge - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Light_DarkActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Light_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Light_Dialog_Alert - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Light_Dialog_FixedSize - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Light_Dialog_MinWidth - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Theme_AppCompat_Light_DialogWhenLarge - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_ThemeOverlay_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_ThemeOverlay_AppCompat_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_ThemeOverlay_AppCompat_Dark - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_ThemeOverlay_AppCompat_Dark_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_ThemeOverlay_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_ThemeOverlay_AppCompat_Dialog_Alert - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_ThemeOverlay_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V11_Theme_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V11_Theme_AppCompat_Light_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V11_ThemeOverlay_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V12_Widget_AppCompat_AutoCompleteTextView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V12_Widget_AppCompat_EditText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V21_Theme_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V21_Theme_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V21_Theme_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V21_Theme_AppCompat_Light_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V21_ThemeOverlay_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V22_Theme_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V22_Theme_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V23_Theme_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V23_Theme_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V26_Theme_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V26_Theme_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V26_Widget_AppCompat_Toolbar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V7_Theme_AppCompat - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V7_Theme_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V7_Theme_AppCompat_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V7_Theme_AppCompat_Light_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V7_ThemeOverlay_AppCompat_Dialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V7_Widget_AppCompat_AutoCompleteTextView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V7_Widget_AppCompat_EditText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_V7_Widget_AppCompat_Toolbar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionBar_Solid - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionBar_TabBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionBar_TabText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionBar_TabView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionButton - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionButton_CloseMode - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionButton_Overflow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActionMode - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ActivityChooserView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_AutoCompleteTextView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Button - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Button_Borderless - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Button_Borderless_Colored - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Button_ButtonBar_AlertDialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Button_Colored - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Button_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ButtonBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ButtonBar_AlertDialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_CompoundButton_CheckBox - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_CompoundButton_RadioButton - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_CompoundButton_Switch - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_DrawerArrowToggle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_DrawerArrowToggle_Common - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_DropDownItem_Spinner - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_EditText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ImageButton - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Light_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Light_ActionBar_Solid - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Light_ActionBar_TabBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Light_ActionBar_TabText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Light_ActionBar_TabView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Light_PopupMenu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Light_PopupMenu_Overflow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ListMenuView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ListPopupWindow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ListView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ListView_DropDown - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ListView_Menu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_PopupMenu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_PopupMenu_Overflow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_PopupWindow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ProgressBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_ProgressBar_Horizontal - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_RatingBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_RatingBar_Indicator - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_RatingBar_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_SearchView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_SearchView_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_SeekBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_SeekBar_Discrete - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Spinner - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Spinner_Underlined - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_TextView_SpinnerItem - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Toolbar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Base_Widget_AppCompat_Toolbar_Button_Navigation - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
beginning - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
blocking - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
bool() - Constructor for class de.mrapp.android.preference.activity.R.bool
+
 
+
borderlessButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
bottom - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
bottom_left - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
bottom_right - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
bread_crumb_background_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
bread_crumb_background_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
bread_crumb_shadow_view - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
bread_crumb_toolbar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
bread_crumb_toolbar_elevation - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
bread_crumb_toolbar_horizontal_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
breadcrumb_background - Static variable in class de.mrapp.android.preference.activity.R.drawable
+
 
+
breadCrumbBackgroundColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
breadCrumbElevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
breadCrumbTitle - Variable in class de.mrapp.android.preference.activity.NavigationPreference.SavedState
+
+
The saved value of the attribute "breadCrumbTitle".
+
+
bright_foreground_disabled_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
bright_foreground_disabled_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
bright_foreground_inverse_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
bright_foreground_inverse_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
bright_foreground_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
bright_foreground_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
BUILD_TYPE - Static variable in class de.mrapp.android.preference.activity.BuildConfig
+
 
+
BuildConfig - Class in de.mrapp.android.preference.activity
+
 
+
BuildConfig() - Constructor for class de.mrapp.android.preference.activity.BuildConfig
+
 
+
button_bar_background_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
button_bar_background_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
button_bar_elevation - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
button_bar_horizontal_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
button_bar_vertical_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
button_horizontal_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
button_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
button_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
button_min_height - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
button_min_width - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
button_text_size - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
buttonBarBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonBarButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonBarElevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
ButtonBarLayout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ButtonBarLayout.
+
+
ButtonBarLayout_allowStacking - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.allowStacking + attribute's value can be found in the R.styleable.ButtonBarLayout array.
+
+
buttonBarNegativeButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonBarNeutralButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonBarPositiveButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonBarStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonGravity - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
buttonPanel - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
buttonPanelSideLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonStyleSmall - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
buttonTint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
buttonTintMode - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-20.html b/doc/javadoc/index-files/index-20.html new file mode 100644 index 0000000..4511585 --- /dev/null +++ b/doc/javadoc/index-files/index-20.html @@ -0,0 +1,212 @@ + + + + + +V-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

V

+
+
valueOf(String) - Static method in enum de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation.Direction
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation.Direction
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
VERSION_CODE - Static variable in class de.mrapp.android.preference.activity.BuildConfig
+
 
+
VERSION_NAME - Static variable in class de.mrapp.android.preference.activity.BuildConfig
+
 
+
vertical - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
View - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a View.
+
+
View_android_focusable - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.focusable + attribute's value can be found in the R.styleable.View array.
+
+
View_android_theme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.theme + attribute's value can be found in the R.styleable.View array.
+
+
View_paddingEnd - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.paddingEnd + attribute's value can be found in the R.styleable.View array.
+
+
View_paddingStart - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.paddingStart + attribute's value can be found in the R.styleable.View array.
+
+
View_theme - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.theme + attribute's value can be found in the R.styleable.View array.
+
+
ViewBackgroundHelper - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ViewBackgroundHelper.
+
+
ViewBackgroundHelper_android_background - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.background + attribute's value can be found in the R.styleable.ViewBackgroundHelper array.
+
+
ViewBackgroundHelper_backgroundTint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.backgroundTint + attribute's value can be found in the R.styleable.ViewBackgroundHelper array.
+
+
ViewBackgroundHelper_backgroundTintMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.backgroundTintMode + attribute's value can be found in the R.styleable.ViewBackgroundHelper array.
+
+
ViewStubCompat - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ViewStubCompat.
+
+
ViewStubCompat_android_id - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.id + attribute's value can be found in the R.styleable.ViewStubCompat array.
+
+
ViewStubCompat_android_inflatedId - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.inflatedId + attribute's value can be found in the R.styleable.ViewStubCompat array.
+
+
ViewStubCompat_android_layout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.layout + attribute's value can be found in the R.styleable.ViewStubCompat array.
+
+
voiceIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-21.html b/doc/javadoc/index-files/index-21.html new file mode 100644 index 0000000..4bac20f --- /dev/null +++ b/doc/javadoc/index-files/index-21.html @@ -0,0 +1,329 @@ + + + + + +W-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

W

+
+
Widget_AppCompat_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActionBar_Solid - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActionBar_TabBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActionBar_TabText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActionBar_TabView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActionButton - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActionButton_CloseMode - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActionButton_Overflow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActionMode - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ActivityChooserView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_AutoCompleteTextView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Button - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Button_Borderless - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Button_Borderless_Colored - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Button_ButtonBar_AlertDialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Button_Colored - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Button_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ButtonBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ButtonBar_AlertDialog - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_CompoundButton_CheckBox - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_CompoundButton_RadioButton - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_CompoundButton_Switch - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_DrawerArrowToggle - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_DropDownItem_Spinner - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_EditText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ImageButton - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar_Solid - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar_Solid_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar_TabBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar_TabBar_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar_TabText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar_TabText_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar_TabView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionBar_TabView_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionButton - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionButton_CloseMode - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionButton_Overflow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActionMode_Inverse - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ActivityChooserView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_AutoCompleteTextView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_DropDownItem_Spinner - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ListPopupWindow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_ListView_DropDown - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_PopupMenu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_PopupMenu_Overflow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_SearchView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Light_Spinner_DropDown_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ListMenuView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ListPopupWindow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ListView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ListView_DropDown - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ListView_Menu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_PopupMenu - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_PopupMenu_Overflow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_PopupWindow - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ProgressBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_ProgressBar_Horizontal - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_RatingBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_RatingBar_Indicator - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_RatingBar_Small - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_SearchView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_SearchView_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_SeekBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_SeekBar_Discrete - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Spinner - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Spinner_DropDown - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Spinner_DropDown_ActionBar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Spinner_Underlined - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_TextView_SpinnerItem - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Toolbar - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_AppCompat_Toolbar_Button_Navigation - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_Compat_NotificationActionContainer - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
Widget_Compat_NotificationActionText - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
windowActionBar - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
windowActionBarOverlay - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
windowActionModeOverlay - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
windowFixedHeightMajor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
windowFixedHeightMinor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
windowFixedWidthMajor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
windowFixedWidthMinor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
windowMinWidthMajor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
windowMinWidthMinor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
windowNoTitle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
withText - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
wizard_button_bar - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
wizard_button_bar - Static variable in class de.mrapp.android.preference.activity.R.layout
+
 
+
wizard_button_bar_shadow_view - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
WizardListener - Interface in de.mrapp.android.preference.activity
+
+
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.
+
+
wrap_content - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.activity.NavigationPreference.SavedState
+
 
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-22.html b/doc/javadoc/index-files/index-22.html new file mode 100644 index 0000000..b12efc8 --- /dev/null +++ b/doc/javadoc/index-files/index-22.html @@ -0,0 +1,127 @@ + + + + + +X-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

X

+
+
xml() - Constructor for class de.mrapp.android.preference.activity.R.xml
+
 
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-3.html b/doc/javadoc/index-files/index-3.html new file mode 100644 index 0000000..26ef9f7 --- /dev/null +++ b/doc/javadoc/index-files/index-3.html @@ -0,0 +1,500 @@ + + + + + +C-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

C

+
+
cancel_action - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
cancel_button_image_alpha - Static variable in class de.mrapp.android.preference.activity.R.integer
+
 
+
card_view - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
card_view_background_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
card_view_background_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
card_view_container_vertical_offset - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
card_view_corner_radius - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
card_view_elevation - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
card_view_horizontal_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
card_view_horizontal_padding - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
card_view_intrinsic_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
card_view_margin_right - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
card_view_margin_top - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
card_view_vertical_offset - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
cardBackgroundColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
cardCornerRadius - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
cardElevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
cardMaxElevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
cardPreventCornerOverlap - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
cardUseCompatPadding - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
CardView - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
CardView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a CardView.
+
+
CardView_android_minHeight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.minHeight + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_android_minWidth - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.minWidth + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_cardBackgroundColor - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.cardBackgroundColor + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_cardCornerRadius - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.cardCornerRadius + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_cardElevation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.cardElevation + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_cardMaxElevation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.cardMaxElevation + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_cardPreventCornerOverlap - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.cardPreventCornerOverlap + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_cardUseCompatPadding - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.cardUseCompatPadding + attribute's value can be found in the R.styleable.CardView array.
+
+
cardview_compat_inset_shadow - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
CardView_contentPadding - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentPadding + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_contentPaddingBottom - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentPaddingBottom + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_contentPaddingLeft - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentPaddingLeft + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_contentPaddingRight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentPaddingRight + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_contentPaddingTop - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.contentPaddingTop + attribute's value can be found in the R.styleable.CardView array.
+
+
CardView_Dark - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
cardview_dark_background - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
cardview_default_elevation - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
cardview_default_radius - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
CardView_Light - Static variable in class de.mrapp.android.preference.activity.R.style
+
 
+
cardview_light_background - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
cardview_shadow_end_color - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
cardview_shadow_start_color - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
cardViewBackgroundColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
cardViewElevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
checkbox - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
checkboxStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
checkedTextViewStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
chronometer - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
closeIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
closeItemLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
collapseActionView - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
collapseContentDescription - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
collapseIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
color - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
color() - Constructor for class de.mrapp.android.preference.activity.R.color
+
 
+
colorAccent - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
colorBackgroundFloating - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
colorButtonNormal - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
colorControlActivated - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
colorControlHighlight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
colorControlNormal - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
colorError - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
colorPrimary - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
colorPrimaryDark - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
ColorStateListItem - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ColorStateListItem.
+
+
ColorStateListItem_alpha - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.alpha + attribute's value can be found in the R.styleable.ColorStateListItem array.
+
+
ColorStateListItem_android_alpha - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.alpha + attribute's value can be found in the R.styleable.ColorStateListItem array.
+
+
ColorStateListItem_android_color - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.color + attribute's value can be found in the R.styleable.ColorStateListItem array.
+
+
colorSwitchThumbNormal - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
commitIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
compat_button_inset_horizontal_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
compat_button_inset_vertical_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
compat_button_padding_horizontal_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
compat_button_padding_vertical_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
compat_control_corner_material - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
CompoundButton - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a CompoundButton.
+
+
CompoundButton_android_button - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.button + attribute's value can be found in the R.styleable.CompoundButton array.
+
+
CompoundButton_buttonTint - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonTint + attribute's value can be found in the R.styleable.CompoundButton array.
+
+
CompoundButton_buttonTintMode - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.buttonTintMode + attribute's value can be found in the R.styleable.CompoundButton array.
+
+
config_tooltipAnimTime - Static variable in class de.mrapp.android.preference.activity.R.integer
+
 
+
contentDescription - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
contentInsetEnd - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentInsetEndWithActions - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentInsetLeft - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentInsetRight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentInsetStart - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentInsetStartWithNavigation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentPadding - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentPaddingBottom - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentPaddingLeft - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentPaddingRight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentPaddingTop - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
contentPanel - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
controlBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
createAdapter(Context, ListAdapter) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
 
+
createAdapter(Context, ListAdapter) - Method in interface de.mrapp.android.preference.activity.view.PreferenceListView.AdapterFactory
+
+
Creates and returns a PreferenceGroupAdapter.
+
+
CREATOR - Static variable in class de.mrapp.android.preference.activity.NavigationPreference.SavedState
+
+
A creator, which allows to create instances of the class NavigationPreference.SavedState from + parcels.
+
+
CTRL - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
custom - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
customNavigationLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
customPanel - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-4.html b/doc/javadoc/index-files/index-4.html new file mode 100644 index 0000000..d29d2df --- /dev/null +++ b/doc/javadoc/index-files/index-4.html @@ -0,0 +1,264 @@ + + + + + +D-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

D

+
+
de.mrapp.android.preference.activity - package de.mrapp.android.preference.activity
+
 
+
de.mrapp.android.preference.activity.adapter - package de.mrapp.android.preference.activity.adapter
+
 
+
de.mrapp.android.preference.activity.animation - package de.mrapp.android.preference.activity.animation
+
 
+
de.mrapp.android.preference.activity.fragment - package de.mrapp.android.preference.activity.fragment
+
 
+
de.mrapp.android.preference.activity.view - package de.mrapp.android.preference.activity.view
+
 
+
DEBUG - Static variable in class de.mrapp.android.preference.activity.BuildConfig
+
 
+
decor_content_parent - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
default_activity_button - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
defaultQueryHint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
device_type - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
dialogPreferredPadding - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
dialogTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
dim_foreground_disabled_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
dim_foreground_disabled_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
dim_foreground_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
dim_foreground_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
dimen() - Constructor for class de.mrapp.android.preference.activity.R.dimen
+
 
+
disabled_alpha_material_dark - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
disabled_alpha_material_light - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
disableHome - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
displayOptions - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
divider - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
dividerColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
dividerHorizontal - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
dividerPadding - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
dividerVertical - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
drawable() - Constructor for class de.mrapp.android.preference.activity.R.drawable
+
 
+
drawableSize - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
drawerArrowStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
DrawerArrowToggle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a DrawerArrowToggle.
+
+
DrawerArrowToggle_arrowHeadLength - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.arrowHeadLength + attribute's value can be found in the R.styleable.DrawerArrowToggle array.
+
+
DrawerArrowToggle_arrowShaftLength - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.arrowShaftLength + attribute's value can be found in the R.styleable.DrawerArrowToggle array.
+
+
DrawerArrowToggle_barLength - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.barLength + attribute's value can be found in the R.styleable.DrawerArrowToggle array.
+
+
DrawerArrowToggle_color - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.color + attribute's value can be found in the R.styleable.DrawerArrowToggle array.
+
+
DrawerArrowToggle_drawableSize - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.drawableSize + attribute's value can be found in the R.styleable.DrawerArrowToggle array.
+
+
DrawerArrowToggle_gapBetweenBars - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.gapBetweenBars + attribute's value can be found in the R.styleable.DrawerArrowToggle array.
+
+
DrawerArrowToggle_spinBars - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.spinBars + attribute's value can be found in the R.styleable.DrawerArrowToggle array.
+
+
DrawerArrowToggle_thickness - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.thickness + attribute's value can be found in the R.styleable.DrawerArrowToggle array.
+
+
dropdownListPreferredItemHeight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
dropDownListViewStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-5.html b/doc/javadoc/index-files/index-5.html new file mode 100644 index 0000000..06da289 --- /dev/null +++ b/doc/javadoc/index-files/index-5.html @@ -0,0 +1,267 @@ + + + + + +E-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

E

+
+
edit_query - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
editTextBackground - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
editTextColor - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
editTextStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
elevation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
elevation_shadow_view - Static variable in class de.mrapp.android.preference.activity.R.xml
+
 
+
elevation_shadow_view_emulate_parallel_light_default_value - Static variable in class de.mrapp.android.preference.activity.R.bool
+
 
+
elevation_shadow_view_shadow_elevation_default_value - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
elevation_shadow_view_shadow_orientation_default_value - Static variable in class de.mrapp.android.preference.activity.R.integer
+
 
+
ElevationShadowView - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a ElevationShadowView.
+
+
ElevationShadowView_emulateParallelLight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.emulateParallelLight + attribute's value can be found in the R.styleable.ElevationShadowView array.
+
+
ElevationShadowView_shadowElevation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.shadowElevation + attribute's value can be found in the R.styleable.ElevationShadowView array.
+
+
ElevationShadowView_shadowOrientation - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.shadowOrientation + attribute's value can be found in the R.styleable.ElevationShadowView array.
+
+
emulateParallelLight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
end - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
end_padder - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
error_color_material - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
expand_activities_button - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
expandActivityOverflowButtonDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
expanded_menu - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
EXTRA_BACK_BUTTON_TEXT - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_FINISH_BUTTON_TEXT - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_HIDE_NAVIGATION - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
When starting this activity, the invoking intent can contain this extra boolean to specify + that the navigation should not be displayed.
+
+
EXTRA_NEXT_BUTTON_TEXT - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_NO_BREAD_CRUMBS - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_PROGRESS_FORMAT - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_RESTORE_DEFAULTS_BUTTON_TEXT - Static variable in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
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.
+
+
EXTRA_SHOW_BUTTON_BAR - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_SHOW_FRAGMENT - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
When starting this activity, the invoking intent can contain this extra string to specify + which fragment should be initially displayed.
+
+
EXTRA_SHOW_FRAGMENT_ARGUMENTS - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_SHOW_FRAGMENT_TITLE - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_SHOW_PROGRESS - Static variable in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
EXTRA_SHOW_RESTORE_DEFAULTS_BUTTON - Static variable in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
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.
+
+
extras - Variable in class de.mrapp.android.preference.activity.NavigationPreference.SavedState
+
+
The saved value of the attribute "extras".
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-6.html b/doc/javadoc/index-files/index-6.html new file mode 100644 index 0000000..66a6bf7 --- /dev/null +++ b/doc/javadoc/index-files/index-6.html @@ -0,0 +1,274 @@ + + + + + +F-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

F

+
+
fastscroll_default_thickness - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
fastscroll_margin - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
fastscroll_minimum_range - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
fastScrollEnabled - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
fastScrollHorizontalThumbDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
fastScrollHorizontalTrackDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
fastScrollVerticalThumbDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
fastScrollVerticalTrackDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
finish_button - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
finish_button_text - Static variable in class de.mrapp.android.preference.activity.R.string
+
 
+
finishButtonText - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
FLAVOR - Static variable in class de.mrapp.android.preference.activity.BuildConfig
+
 
+
font - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
fontFamily - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
FontFamily - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a FontFamily.
+
+
FontFamily_fontProviderAuthority - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontProviderAuthority + attribute's value can be found in the R.styleable.FontFamily array.
+
+
FontFamily_fontProviderCerts - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontProviderCerts + attribute's value can be found in the R.styleable.FontFamily array.
+
+
FontFamily_fontProviderFetchStrategy - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontProviderFetchStrategy + attribute's value can be found in the R.styleable.FontFamily array.
+
+
FontFamily_fontProviderFetchTimeout - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontProviderFetchTimeout + attribute's value can be found in the R.styleable.FontFamily array.
+
+
FontFamily_fontProviderPackage - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontProviderPackage + attribute's value can be found in the R.styleable.FontFamily array.
+
+
FontFamily_fontProviderQuery - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontProviderQuery + attribute's value can be found in the R.styleable.FontFamily array.
+
+
FontFamilyFont - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
Attributes that can be used with a FontFamilyFont.
+
+
FontFamilyFont_font - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.font + attribute's value can be found in the R.styleable.FontFamilyFont array.
+
+
FontFamilyFont_fontStyle - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontStyle + attribute's value can be found in the R.styleable.FontFamilyFont array.
+
+
FontFamilyFont_fontWeight - Static variable in class de.mrapp.android.preference.activity.R.styleable
+
+
This symbol is the offset where the R.attr.fontWeight + attribute's value can be found in the R.styleable.FontFamilyFont array.
+
+
fontProviderAuthority - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
fontProviderCerts - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
fontProviderFetchStrategy - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
fontProviderFetchTimeout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be an integer value, such as "100".
+
+
fontProviderPackage - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
fontProviderQuery - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
fontStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
fontWeight - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be an integer value, such as "100".
+
+
foreground_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
foreground_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
forever - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
fragment - Variable in class de.mrapp.android.preference.activity.NavigationPreference.SavedState
+
+
The saved value of the attribute "fragment".
+
+
frame_layout - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
FUNCTION - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-7.html b/doc/javadoc/index-files/index-7.html new file mode 100644 index 0000000..87dfbd4 --- /dev/null +++ b/doc/javadoc/index-files/index-7.html @@ -0,0 +1,407 @@ + + + + + +G-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

G

+
+
gapBetweenBars - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
getAllNavigationPreferences() - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Returns a list, which contains all navigation preferences, which are contained by the + adapter.
+
+
getAllNavigationPreferences() - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Returns a list, which contains all navigation preferences, which are contained by the + navigation.
+
+
getAllNavigationPreferences() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns a list, which contains all navigation preferences, which are contained by the + activity.
+
+
getAnimationDuration() - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
Returns the duration of the animation, which is used to show or hide the view.
+
+
getBackButton() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the back button, which is shown when the activity is used as a wizard and the first + navigation preference is not selected.
+
+
getBackButtonText() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the text of the back button, which is shown, when the activity is used as a wizard.
+
+
getBreadCrumbBackgroundColor() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
getBreadCrumbElevation() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
getBreadCrumbTitle() - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
+
Returns the breadcrumb title, which is shown, when showing the fragment, which is + associated with the preference.
+
+
getBreadCrumbToolbar() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the toolbar, which is used to show the bread crumb of the currently selected + navigation preference, when using the split screen layout.
+
+
getButtonBar() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the button bar, which is shown when the activity is used as a wizard.
+
+
getButtonBar() - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Returns the view group, which contains the button, which allows to restore the preferences' + default values.
+
+
getButtonBarBackground() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the background of the button bar, which is shown, when the activity is used as a + wizard.
+
+
getButtonBarBackground() - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Returns the background of the view group, which contains the button, which allows to restore + the preferences' default values.
+
+
getButtonBarElevation() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the elevation of the button bar, which is shown when using the activity as a wizard.
+
+
getButtonBarElevation() - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Returns the elevation of the view group, which contains the button, which allows to restore + the preferences' default values.
+
+
getCallback() - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Returns the callback, which is notified about the fragment's events.
+
+
getCardView() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the card view, which contains the currently shown preference fragment, when using the + split screen layout.
+
+
getCardViewBackgroundColor() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the background color of the card view, which contains the currently shown preference + fragment, when using the split screen layout.
+
+
getCardViewElevation() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the elevation of the card view, which contains the currently shown preference + fragment, when using the split screen layout.
+
+
getContext() - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
+
Returns the context, which is used by the adapter.
+
+
getCount() - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
 
+
getDirection() - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
Returns the direction, which should be be used to translate the view in order to hide it.
+
+
getDividerColor() - Method in class de.mrapp.android.preference.activity.fragment.AbstractPreferenceFragment
+
+
Returns the color of the dividers, which are shown above preference categories.
+
+
getEncapsulatedAdapter() - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
+
Returns the encapsulated adapter.
+
+
getExtras() - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
+
Returns the arguments, which are passed to the fragment, which is associated with the + preference.
+
+
getFinishButton() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the finish button, which is shown when the activity is used as a wizard and the last + navigation preference is selected.
+
+
getFinishButtonText() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
getFragment() - Method in class de.mrapp.android.preference.activity.NavigationPreference
+
+
Returns the fully classified class name of the fragment, which is associated with the + preference.
+
+
getFrameLayout() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the frame layout, which contains the activity's views.
+
+
getFrameLayout() - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Returns the frame layout, which contains the fragment's views.
+
+
getItem(int) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
 
+
getItemId(int) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
 
+
getItemInternal(int) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
+
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.
+
+
getItemViewType(int) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
 
+
getListView() - Method in class de.mrapp.android.preference.activity.fragment.AbstractPreferenceFragment
+
+
Returns the list view, which is used to show the fragment's preferences.
+
+
getNavigationBackground() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the background of the navigation.
+
+
getNavigationDividerColor() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the color of the dividers, which are contained by the navigation.
+
+
getNavigationFragment() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the preference fragment, which contains the activity's navigation.
+
+
getNavigationPreference(int) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Returns the navigation preference, which corresponds to a specific index.
+
+
getNavigationPreference(int) - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Returns the navigation preference, which corresponds to a specific index.
+
+
getNavigationPreferenceCount() - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Returns the number of navigation preferences, which are contained by the adapter.
+
+
getNavigationPreferenceCount() - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Returns the number of navigation preferences, which are contained by the navigation.
+
+
getNavigationPreferenceCount() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the number of navigation preferences, which are contained by the activity.
+
+
getNavigationSelectionColor() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the background color of the currently selected navigation preference.
+
+
getNavigationToolbar() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the toolbar, which is used to show the activity's title, when using the split screen + layout.
+
+
getNavigationWidth() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the width of the navigation, when using the split screen layout.
+
+
getNavigationWidth() - Method in class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Returns the width of the navigation.
+
+
getNextButton() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the next button, which is shown when the activity is used as a wizard and the last + navigation preference is not selected.
+
+
getNextButtonText() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the text of the next button, which is shown, when the activity is used as a wizard.
+
+
getPreferenceFragment() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the currently shown preference fragment.
+
+
getProgressFormat() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the string, which is used to format the progress, which is shown, when the activity + is used as a wizard.
+
+
getRestoreDefaultsButton() - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Returns the button, which allows to restore the preferences' default values.
+
+
getRestoreDefaultsButtonText() - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Returns the text of the button, which allows to restore the preferences' default values.
+
+
getSelectedNavigationPreference() - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Returns the currently selected navigation preference.
+
+
getSelectedNavigationPreference() - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Returns the currently selected navigation preference.
+
+
getSelectedNavigationPreference() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the currently selected navigation preference.
+
+
getSelectedNavigationPreferenceIndex() - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Returns the index of the navigation preference, which is currently selected, among all + navigation preferences.
+
+
getSelectedNavigationPreferenceIndex() - Method in class de.mrapp.android.preference.activity.fragment.NavigationFragment
+
+
Returns the index of the navigation preference, which is currently selected, among all + navigation preferences.
+
+
getTitle() - Method in class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Returns the toolbar's title.
+
+
getToolbar() - Method in class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Returns the toolbar, which is used to show the title.
+
+
getToolbarElevation() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns the elevation of the activity's toolbar.
+
+
getView(int, View, ViewGroup) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
 
+
getView() - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
Returns the view, which is animated by the listener.
+
+
getViewTypeCount() - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
 
+
goIcon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-8.html b/doc/javadoc/index-files/index-8.html new file mode 100644 index 0000000..36af200 --- /dev/null +++ b/doc/javadoc/index-files/index-8.html @@ -0,0 +1,218 @@ + + + + + +H-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

H

+
+
hasStableIds() - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
 
+
height - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
hideBreadCrumb(boolean) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Sets, whether the toolbar, which is used to show the bread crumb of the currently selected + navigation preference, should be hidden, or not.
+
+
hideBreadCrumb - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
hideNavigation(boolean) - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Hides or shows the navigation.
+
+
hideNavigation - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
hideNavigation(boolean) - Method in class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Hides or shows the navigation.
+
+
hideOnContentScroll - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
hideView() - Method in class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
Hides the view.
+
+
HideViewOnScrollAnimation - Class in de.mrapp.android.preference.activity.animation
+
+
A scroll listener, which allows to animate a view to become hidden or shown depending on the + observed list view's scrolling direction.
+
+
HideViewOnScrollAnimation(View, HideViewOnScrollAnimation.Direction) - Constructor for class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
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(View, HideViewOnScrollAnimation.Direction, long) - Constructor for class de.mrapp.android.preference.activity.animation.HideViewOnScrollAnimation
+
+
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.Direction - Enum in de.mrapp.android.preference.activity.animation
+
+
Contains all possible directions, which can be used to translate the animated view in order + hide it.
+
+
HideViewOnScrollAnimationListener - Interface in de.mrapp.android.preference.activity.animation
+
+
Defines the interface, a class, which should be notified about the internal state of a HideViewOnScrollAnimation, must implement.
+
+
highlight_alpha_material_colored - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
highlight_alpha_material_dark - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
highlight_alpha_material_light - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
highlighted_text_material_dark - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
highlighted_text_material_light - Static variable in class de.mrapp.android.preference.activity.R.color
+
 
+
hint_alpha_material_dark - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
hint_alpha_material_light - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
hint_pressed_alpha_material_dark - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
hint_pressed_alpha_material_light - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
home - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
homeAsUp - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
homeAsUpIndicator - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
homeLayout - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
horizontal - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index-files/index-9.html b/doc/javadoc/index-files/index-9.html new file mode 100644 index 0000000..cea84e7 --- /dev/null +++ b/doc/javadoc/index-files/index-9.html @@ -0,0 +1,257 @@ + + + + + +I-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P Q R S T U V W X  + + +

I

+
+
icon - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
icon - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
icon_group - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
iconifiedByDefault - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
iconTint - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb".
+
+
iconTintMode - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be one of the following constant values.
+
+
id() - Constructor for class de.mrapp.android.preference.activity.R.id
+
 
+
ifRoom - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
image - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
imageButtonStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
indeterminateProgressStyle - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
indexOfNavigationPreference(NavigationPreference) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
+
Returns the index of a specific navigation preference among all navigation preferences, which + are contained by the adapter.
+
+
info - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
initialActivityCount - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
+
insetDrawable - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
integer() - Constructor for class de.mrapp.android.preference.activity.R.integer
+
 
+
invertedToolbarPopupTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
invertedToolbarTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name".
+
+
isBreadCrumbHidden() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns, whether the toolbar, which is used to show the bread crumb of the currently selected + navigation preference, is hidden, or not.
+
+
isButtonBarShown() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns, whether the activity is used as a wizard, or not.
+
+
isEnabled(int) - Method in class de.mrapp.android.preference.activity.adapter.NavigationPreferenceGroupAdapter
+
 
+
isEnabled(int) - Method in class de.mrapp.android.preference.activity.adapter.PreferenceGroupAdapter
+
 
+
isLightTheme - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a boolean value, either "true" or "false".
+
+
isNavigationHidden() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns, whether the navigation is currently hidden, or not.
+
+
isNavigationHidden() - Method in class de.mrapp.android.preference.activity.view.ToolbarLarge
+
+
Returns, whether the navigation is hidden, or not.
+
+
isNavigationIconOverridden() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
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.
+
+
isNavigationPreferenceSelected() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns, whether a navigation preference is currently selected, or not.
+
+
isPreferenceFragmentShown() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns, whether a preference fragment is currently shown, or not.
+
+
isProgressShown() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns, whether the progress is shown, if the activity is used as a wizard.
+
+
isRestoreDefaultsButtonShown() - Method in class de.mrapp.android.preference.activity.PreferenceFragment
+
+
Returns, whether the button, which allows to restore the preferences' default values, is + currently shown, or not.
+
+
isSplitScreen() - Method in class de.mrapp.android.preference.activity.PreferenceActivity
+
+
Returns, whether the split screen layout is used, or not.
+
+
italic - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
item_touch_helper_max_drag_scroll_per_frame - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
item_touch_helper_previous_elevation - Static variable in class de.mrapp.android.preference.activity.R.id
+
 
+
item_touch_helper_swipe_escape_max_velocity - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
item_touch_helper_swipe_escape_velocity - Static variable in class de.mrapp.android.preference.activity.R.dimen
+
 
+
itemPadding - Static variable in class de.mrapp.android.preference.activity.R.attr
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+
+
+A B C D E F G H I L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/index.html b/doc/javadoc/index.html new file mode 100644 index 0000000..9ffe792 --- /dev/null +++ b/doc/javadoc/index.html @@ -0,0 +1,74 @@ + + + + + +Generated Documentation (Untitled) + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/doc/javadoc/overview-frame.html b/doc/javadoc/overview-frame.html new file mode 100644 index 0000000..cc2ed0e --- /dev/null +++ b/doc/javadoc/overview-frame.html @@ -0,0 +1,25 @@ + + + + + +Overview List + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/doc/javadoc/overview-summary.html b/doc/javadoc/overview-summary.html new file mode 100644 index 0000000..a7da32f --- /dev/null +++ b/doc/javadoc/overview-summary.html @@ -0,0 +1,149 @@ + + + + + +Overview + + + + + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
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 
+
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/overview-tree.html b/doc/javadoc/overview-tree.html new file mode 100644 index 0000000..943d72e --- /dev/null +++ b/doc/javadoc/overview-tree.html @@ -0,0 +1,270 @@ + + + + + +Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc/javadoc/package-list b/doc/javadoc/package-list new file mode 100644 index 0000000..7f717f6 --- /dev/null +++ b/doc/javadoc/package-list @@ -0,0 +1,5 @@ +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 diff --git a/doc/javadoc/script.js b/doc/javadoc/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/doc/javadoc/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/doc/javadoc/stylesheet.css b/doc/javadoc/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/doc/javadoc/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +}