diff --git a/doc/javadoc/allclasses-frame.html b/doc/javadoc/allclasses-frame.html new file mode 100644 index 0000000..4ebc248 --- /dev/null +++ b/doc/javadoc/allclasses-frame.html @@ -0,0 +1,45 @@ + + + +
+ +Modifier and Type | +Constant Field | +Value | +
---|---|---|
+
+public static final java.lang.String |
+APPLICATION_ID |
+"de.mrapp.android.bottomsheet" |
+
+
+public static final java.lang.String |
+BUILD_TYPE |
+"debug" |
+
+
+public static final java.lang.String |
+FLAVOR |
+"" |
+
+
+public static final int |
+VERSION_CODE |
+7 |
+
+
+public static final java.lang.String |
+VERSION_NAME |
+"1.4.0" |
+
Modifier and Type | +Constant Field | +Value | +
---|---|---|
+
+public static final int |
+DIVIDER_ID |
+-1 |
+
public static class BottomSheet.Builder
+extends java.lang.Object
+Constructor and Description | +
---|
Builder(Context context)
+Creates a new builder, which allows to create bottom sheets, which are designed according
+ to Android 5's Material Design guidelines even on pre-Lollipop devices.
+ |
+
Builder(Context context,
+ int themeResourceId)
+Creates a new builder, which allows to create bottom sheets, which are designed according
+ to Android 5's Material Design guidelines even on pre-Lollipop devices.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
BottomSheet.Builder |
+addDivider()
+Adds a new divider to the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+addDivider(java.lang.CharSequence title)
+Adds a new divider to the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+addDivider(int titleId)
+Adds a new divider to the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+addItem(int id,
+ java.lang.CharSequence title)
+Adds a new item to the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+addItem(int id,
+ java.lang.CharSequence title,
+ Drawable icon)
+Adds a new item to the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+addItem(int id,
+ int titleId)
+Adds a new item to the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+addItem(int id,
+ int titleId,
+ int iconId)
+Adds a new item to the bottom sheet, which is created by the builder.
+ |
+
BottomSheet |
+create()
+Creates a bottom sheet with the arguments, which have been supplied to the builder.
+ |
+
Context |
+getContext()
+Returns the context, which is used by the builder.
+ |
+
BottomSheet |
+maximize()
+Creates a bottom sheet with the arguments, which have been supplied to the builder and
+ immediately maximizes it.
+ |
+
BottomSheet.Builder |
+setBackground(Bitmap background)
+Sets the background of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setBackgroundColor(int color)
+Sets the background color of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setCancelable(boolean cancelable)
+Sets, whether the bottom sheet, which is created by the builder, should be cancelable, or
+ not.
+ |
+
BottomSheet.Builder |
+setCustomTitle(View view)
+Sets the custom view, which should be used to show the title of the bottom sheet, which
+ is created by the builder.
+ |
+
BottomSheet.Builder |
+setDimAmount(float dimAmount)
+Sets the dim amount, which should be used to darken the area outside the bottom sheet,
+ which is created by the builder.
+ |
+
BottomSheet.Builder |
+setDividerColor(int color)
+Sets the color of the dividers of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setDragSensitivity(float dragSensitivity)
+Sets the sensitivity, which specifies the distance after which dragging has an effect on
+ the bottom sheet, in relation to an internal value range.
+ |
+
BottomSheet.Builder |
+setIcon(Bitmap icon)
+Sets the icon of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setIconAttribute(int attributeId)
+Set the icon of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setIntent(Activity activity,
+ Intent intent)
+Adds the apps, which are able to handle a specific intent, as items to the bottom sheet,
+ which is created by the builder.
+ |
+
BottomSheet.Builder |
+setItemColor(int color)
+Sets the color of the items of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setItemEnabled(int index,
+ boolean enabled)
+Sets, whether the item at a specific index should be enabled, or not.
+ |
+
BottomSheet.Builder |
+setOnCancelListener(OnCancelListener listener)
+Sets the listener, which should be notified, when the bottom sheet, which is created by
+ the builder, is canceled.
+ |
+
BottomSheet.Builder |
+setOnDismissListener(OnDismissListener listener)
+Sets the listener, which should be notified, when the bottom sheet, which is created by
+ the builder, is dismissed for any reason.
+ |
+
BottomSheet.Builder |
+setOnItemClickListener(OnItemClickListener listener)
+Sets the listener, which should be notified, when an item of the bottom sheet has been
+ clicked.
+ |
+
BottomSheet.Builder |
+setOnItemLongClickListener(OnItemLongClickListener listener)
+Sets the listener, which should be notified, when an item of the bottom sheet has been
+ long-clicked.
+ |
+
BottomSheet.Builder |
+setOnKeyListener(OnKeyListener listener)
+Sets the listener, which should be notified, if a key is dispatched to the bottom sheet,
+ which is created by the builder.
+ |
+
BottomSheet.Builder |
+setOnMaximizeListener(OnMaximizeListener listener)
+Sets the listener, which should be notified, when the bottom sheet, which is created by
+ the builder, has been maximized.
+ |
+
BottomSheet.Builder |
+setStyle(BottomSheet.Style style)
+Sets the style of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setTitle(java.lang.CharSequence title)
+Sets the title of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setTitle(int resourceId)
+Sets the title of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setTitleColor(int color)
+Sets the color of the title of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet.Builder |
+setView(View view)
+Sets the custom view, which should be shown by the bottom sheet, which is created by the
+ builder.
+ |
+
BottomSheet.Builder |
+setWidth(int width)
+Sets the width of the bottom sheet, which is created by the builder.
+ |
+
BottomSheet |
+show()
+Creates a bottom sheet with the arguments, which have been supplied to the builder and
+ immediately displays it.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Builder(@NonNull + Context context)+
context
- The context, which should be used by the builder, as an instance of the class
+ Context
. The context may not be nullpublic Builder(@NonNull + Context context, + @StyleRes + int themeResourceId)+
context
- The context, which should be used by the builder, as an instance of the class
+ Context
. The context may not be nullthemeResourceId
- The resource id of the theme, which should be used by the bottom sheet, as an
+ Integer
value. The resource id must correspond to a valid themepublic final Context getContext()+
Context
public final BottomSheet.Builder setCancelable(boolean cancelable)+
cancelable
- True, if the bottom sheet, which is created by the builder, should be cancelable,
+ false otherwiseBottomSheet.Builder
public final BottomSheet.Builder setStyle(@NonNull + BottomSheet.Style style)+
style
- The style, which should be set, as a value of the enum BottomSheet.Style
. The style
+ may either be LIST
, LIST_COLUMNS
or GRID
BottomSheet.Builder
public final BottomSheet.Builder setOnItemClickListener(@Nullable + OnItemClickListener listener)+
listener
- The listener, which should be set, as an instance of the type OnItemClickListener
or null, if no listener should be notifiedBottomSheet.Builder
public final BottomSheet.Builder setOnItemLongClickListener(@Nullable + OnItemLongClickListener listener)+
listener
- The listener, which should be set, as an instance of the type OnItemLongClickListener
or null, if no listener should be notifiedBottomSheet.Builder
public final BottomSheet.Builder setOnMaximizeListener(@Nullable + OnMaximizeListener listener)+
listener
- The listener, which should be set, as an instance of the type OnMaximizeListener
or null, if no listener should be notifiedBottomSheet.Builder
public BottomSheet.Builder setOnCancelListener(@Nullable + OnCancelListener listener)+
setOnDismissListener
.listener
- The listener, which should be set, as an instance of the type OnCancelListener
, or null, if no listener should be setBottomSheet.Builder
#setOnDismissListener(android.content.DialogInterface.OnDismissListener)
public final BottomSheet.Builder setOnDismissListener(@Nullable + OnDismissListener listener)+
listener
- The listener, which should be set, as an instance of the type OnDismissListener
, or null, if no listener should be setBottomSheet.Builder
public final BottomSheet.Builder setOnKeyListener(@Nullable + OnKeyListener listener)+
listener
- The listener, which should be set, as an instance of the type OnKeyListener
, or null, if no listener should be setBottomSheet.Builder
public final BottomSheet.Builder setTitleColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if no custom
+ color should be setBottomSheet.Builder
public final BottomSheet.Builder setItemColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if no custom
+ color should be setBottomSheet.Builder
public final BottomSheet.Builder setDividerColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if no custom
+ color should be setBottomSheet.Builder
public final BottomSheet.Builder setBackground(@Nullable + Bitmap background)+
background
- The background, which should be set, as an instance of the class Bitmap
+ or null, if no custom background should be setBottomSheet.Builder
public final BottomSheet.Builder setBackgroundColor(int color)+
color
- The background color, which should be set, as an Integer
value or -1, if
+ no custom background color should be setBottomSheet.Builder
public final BottomSheet.Builder setTitle(@Nullable + java.lang.CharSequence title)+
title
- The title, which should be set, as an instance of the type CharSequence
+ or null, if no title should be shownBottomSheet.Builder
public final BottomSheet.Builder setTitle(@StringRes + int resourceId)+
resourceId
- The resource id of the title, which should be set, as an Integer
value.
+ The resource id must correspond to a valid string resourceBottomSheet.Builder
public final BottomSheet.Builder setIcon(@Nullable + Bitmap icon)+
icon
- The icon, which should be set, as an instance of the class Bitmap
or
+ null, if no icon should be shownBottomSheet.Builder
public final BottomSheet.Builder setIconAttribute(@AttrRes + int attributeId)+
attributeId
- The id of the theme attribute, which supplies the icon, which should be set, as
+ an Integer
value. The id must point to a valid drawable resourceBottomSheet.Builder
public final BottomSheet.Builder setView(@Nullable + View view)+
view
- The view, which should be set, as an instance of the class View
or null,
+ if no custom view should be shownBottomSheet.Builder
public final BottomSheet.Builder setCustomTitle(@Nullable + View view)+
view
- The view, which should be set, as an instance of the class View
or null,
+ if no custom view should be used to show the titleBottomSheet.Builder
public final BottomSheet.Builder setDragSensitivity(float dragSensitivity)+
dragSensitivity
- The drag sensitivity, which should be set, as a Float
value. The drag
+ sensitivity must be at lest 0 and at maximum 1BottomSheet.Builder
public final BottomSheet.Builder setDimAmount(float dimAmount)+
dimAmount
- The dim amount, which should be set, as a Float
value. The dim amount
+ must be at least 0 (fully transparent) and at maximum 1 (fully opaque)BottomSheet.Builder
public final BottomSheet.Builder setWidth(int width)+
width
- The width, which should be set, in pixels as an Integer
value. The width
+ must be at least 1BottomSheet.Builder
public final BottomSheet.Builder addItem(int id, + @NonNull + java.lang.CharSequence title)+
id
- The id of the item, which should be added, as an Integer
value. The id
+ must be at least 0title
- The title of the item, which should be added, as an instance of the type CharSequence
. The title may neither be null, nor emptyBottomSheet.Builder
public final BottomSheet.Builder addItem(int id, + @NonNull + java.lang.CharSequence title, + @Nullable + Drawable icon)+
id
- The id of the item, which should be added, as an Integer
value. The id
+ must be at least 0title
- The title of the item, which should be added, as an instance of the type CharSequence
. The title may neither be null, nor emptyicon
- The icon of the item, which should be added, as an instance of the class Drawable
, or null, if no item should be usedBottomSheet.Builder
public final BottomSheet.Builder addItem(int id, + @StringRes + int titleId)+
id
- The id of the item, which should be added, as an Integer
value. The id
+ must be at least 0titleId
- The resource id of the title of the item, which should be added, as an Integer
value. The resource id must correspond to a valid string resourceBottomSheet.Builder
public final BottomSheet.Builder addItem(int id, + @StringRes + int titleId, + @DrawableRes + int iconId)+
id
- The id of the item, which should be added, as an Integer
value. The id
+ must be at least 0titleId
- The resource id of the title of the item, which should be added, as an Integer
value. The resource id must correspond to a valid string resourceiconId
- The resource id of the icon of the item, which should be added, as an Integer
value. The resource id must correspond to a valid drawable resourceBottomSheet.Builder
public final BottomSheet.Builder addDivider()+
BottomSheet.Builder
public final BottomSheet.Builder addDivider(@Nullable + java.lang.CharSequence title)+
title
- The title of the divider, which should be added, as an instance of the type
+ CharSequence
, or null, if no title should be usedpublic final BottomSheet.Builder addDivider(@StringRes + int titleId)+
titleId
- The resource id of the title, which should be added, as an Integer
value.
+ The resource id must correspond to a valid string resourceBottomSheet.Builder
public final BottomSheet.Builder setItemEnabled(int index, + boolean enabled)+
index
- The index of the item as an Integer
valueenabled
- True, if the item should be enabled, false otherwiseBottomSheet.Builder
public final BottomSheet.Builder setIntent(@NonNull + Activity activity, + @NonNull + Intent intent)+
activity
- The activity, the bottom sheet, which is created by the builder, belongs to, as
+ an instance of the class Activity
. The activity may not be nullintent
- The intent as an instance of the class Intent
. The intent may not be
+ nullBottomSheet.Builder
public final BottomSheet create()+
BottomSheet
public final BottomSheet show()+
BottomSheet
public final BottomSheet maximize()+
BottomSheet
public static enum BottomSheet.Style +extends java.lang.Enum<BottomSheet.Style>+
BottomSheet
.Enum Constant and Description | +
---|
GRID
+If the bottom sheet's items should be shown in a grid.
+ |
+
LIST
+If the bottom sheet's items should be shown in a list.
+ |
+
LIST_COLUMNS
+If the bottom sheet's items should be shown as a two-columned list on tablet devices and
+ in landscape mode.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
static BottomSheet.Style |
+valueOf(java.lang.String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static BottomSheet.Style[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final BottomSheet.Style LIST+
public static final BottomSheet.Style LIST_COLUMNS+
public static final BottomSheet.Style GRID+
public static BottomSheet.Style[] values()+
+for (BottomSheet.Style c : BottomSheet.Style.values()) + System.out.println(c); +
public static BottomSheet.Style valueOf(java.lang.String name)+
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic class BottomSheet +extends Dialog +implements DraggableView.Callback+
BottomSheet.Builder.create()
or BottomSheet.Builder.show()
of the builder BottomSheet.Builder
can be
+ used.Modifier and Type | +Class and Description | +
---|---|
static class |
+BottomSheet.Builder
+A builder, which allows to create and show bottom sheets, which are designed according to
+ Android 5's Material Design guidelines even on pre-Lollipop devices.
+ |
+
static class |
+BottomSheet.Style
+Contains all possible styles of a
+BottomSheet . |
+
Modifier | +Constructor and Description | +
---|---|
protected |
+BottomSheet(Context context,
+ int themeResourceId)
+Creates a bottom sheet, which is designed according to Android 5's Material Design guidelines
+ even on pre-Lollipop devices.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+addDivider()
+Adds a new divider to the bottom sheet.
+ |
+
void |
+addDivider(java.lang.CharSequence title)
+Adds a new divider to the bottom sheet.
+ |
+
void |
+addDivider(int titleId)
+Adds a new divider to the bottom sheet.
+ |
+
void |
+addItem(int id,
+ java.lang.CharSequence title)
+Adds a new item to the bottom sheet.
+ |
+
void |
+addItem(int id,
+ java.lang.CharSequence title,
+ Drawable icon)
+Adds a new item to the bottom sheet.
+ |
+
void |
+addItem(int id,
+ int titleId)
+Adds a new item to the bottom sheet.
+ |
+
void |
+addItem(int id,
+ int titleId,
+ int iconId)
+Adds a new item to the bottom sheet.
+ |
+
void |
+cancel() |
+
void |
+dismiss() |
+
Drawable |
+getBackground()
+Returns the background of the bottom sheet.
+ |
+
float |
+getDimAmount()
+Returns the dim amount, which is used to darken the area outside the bottom sheet.
+ |
+
int |
+getDividerColor()
+Returns the color of the dividers of the bottom sheet.
+ |
+
float |
+getDragSensitivity()
+Returns the sensitivity, which specifies the distance after which dragging has an effect on
+ the bottom sheet, in relation to an internal value range.
+ |
+
GridView |
+getGridView()
+Returns the grid view, which is contained by the bottom sheet.
+ |
+
Drawable |
+getIcon()
+Returns the icon of the bottom sheet.
+ |
+
int |
+getId(int index)
+Returns the id of the item, which corresponds to a specific index.
+ |
+
int |
+getItemColor()
+Returns the color of the items of the bottom sheet.
+ |
+
int |
+getItemCount()
+Returns the number of items, which are currently contained by the bottom sheet.
+ |
+
ListAdapter |
+getListAdapter()
+Returns the adapter of the grid view, which is contained by the bottom sheet.
+ |
+
BottomSheet.Style |
+getStyle()
+Returns the style, which is used to display the bottom sheet's items.
+ |
+
java.lang.CharSequence |
+getTitle()
+Returns the title of the bottom sheet.
+ |
+
int |
+getTitleColor()
+Returns the color of the title of the bottom sheet.
+ |
+
int |
+getWidth()
+Returns the width of the bottom sheet.
+ |
+
int |
+indexOf(int id)
+Returns the index of the item, which corresponds to a specific id.
+ |
+
void |
+invalidate()
+Invalidates the bottom sheet.
+ |
+
void |
+invalidateOnChange(boolean invalidateOnChange)
+Sets, whether the bottom sheet should automatically be invalidated, when its items have been
+ changed, or not.
+ |
+
boolean |
+isEmpty()
+Returns, whether the bottom sheet contains any items, or not.
+ |
+
boolean |
+isItemEnabled(int index)
+Returns, whether the item at a specific index is enabled, or not.
+ |
+
boolean |
+isMaximized()
+Returns, whether the bottom sheet is currently maximized, or not.
+ |
+
void |
+maximize()
+Maximizes the bottom sheet.
+ |
+
void |
+onHidden(boolean canceled)
+The method, which is invoked, when the view has been hidden.
+ |
+
void |
+onMaximized()
+The method, which is invoked, when the view has been maximized.
+ |
+
void |
+onRestoreInstanceState(Bundle savedInstanceState) |
+
Bundle |
+onSaveInstanceState() |
+
void |
+onStart() |
+
void |
+onStop() |
+
void |
+removeAllItems()
+Removes all items from the bottom sheet.
+ |
+
void |
+removeItem(int index)
+Removes the item with at a specific index from the bottom sheet.
+ |
+
void |
+setBackground(Bitmap background)
+Sets the background of the bottom sheet.
+ |
+
void |
+setBackgroundColor(int color)
+Sets the background color of the bottom sheet.
+ |
+
void |
+setCancelable(boolean cancelable) |
+
void |
+setCanceledOnTouchOutside(boolean canceledOnTouchOutside) |
+
void |
+setCustomTitle(View view)
+Sets the custom view, which should be used to show the title of the bottom sheet.
+ |
+
void |
+setDimAmount(float dimAmount)
+Sets the dim amount, which should be used to darken the area outside the bottom sheet.
+ |
+
void |
+setDivider(int index)
+Replaces the item at a specific index with a divider.
+ |
+
void |
+setDivider(int index,
+ java.lang.CharSequence title)
+Replaces the item at a specific index with a divider.
+ |
+
void |
+setDivider(int index,
+ int titleId)
+Replaces the item at a specific index with a divider.
+ |
+
void |
+setDividerColor(int color)
+Sets the color of the dividers of the bottom sheet.
+ |
+
void |
+setDragSensitivity(float dragSensitivity)
+Sets the sensitivity, which specifies the distance after which dragging has an effect on the
+ bottom sheet, in relation to an internal value range.
+ |
+
void |
+setIcon(Bitmap icon)
+Sets the icon of the bottom sheet.
+ |
+
void |
+setIconAttribute(int attributeId)
+Set the icon of the bottom sheet.
+ |
+
void |
+setIntent(Activity activity,
+ Intent intent)
+Adds the apps, which are able to handle a specific intent, as items to the bottom sheet.
+ |
+
void |
+setItem(int index,
+ int id,
+ java.lang.CharSequence title)
+Replaces the item at a specific index with another item.
+ |
+
void |
+setItem(int index,
+ int id,
+ java.lang.CharSequence title,
+ Drawable icon)
+Replaces the item at a specific index with another item.
+ |
+
void |
+setItem(int index,
+ int id,
+ int titleId)
+Replaces the item at a specific index with another item.
+ |
+
void |
+setItem(int index,
+ int id,
+ int titleId,
+ int iconId)
+Replaces the item at a specific index with another item.
+ |
+
void |
+setItemColor(int color)
+Sets the color of the items of the bottom sheet.
+ |
+
void |
+setItemEnabled(int index,
+ boolean enabled)
+Sets, whether the item at a specific index should be enabled, or not.
+ |
+
void |
+setOnItemClickListener(OnItemClickListener listener)
+Sets the listener, which should be notified, when an item of the bottom sheet has been
+ clicked.
+ |
+
void |
+setOnItemLongClickListener(OnItemLongClickListener listener)
+Sets the listener, which should be notified, when an item of the bottom sheet has been
+ long-clicked.
+ |
+
void |
+setOnMaximizeListener(OnMaximizeListener listener)
+Sets the listener, which should be notified, when the bottom sheet has been maximized.
+ |
+
void |
+setOnShowListener(OnShowListener listener) |
+
void |
+setStyle(BottomSheet.Style style)
+Sets the style, which should be used to display the bottom sheet's items.
+ |
+
void |
+setTitle(java.lang.CharSequence title) |
+
void |
+setTitleColor(int color)
+Sets the color of the title of the bottom sheet.
+ |
+
void |
+setView(View view)
+Sets the custom view, which should be shown by the bottom sheet.
+ |
+
void |
+setWidth(int width)
+Sets the width of the bottom sheet.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected BottomSheet(@NonNull + Context context, + @StyleRes + int themeResourceId)+
context
- The context, which should be used by the bottom sheet, as an instance of the class
+ Context
. The context may not be nullthemeResourceId
- The resource id of the theme, which should be used by the bottom sheet, as an Integer
value. The resource id must correspond to a valid themepublic final void setOnItemClickListener(@Nullable + OnItemClickListener listener)+
listener
- The listener, which should be set, as an instance of the type OnItemClickListener
or null, if no listener should be notifiedpublic final void setOnItemLongClickListener(@Nullable + OnItemLongClickListener listener)+
listener
- The listener, which should be set, as an instance of the type OnItemLongClickListener
or null, if no listener should be notifiedpublic final void setOnMaximizeListener(@Nullable + OnMaximizeListener listener)+
listener
- The listener, which should be set, as an instance of the type OnMaximizeListener
or null, if no listener should be notifiedpublic final GridView getGridView()+
GridView
or null, if the bottom sheet does not show any items or has not been shown
+ yetpublic final ListAdapter getListAdapter()+
ListAdapter
public final Drawable getIcon()+
Drawable
or null,
+ if no icon has been setpublic final void setIcon(@Nullable + Bitmap icon)+
icon
- The icon, which should be set, as an instance of the class Bitmap
or null, if
+ no icon should be shownpublic final void setIconAttribute(@AttrRes + int attributeId)+
attributeId
- The id of the theme attribute, which supplies the icon, which should be set, as an
+ Integer
value. The id must point to a valid drawable resourcepublic final int getTitleColor()+
Integer
value or -1, if no
+ custom color has been setpublic final void setTitleColor(int color)+
color
- The color, which should be set, as an Integer
valuepublic final int getItemColor()+
Integer
value or -1, if no
+ custom color has been setpublic final void setItemColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if no custom color
+ should be setpublic final int getDividerColor()+
Integer
value or -1, if
+ no custom color has been setpublic final void setDividerColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if no custom color
+ should be setpublic final Drawable getBackground()+
Drawable
or
+ null, if no custom background has been setpublic final void setBackground(@Nullable + Bitmap background)+
background
- The background, which should be set, as an instance of the class Bitmap
or
+ null, if no custom background should be setpublic final void setBackgroundColor(int color)+
color
- The background color, which should be set, as an Integer
value or -1, if no
+ custom background color should be setpublic final void setCustomTitle(@Nullable + View view)+
view
- The view, which should be set, as an instance of the class View
or null, if
+ no custom view should be used to show the titlepublic final void setView(@Nullable + View view)+
view
- The view, which should be set, as an instance of the class View
or null, if
+ no custom view should be shownpublic final float getDragSensitivity()+
Float
value. The drag sensitivity must be at lest 0
+ and at maximum 1public final void setDragSensitivity(float dragSensitivity)+
dragSensitivity
- The drag sensitivity, which should be set, as a Float
value. The drag
+ sensitivity must be at lest 0 and at maximum 1public final float getDimAmount()+
Float
valuepublic final void setDimAmount(float dimAmount)+
dimAmount
- The dim amount, which should be set, as a Float
value. The dim amount must be
+ at least 0 (fully transparent) and at maximum 1 (fully opaque)public final int getWidth()+
Integer
valuepublic final void setWidth(int width)+
width
- The width, which should be set, in pixels as an Integer
value. The width must
+ be at least 1public final void addItem(int id, + @NonNull + java.lang.CharSequence title)+
id
- The id of the item, which should be added, as an Integer
value. The id must
+ be at least 0title
- The title of the item, which should be added, as an instance of the type CharSequence
. The title may neither be null, nor emptypublic final void addItem(int id, + @NonNull + java.lang.CharSequence title, + @Nullable + Drawable icon)+
id
- The id of the item, which should be added, as an Integer
value. The id must
+ be at least 0title
- The title of the item, which should be added, as an instance of the type CharSequence
. The title may neither be null, nor emptyicon
- The icon of the item, which should be added, as an instance of the class Drawable
, or null, if no item should be usedpublic final void addItem(int id, + @StringRes + int titleId)+
id
- The id of the item, which should be added, as an Integer
value. The id must
+ be at least 0titleId
- The resource id of the title of the item, which should be added, as an Integer
value. The resource id must correspond to a valid string resourcepublic final void addItem(int id, + @StringRes + int titleId, + @DrawableRes + int iconId)+
id
- The id of the item, which should be added, as an Integer
value. The id must
+ be at least 0titleId
- The resource id of the title of the item, which should be added, as an Integer
value. The resource id must correspond to a valid string resourceiconId
- The resource id of the icon of the item, which should be added, as an Integer
+ value. The resource id must correspond to a valid drawable resourcepublic final void setItem(int index, + int id, + @NonNull + java.lang.CharSequence title)+
index
- The index of the item, which should be replaced, as an Integer
valueid
- The id of the item, which should be added, as an Integer
value. The id must
+ be at least 0title
- The title of the item, which should be added, as an instance of the type CharSequence
. The title may neither be null, nor emptypublic final void setItem(int index, + int id, + @NonNull + java.lang.CharSequence title, + @Nullable + Drawable icon)+
index
- The index of the item, which should be replaced, as an Integer
valueid
- The id of the item, which should be added, as an Integer
value. The id must
+ be at least 0title
- The title of the item, which should be added, as an instance of the type CharSequence
. The title may neither be null, nor emptyicon
- The icon of the item, which should be added, as an instance of the class Drawable
, or null, if no item should be usedpublic final void setItem(int index, + int id, + @StringRes + int titleId)+
index
- The index of the item, which should be replaced, as an Integer
valueid
- The id of the item, which should be added, as an Integer
value. The id must
+ be at least 0titleId
- The resource id of the title of the item, which should be added, as an Integer
value. The resource id must correspond to a valid string resourcepublic final void setItem(int index, + int id, + @StringRes + int titleId, + @DrawableRes + int iconId)+
index
- The index of the item, which should be replaced, as an Integer
valueid
- The id of the item, which should be added, as an Integer
value. The id must
+ be at least 0titleId
- The resource id of the title of the item, which should be added, as an Integer
value. The resource id must correspond to a valid string resourceiconId
- The resource id of the icon of the item, which should be added, as an Integer
+ value. The resource id must correspond to a valid drawable resourcepublic final void addDivider()+
public final void addDivider(@Nullable + java.lang.CharSequence title)+
title
- The title of the divider, which should be added, as an instance of the type CharSequence
, or null, if no title should be usedpublic final void addDivider(@StringRes + int titleId)+
titleId
- The resource id of the title of the divider, which should be added, as an Integer
value. The resource id must correspond to a valid string resourcepublic final void setDivider(int index)+
index
- The index of the item, which should be replaced, as an Integer
valuepublic final void setDivider(int index, + @Nullable + java.lang.CharSequence title)+
index
- The index of the item, which should be replaced, as an Integer
valuetitle
- The title of the divider, which should be added, as an instance of the type CharSequence
, or null, if no title should be usedpublic final void setDivider(int index, + @StringRes + int titleId)+
index
- The index of the item, which should be replaced, as an Integer
valuetitleId
- The resource id of the title of the divider, which should be added, as an Integer
value. The resource id must correspond to a valid string resourcepublic final void removeItem(int index)+
index
- The index of the item, which should be removed, as an Integer
valuepublic final void removeAllItems()+
public final boolean isEmpty()+
public final int getItemCount()+
Integer
value or -1, if the bottom sheet does not show any items or has not been shown yetpublic final int indexOf(int id)+
id
- The id of the item, whose index should be returned, as an Integer
value. The
+ id must be at least 0public final int getId(int index)+
index
- The index of the item, whose id should be returned, as an Integer
valueDivider#DIVIDER_ID
, if the item is a dividerpublic final boolean isItemEnabled(int index)+
index
- The index of the item, which should be checked, as an Integer
valuepublic final void setItemEnabled(int index, + boolean enabled)+
index
- The index of the item as an Integer
valueenabled
- True, if the item should be enabled, false otherwisepublic final void setIntent(@NonNull + Activity activity, + @NonNull + Intent intent)+
activity
- The activity, the bottom sheet belongs to, as an instance of the class Activity
. The activity may not be nullintent
- The intent as an instance of the class Intent
. The intent may not be nullpublic final void invalidate()+
public final void invalidateOnChange(boolean invalidateOnChange)+
invalidateOnChange
- True, if the bottom sheet should automatically be invalidated, when its items have
+ been changed, false otherwisepublic final boolean isMaximized()+
public final void maximize()+
public final BottomSheet.Style getStyle()+
BottomSheet.Style
public final void setStyle(@NonNull + BottomSheet.Style style)+
style
- The style, which should be set, as a value of the enum BottomSheet.Style
. The style may
+ either be LIST
, LIST_COLUMNS
or GRID
public final java.lang.CharSequence getTitle()+
CharSequence
or
+ null, if no title has been setpublic final void setTitle(@Nullable + java.lang.CharSequence title)+
public final void dismiss()+
public final void cancel()+
public final void setCancelable(boolean cancelable)+
public final void setCanceledOnTouchOutside(boolean canceledOnTouchOutside)+
public final void setOnShowListener(@Nullable + OnShowListener listener)+
public final void onMaximized()+
DraggableView.Callback
onMaximized
in interface DraggableView.Callback
public final void onHidden(boolean canceled)+
DraggableView.Callback
onHidden
in interface DraggableView.Callback
canceled
- True, if the view has been canceled, false otherwisepublic final void onStart()+
public final void onStop()+
public final Bundle onSaveInstanceState()+
public final void onRestoreInstanceState(Bundle savedInstanceState)+
public final class BuildConfig
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static java.lang.String |
+APPLICATION_ID |
+
static java.lang.String |
+BUILD_TYPE |
+
static boolean |
+DEBUG |
+
static java.lang.String |
+FLAVOR |
+
static int |
+VERSION_CODE |
+
static java.lang.String |
+VERSION_NAME |
+
Constructor and Description | +
---|
BuildConfig() |
+
public static final boolean DEBUG+
public static final java.lang.String APPLICATION_ID+
public static final java.lang.String BUILD_TYPE+
public static final java.lang.String FLAVOR+
public static final int VERSION_CODE+
public static final java.lang.String VERSION_NAME+
public interface OnMaximizeListener
+Modifier and Type | +Method and Description | +
---|---|
void |
+onMaximize(BottomSheet bottomSheet)
+The method, which is invoked, when a bottom sheet has been maximized.
+ |
+
void onMaximize(BottomSheet bottomSheet)+
bottomSheet
- The bottom sheet, which has been maximized, as an instance of the class BottomSheet
public static final class R.anim
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+abc_fade_in |
+
static int |
+abc_fade_out |
+
static int |
+abc_grow_fade_in_from_bottom |
+
static int |
+abc_popup_enter |
+
static int |
+abc_popup_exit |
+
static int |
+abc_shrink_fade_out_from_bottom |
+
static int |
+abc_slide_in_bottom |
+
static int |
+abc_slide_in_top |
+
static int |
+abc_slide_out_bottom |
+
static int |
+abc_slide_out_top |
+
static int |
+hide_bottom_sheet_animation |
+
static int |
+show_bottom_sheet_animation |
+
public static int abc_fade_in+
public static int abc_fade_out+
public static int abc_grow_fade_in_from_bottom+
public static int abc_popup_enter+
public static int abc_popup_exit+
public static int abc_shrink_fade_out_from_bottom+
public static int abc_slide_in_bottom+
public static int abc_slide_in_top+
public static int abc_slide_out_bottom+
public static int abc_slide_out_top+
public static int hide_bottom_sheet_animation+
public static int show_bottom_sheet_animation+
public static final class R.attr
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+actionBarSize
+May be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+actionProviderClass
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
static int |
+actionViewClass
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
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 ". |
+
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 ". |
+
static int |
+alertDialogCenterButtons
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
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 ". |
+
static int |
+allowStacking
+Must be a boolean value, either "
+true " or "false ". |
+
static int |
+arrowHeadLength
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+arrowShaftLength
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+backgroundTint
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+backgroundTintMode
+Must be one of the following constant values.
+ |
+
static int |
+barLength
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
static int |
+bottomSheetBackground
+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 int |
+bottomSheetDimAmount
+Must be a fractional value, which is a floating point number appended with either % or %p, such as "
+14.5% ". |
+
static int |
+bottomSheetDividerColor
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+bottomSheetDragSensitivity
+Must be a fractional value, which is a floating point number appended with either % or %p, such as "
+14.5% ". |
+
static int |
+bottomSheetItemColor
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+bottomSheetTheme
+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 int |
+bottomSheetTitleColor
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+buttonTint
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+buttonTintMode
+Must be one of the following constant values.
+ |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+collapseContentDescription
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
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 ". |
+
static int |
+color
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+colorAccent
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+colorButtonNormal
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+colorControlActivated
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+colorControlHighlight
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+colorControlNormal
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+colorPrimary
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+colorPrimaryDark
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
static int |
+colorSwitchThumbNormal
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
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 ". |
+
static int |
+contentInsetEnd
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+contentInsetLeft
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+contentInsetRight
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+contentInsetStart
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
static int |
+defaultQueryHint
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
static int |
+dialogPreferredPadding
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
static int |
+displayOptions
+Must be one or more (separated by '|') of the following constant values.
+ |
+
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 ". |
+
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 ". |
+
static int |
+dividerPadding
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
static int |
+drawableSize
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
static int |
+dropdownListPreferredItemHeight
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+elevation
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+emulateParallelLight
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
static int |
+gapBetweenBars
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
static int |
+height
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+hideOnContentScroll
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+iconifiedByDefault
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
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 ". |
+
static int |
+initialActivityCount
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
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 ". |
+
static int |
+isLightTheme
+Must be a boolean value, either "
+true " or "false ". |
+
static int |
+itemPadding
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+listPreferredItemHeight
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+listPreferredItemHeightLarge
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+listPreferredItemHeightSmall
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+listPreferredItemPaddingLeft
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+listPreferredItemPaddingRight
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
static int |
+logoDescription
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
static int |
+maxButtonHeight
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+measureWithLargestChild
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
static int |
+navigationContentDescription
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
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 ". |
+
static int |
+navigationMode
+Must be one of the following constant values.
+ |
+
static int |
+overlapAnchor
+Must be a boolean value, either "
+true " or "false ". |
+
static int |
+paddingEnd
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+paddingStart
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
static int |
+panelMenuListWidth
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+preserveIconSpacing
+Must be a boolean value, either "
+true " or "false ". |
+
static int |
+progressBarPadding
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
static int |
+queryHint
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+shadowElevation
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+shadowOrientation
+Must be one of the following constant values.
+ |
+
static int |
+showAsAction
+Must be one or more (separated by '|') of the following constant values.
+ |
+
static int |
+showDividers
+Must be one or more (separated by '|') of the following constant values.
+ |
+
static int |
+showText
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
static int |
+spinBars
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
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 ". |
+
static int |
+splitTrack
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
static int |
+state_above_anchor
+Must be a boolean value, either "
+true " or "false ". |
+
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 ". |
+
static int |
+subtitle
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
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 ". |
+
static int |
+subtitleTextColor
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
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 ". |
+
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 ". |
+
static int |
+switchMinWidth
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+switchPadding
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+thickness
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+thumbTextPadding
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+title
+Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+ |
+
static int |
+titleMarginBottom
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+titleMarginEnd
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+titleMargins
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+titleMarginStart
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+titleMarginTop
+Must be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
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 ". |
+
static int |
+titleTextColor
+Must be a color value, in the form of "
+#rgb ", "#argb ",
+"#rrggbb ", or "#aarrggbb ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
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 ". |
+
static int |
+windowActionBar
+Must be a boolean value, either "
+true " or "false ". |
+
static int |
+windowActionBarOverlay
+Must be a boolean value, either "
+true " or "false ". |
+
static int |
+windowActionModeOverlay
+Must be a boolean value, either "
+true " or "false ". |
+
static int |
+windowFixedHeightMajor
+May be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+windowFixedHeightMinor
+May be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+windowFixedWidthMajor
+May be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+windowFixedWidthMinor
+May be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+windowMinWidthMajor
+May be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+windowMinWidthMinor
+May be a dimension value, which is a floating point number appended with a unit such as "
+14.5sp ". |
+
static int |
+windowNoTitle
+Must be a boolean value, either "
+true " or "false ". |
+
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
".
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
".
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
".
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.
+Constant | Value | Description |
---|---|---|
wrap_content | 0 |
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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.
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.
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
".
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
".
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.
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
".
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
".
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.
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.
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.
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
".
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
".
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
".
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
".
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.
public static int backgroundTintMode+
Must be one of the following constant values.
+Constant | Value | Description |
---|---|---|
src_over | 3 | |
src_in | 5 | |
src_atop | 9 | |
multiply | 14 | |
screen | 15 |
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.
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
".
public static int bottomSheetBackground+
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
".
public static int bottomSheetDimAmount+
Must 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.
public static int bottomSheetDividerColor+
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.
public static int bottomSheetDragSensitivity+
Must 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.
public static int bottomSheetItemColor+
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.
public static int bottomSheetTheme+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int bottomSheetTitleColor+
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.
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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.
public static int buttonTintMode+
Must be one of the following constant values.
+Constant | Value | Description |
---|---|---|
src_over | 3 | |
src_in | 5 | |
src_atop | 9 | |
multiply | 14 | |
screen | 15 |
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
".
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
".
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
".
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
".
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.
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
".
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
".
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.
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.
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.
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.
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
".
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
".
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.
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.
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
".
public static int displayOptions+
Must be one or more (separated by '|') of the following constant values.
+Constant | Value | Description |
---|---|---|
none | 0 | |
useLogo | 0x1 | |
showHome | 0x2 | |
homeAsUp | 0x4 | |
showTitle | 0x8 | |
showCustom | 0x10 | |
disableHome | 0x20 |
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
".
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
".
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.
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
".
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.
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
".
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
".
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.
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
".
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
".
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
".
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.
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.
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
".
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.
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
".
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.
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.
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
".
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
".
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
".
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.
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
".
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
".
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.
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
".
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.
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.
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
".
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
".
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
".
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
".
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
".
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
".
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.
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.
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.
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.
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.
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
".
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.
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.
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.
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
".
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.
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
".
public static int navigationMode+
Must be one of the following constant values.
+Constant | Value | Description |
---|---|---|
normal | 0 | |
listMode | 1 | |
tabMode | 2 |
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.
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.
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.
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
".
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
".
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.
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
".
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
".
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
".
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.
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.
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
".
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
".
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.
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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.
public static int shadowOrientation+
Must be one of the following constant values.
+Constant | Value | Description |
---|---|---|
left | 0 | |
top | 1 | |
right | 2 | |
bottom | 3 | |
top_left | 4 | |
top_right | 5 | |
bottom_left | 6 | |
bottom_right | 7 |
public static int showAsAction+
Must be one or more (separated by '|') of the following constant values.
+Constant | Value | Description |
---|---|---|
never | 0 | |
ifRoom | 1 | |
always | 2 | |
withText | 4 | |
collapseActionView | 8 |
public static int showDividers+
Must be one or more (separated by '|') of the following constant values.
+Constant | Value | Description |
---|---|---|
none | 0 | |
beginning | 1 | |
middle | 2 | |
end | 4 |
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.
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
".
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.
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
".
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
".
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.
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
".
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.
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
".
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.
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
".
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.
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
".
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
".
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.
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.
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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
".
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.
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.
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.
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.
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.
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.
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.
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.
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
".
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.
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
".
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
".
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
".
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
".
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
".
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
public static final class R.bool
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+abc_action_bar_embed_tabs |
+
static int |
+abc_action_bar_embed_tabs_pre_jb |
+
static int |
+abc_action_bar_expanded_action_views_exclusive |
+
static int |
+abc_allow_stacked_button_bar |
+
static int |
+abc_config_actionMenuItemAllCaps |
+
static int |
+abc_config_allowActionMenuItemTextWithIcon |
+
static int |
+abc_config_closeDialogWhenTouchOutside |
+
static int |
+abc_config_showMenuShortcutsWhenKeyboardPresent |
+
static int |
+elevation_shadow_view_emulate_parallel_light_default_value |
+
public static int abc_action_bar_embed_tabs+
public static int abc_action_bar_embed_tabs_pre_jb+
public static int abc_action_bar_expanded_action_views_exclusive+
public static int abc_allow_stacked_button_bar+
public static int abc_config_actionMenuItemAllCaps+
public static int abc_config_allowActionMenuItemTextWithIcon+
public static int abc_config_closeDialogWhenTouchOutside+
public static int abc_config_showMenuShortcutsWhenKeyboardPresent+
public static int elevation_shadow_view_emulate_parallel_light_default_value+
public static final class R.color
+extends java.lang.Object
+public static int abc_background_cache_hint_selector_material_dark+
public static int abc_background_cache_hint_selector_material_light+
public static int abc_color_highlight_material+
public static int abc_input_method_navigation_guard+
public static int abc_primary_text_disable_only_material_dark+
public static int abc_primary_text_disable_only_material_light+
public static int abc_primary_text_material_dark+
public static int abc_primary_text_material_light+
public static int abc_search_url_text+
public static int abc_search_url_text_normal+
public static int abc_search_url_text_pressed+
public static int abc_search_url_text_selected+
public static int abc_secondary_text_material_dark+
public static int abc_secondary_text_material_light+
public static int accent_material_dark+
public static int accent_material_light+
public static int background_floating_material_dark+
public static int background_floating_material_light+
public static int background_material_dark+
public static int background_material_light+
public static int bright_foreground_disabled_material_dark+
public static int bright_foreground_disabled_material_light+
public static int bright_foreground_inverse_material_dark+
public static int bright_foreground_inverse_material_light+
public static int bright_foreground_material_dark+
public static int bright_foreground_material_light+
public static int button_material_dark+
public static int button_material_light+
public static int dim_foreground_disabled_material_dark+
public static int dim_foreground_disabled_material_light+
public static int dim_foreground_material_dark+
public static int dim_foreground_material_light+
public static int divider_dark+
public static int divider_light+
public static int foreground_material_dark+
public static int foreground_material_light+
public static int highlighted_text_material_dark+
public static int highlighted_text_material_light+
public static int hint_foreground_material_dark+
public static int hint_foreground_material_light+
public static int material_blue_grey_800+
public static int material_blue_grey_900+
public static int material_blue_grey_950+
public static int material_deep_teal_200+
public static int material_deep_teal_500+
public static int material_grey_100+
public static int material_grey_300+
public static int material_grey_50+
public static int material_grey_600+
public static int material_grey_800+
public static int material_grey_850+
public static int material_grey_900+
public static int primary_dark_material_dark+
public static int primary_dark_material_light+
public static int primary_material_dark+
public static int primary_material_light+
public static int primary_text_default_material_dark+
public static int primary_text_default_material_light+
public static int primary_text_disabled_material_dark+
public static int primary_text_disabled_material_light+
public static int ripple_material_dark+
public static int ripple_material_light+
public static int scrim_insets_layout_insets_drawable_default_value+
public static int secondary_text_default_material_dark+
public static int secondary_text_default_material_light+
public static int secondary_text_disabled_material_dark+
public static int secondary_text_disabled_material_light+
public static int switch_thumb_disabled_material_dark+
public static int switch_thumb_disabled_material_light+
public static int switch_thumb_material_dark+
public static int switch_thumb_material_light+
public static int switch_thumb_normal_material_dark+
public static int switch_thumb_normal_material_light+
public static final class R.dimen
+extends java.lang.Object
+public static int abc_action_bar_content_inset_material+
public static int abc_action_bar_default_height_material+
public static int abc_action_bar_default_padding_end_material+
public static int abc_action_bar_default_padding_start_material+
public static int abc_action_bar_icon_vertical_padding_material+
public static int abc_action_bar_overflow_padding_end_material+
public static int abc_action_bar_overflow_padding_start_material+
public static int abc_action_bar_progress_bar_size+
public static int abc_action_bar_stacked_max_height+
public static int abc_action_bar_stacked_tab_max_width+
public static int abc_action_bar_subtitle_bottom_margin_material+
public static int abc_action_bar_subtitle_top_margin_material+
public static int abc_action_button_min_height_material+
public static int abc_action_button_min_width_material+
public static int abc_action_button_min_width_overflow_material+
public static int abc_alert_dialog_button_bar_height+
public static int abc_button_inset_horizontal_material+
public static int abc_button_inset_vertical_material+
public static int abc_button_padding_horizontal_material+
public static int abc_button_padding_vertical_material+
public static int abc_config_prefDialogWidth+
public static int abc_control_corner_material+
public static int abc_control_inset_material+
public static int abc_control_padding_material+
public static int abc_dialog_fixed_height_major+
public static int abc_dialog_fixed_height_minor+
public static int abc_dialog_fixed_width_major+
public static int abc_dialog_fixed_width_minor+
public static int abc_dialog_list_padding_vertical_material+
public static int abc_dialog_min_width_major+
public static int abc_dialog_min_width_minor+
public static int abc_dialog_padding_material+
public static int abc_dialog_padding_top_material+
public static int abc_disabled_alpha_material_dark+
public static int abc_disabled_alpha_material_light+
public static int abc_dropdownitem_icon_width+
public static int abc_dropdownitem_text_padding_left+
public static int abc_dropdownitem_text_padding_right+
public static int abc_edit_text_inset_bottom_material+
public static int abc_edit_text_inset_horizontal_material+
public static int abc_edit_text_inset_top_material+
public static int abc_floating_window_z+
public static int abc_list_item_padding_horizontal_material+
public static int abc_panel_menu_list_width+
public static int abc_search_view_preferred_width+
public static int abc_search_view_text_min_width+
public static int abc_seekbar_track_background_height_material+
public static int abc_seekbar_track_progress_height_material+
public static int abc_select_dialog_padding_start_material+
public static int abc_switch_padding+
public static int abc_text_size_body_1_material+
public static int abc_text_size_body_2_material+
public static int abc_text_size_button_material+
public static int abc_text_size_caption_material+
public static int abc_text_size_display_1_material+
public static int abc_text_size_display_2_material+
public static int abc_text_size_display_3_material+
public static int abc_text_size_display_4_material+
public static int abc_text_size_headline_material+
public static int abc_text_size_large_material+
public static int abc_text_size_medium_material+
public static int abc_text_size_menu_material+
public static int abc_text_size_small_material+
public static int abc_text_size_subhead_material+
public static int abc_text_size_subtitle_material_toolbar+
public static int abc_text_size_title_material+
public static int abc_text_size_title_material_toolbar+
public static int bottom_sheet_divider_height+
public static int bottom_sheet_divider_indent+
public static int bottom_sheet_divider_title_height+
public static int bottom_sheet_divider_title_horizontal_padding+
public static int bottom_sheet_drawable_padding+
public static int bottom_sheet_grid_item_horizontal_padding+
public static int bottom_sheet_grid_item_horizontal_spacing+
public static int bottom_sheet_grid_item_icon_size+
public static int bottom_sheet_grid_item_size+
public static int bottom_sheet_grid_item_vertical_spacing+
public static int bottom_sheet_grid_padding_bottom+
public static int bottom_sheet_grid_padding_top+
public static int bottom_sheet_grid_title_height+
public static int bottom_sheet_list_item_height+
public static int bottom_sheet_list_item_horizontal_padding+
public static int bottom_sheet_list_item_icon_size+
public static int bottom_sheet_list_padding_bottom+
public static int bottom_sheet_list_padding_top+
public static int bottom_sheet_title_height+
public static int default_width+
public static int disabled_alpha_material_dark+
public static int disabled_alpha_material_light+
public static int elevation_shadow_view_shadow_elevation_default_value+
public static int highlight_alpha_material_colored+
public static int highlight_alpha_material_dark+
public static int highlight_alpha_material_light+
public static int notification_large_icon_height+
public static int notification_large_icon_width+
public static int notification_subtext_size+
public static final class R.drawable
+extends java.lang.Object
+public static int abc_ab_share_pack_mtrl_alpha+
public static int abc_action_bar_item_background_material+
public static int abc_btn_borderless_material+
public static int abc_btn_check_material+
public static int abc_btn_check_to_on_mtrl_000+
public static int abc_btn_check_to_on_mtrl_015+
public static int abc_btn_colored_material+
public static int abc_btn_default_mtrl_shape+
public static int abc_btn_radio_material+
public static int abc_btn_radio_to_on_mtrl_000+
public static int abc_btn_radio_to_on_mtrl_015+
public static int abc_btn_rating_star_off_mtrl_alpha+
public static int abc_btn_rating_star_on_mtrl_alpha+
public static int abc_btn_switch_to_on_mtrl_00001+
public static int abc_btn_switch_to_on_mtrl_00012+
public static int abc_cab_background_internal_bg+
public static int abc_cab_background_top_material+
public static int abc_cab_background_top_mtrl_alpha+
public static int abc_control_background_material+
public static int abc_dialog_material_background_dark+
public static int abc_dialog_material_background_light+
public static int abc_edit_text_material+
public static int abc_ic_ab_back_mtrl_am_alpha+
public static int abc_ic_clear_mtrl_alpha+
public static int abc_ic_commit_search_api_mtrl_alpha+
public static int abc_ic_go_search_api_mtrl_alpha+
public static int abc_ic_menu_copy_mtrl_am_alpha+
public static int abc_ic_menu_cut_mtrl_alpha+
public static int abc_ic_menu_moreoverflow_mtrl_alpha+
public static int abc_ic_menu_paste_mtrl_am_alpha+
public static int abc_ic_menu_selectall_mtrl_alpha+
public static int abc_ic_menu_share_mtrl_alpha+
public static int abc_ic_search_api_mtrl_alpha+
public static int abc_ic_star_black_16dp+
public static int abc_ic_star_black_36dp+
public static int abc_ic_star_half_black_16dp+
public static int abc_ic_star_half_black_36dp+
public static int abc_ic_voice_search_api_mtrl_alpha+
public static int abc_item_background_holo_dark+
public static int abc_item_background_holo_light+
public static int abc_list_divider_mtrl_alpha+
public static int abc_list_focused_holo+
public static int abc_list_longpressed_holo+
public static int abc_list_pressed_holo_dark+
public static int abc_list_pressed_holo_light+
public static int abc_list_selector_background_transition_holo_dark+
public static int abc_list_selector_background_transition_holo_light+
public static int abc_list_selector_disabled_holo_dark+
public static int abc_list_selector_disabled_holo_light+
public static int abc_list_selector_holo_dark+
public static int abc_list_selector_holo_light+
public static int abc_menu_hardkey_panel_mtrl_mult+
public static int abc_popup_background_mtrl_mult+
public static int abc_ratingbar_full_material+
public static int abc_ratingbar_indicator_material+
public static int abc_ratingbar_small_material+
public static int abc_scrubber_control_off_mtrl_alpha+
public static int abc_scrubber_control_to_pressed_mtrl_000+
public static int abc_scrubber_control_to_pressed_mtrl_005+
public static int abc_scrubber_primary_mtrl_alpha+
public static int abc_scrubber_track_mtrl_alpha+
public static int abc_seekbar_thumb_material+
public static int abc_seekbar_track_material+
public static int abc_spinner_mtrl_am_alpha+
public static int abc_spinner_textfield_background_material+
public static int abc_switch_thumb_material+
public static int abc_switch_track_mtrl_alpha+
public static int abc_tab_indicator_material+
public static int abc_tab_indicator_mtrl_alpha+
public static int abc_text_cursor_material+
public static int abc_textfield_activated_mtrl_alpha+
public static int abc_textfield_default_mtrl_alpha+
public static int abc_textfield_search_activated_mtrl_alpha+
public static int abc_textfield_search_default_mtrl_alpha+
public static int abc_textfield_search_material+
public static int notification_template_icon_bg+
public final class R
+extends java.lang.Object
+Modifier and Type | +Class and Description | +
---|---|
static class |
+R.anim |
+
static class |
+R.attr |
+
static class |
+R.bool |
+
static class |
+R.color |
+
static class |
+R.dimen |
+
static class |
+R.drawable |
+
static class |
+R.id |
+
static class |
+R.integer |
+
static class |
+R.layout |
+
static class |
+R.string |
+
static class |
+R.style |
+
static class |
+R.styleable |
+
static class |
+R.xml |
+
public static final class R.id
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+action_bar |
+
static int |
+action_bar_activity_content |
+
static int |
+action_bar_container |
+
static int |
+action_bar_root |
+
static int |
+action_bar_spinner |
+
static int |
+action_bar_subtitle |
+
static int |
+action_bar_title |
+
static int |
+action_context_bar |
+
static int |
+action_divider |
+
static int |
+action_menu_divider |
+
static int |
+action_menu_presenter |
+
static int |
+action_mode_bar |
+
static int |
+action_mode_bar_stub |
+
static int |
+action_mode_close_button |
+
static int |
+action0 |
+
static int |
+activity_chooser_view_content |
+
static int |
+alertTitle |
+
static int |
+always |
+
static int |
+beginning |
+
static int |
+bottom |
+
static int |
+bottom_left |
+
static int |
+bottom_right |
+
static int |
+bottom_sheet_grid_view |
+
static int |
+buttonPanel |
+
static int |
+cancel_action |
+
static int |
+checkbox |
+
static int |
+chronometer |
+
static int |
+collapseActionView |
+
static int |
+content_container |
+
static int |
+contentPanel |
+
static int |
+custom |
+
static int |
+customPanel |
+
static int |
+decor_content_parent |
+
static int |
+default_activity_button |
+
static int |
+disableHome |
+
static int |
+edit_query |
+
static int |
+end |
+
static int |
+end_padder |
+
static int |
+expand_activities_button |
+
static int |
+expanded_menu |
+
static int |
+home |
+
static int |
+homeAsUp |
+
static int |
+icon |
+
static int |
+ifRoom |
+
static int |
+image |
+
static int |
+info |
+
static int |
+left |
+
static int |
+left_divider |
+
static int |
+line1 |
+
static int |
+line3 |
+
static int |
+list_item |
+
static int |
+listMode |
+
static int |
+media_actions |
+
static int |
+middle |
+
static int |
+multiply |
+
static int |
+never |
+
static int |
+none |
+
static int |
+normal |
+
static int |
+parentPanel |
+
static int |
+progress_circular |
+
static int |
+progress_horizontal |
+
static int |
+radio |
+
static int |
+right |
+
static int |
+right_divider |
+
static int |
+screen |
+
static int |
+scrollIndicatorDown |
+
static int |
+scrollIndicatorUp |
+
static int |
+scrollView |
+
static int |
+search_badge |
+
static int |
+search_bar |
+
static int |
+search_button |
+
static int |
+search_close_btn |
+
static int |
+search_edit_frame |
+
static int |
+search_go_btn |
+
static int |
+search_mag_icon |
+
static int |
+search_plate |
+
static int |
+search_src_text |
+
static int |
+search_voice_btn |
+
static int |
+select_dialog_listview |
+
static int |
+shortcut |
+
static int |
+showCustom |
+
static int |
+showHome |
+
static int |
+showTitle |
+
static int |
+spacer |
+
static int |
+split_action_bar |
+
static int |
+src_atop |
+
static int |
+src_in |
+
static int |
+src_over |
+
static int |
+status_bar_latest_event_content |
+
static int |
+submit_area |
+
static int |
+tabMode |
+
static int |
+text |
+
static int |
+text2 |
+
static int |
+textSpacerNoButtons |
+
static int |
+time |
+
static int |
+title |
+
static int |
+title_container |
+
static int |
+title_template |
+
static int |
+top |
+
static int |
+top_left |
+
static int |
+top_right |
+
static int |
+topPanel |
+
static int |
+up |
+
static int |
+useLogo |
+
static int |
+withText |
+
static int |
+wrap_content |
+
public static int action0+
public static int action_bar+
public static int action_bar_activity_content+
public static int action_bar_container+
public static int action_bar_root+
public static int action_bar_spinner+
public static int action_bar_subtitle+
public static int action_bar_title+
public static int action_context_bar+
public static int action_divider+
public static int action_menu_divider+
public static int action_menu_presenter+
public static int action_mode_bar+
public static int action_mode_bar_stub+
public static int action_mode_close_button+
public static int activity_chooser_view_content+
public static int alertTitle+
public static int always+
public static int beginning+
public static int bottom+
public static int bottom_left+
public static int bottom_right+
public static int bottom_sheet_grid_view+
public static int buttonPanel+
public static int cancel_action+
public static int checkbox+
public static int chronometer+
public static int collapseActionView+
public static int contentPanel+
public static int content_container+
public static int custom+
public static int customPanel+
public static int decor_content_parent+
public static int default_activity_button+
public static int disableHome+
public static int edit_query+
public static int end+
public static int end_padder+
public static int expand_activities_button+
public static int expanded_menu+
public static int home+
public static int homeAsUp+
public static int icon+
public static int ifRoom+
public static int image+
public static int info+
public static int left+
public static int left_divider+
public static int line1+
public static int line3+
public static int listMode+
public static int list_item+
public static int media_actions+
public static int middle+
public static int multiply+
public static int never+
public static int none+
public static int normal+
public static int parentPanel+
public static int progress_circular+
public static int progress_horizontal+
public static int radio+
public static int right+
public static int right_divider+
public static int screen+
public static int scrollIndicatorDown+
public static int scrollIndicatorUp+
public static int scrollView+
public static int search_badge+
public static int search_bar+
public static int search_button+
public static int search_close_btn+
public static int search_edit_frame+
public static int search_go_btn+
public static int search_mag_icon+
public static int search_plate+
public static int search_src_text+
public static int search_voice_btn+
public static int select_dialog_listview+
public static int shortcut+
public static int showCustom+
public static int showHome+
public static int showTitle+
public static int spacer+
public static int split_action_bar+
public static int src_atop+
public static int src_in+
public static int src_over+
public static int status_bar_latest_event_content+
public static int submit_area+
public static int tabMode+
public static int text+
public static int text2+
public static int textSpacerNoButtons+
public static int time+
public static int title+
public static int title_container+
public static int title_template+
public static int top+
public static int topPanel+
public static int top_left+
public static int top_right+
public static int up+
public static int useLogo+
public static int withText+
public static int wrap_content+
public static final class R.integer
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+abc_config_activityDefaultDur |
+
static int |
+abc_config_activityShortDur |
+
static int |
+abc_max_action_buttons |
+
static int |
+animation_duration |
+
static int |
+cancel_button_image_alpha |
+
static int |
+elevation_shadow_view_shadow_orientation_default_value |
+
static int |
+status_bar_notification_info_maxnum |
+
public static int abc_config_activityDefaultDur+
public static int abc_config_activityShortDur+
public static int abc_max_action_buttons+
public static int animation_duration+
public static int cancel_button_image_alpha+
public static int elevation_shadow_view_shadow_orientation_default_value+
public static int status_bar_notification_info_maxnum+
public static final class R.layout
+extends java.lang.Object
+public static int abc_action_bar_title_item+
public static int abc_action_bar_up_container+
public static int abc_action_bar_view_list_nav_layout+
public static int abc_action_menu_item_layout+
public static int abc_action_menu_layout+
public static int abc_action_mode_bar+
public static int abc_action_mode_close_item_material+
public static int abc_activity_chooser_view+
public static int abc_activity_chooser_view_list_item+
public static int abc_alert_dialog_button_bar_material+
public static int abc_alert_dialog_material+
public static int abc_dialog_title_material+
public static int abc_expanded_menu_layout+
public static int abc_list_menu_item_checkbox+
public static int abc_list_menu_item_icon+
public static int abc_list_menu_item_layout+
public static int abc_list_menu_item_radio+
public static int abc_popup_menu_item_layout+
public static int abc_screen_content_include+
public static int abc_screen_simple+
public static int abc_screen_simple_overlay_action_mode+
public static int abc_screen_toolbar+
public static int abc_search_dropdown_item_icons_2line+
public static int abc_search_view+
public static int abc_select_dialog_material+
public static int bottom_sheet+
public static int bottom_sheet_grid_view+
public static int bottom_sheet_title+
public static int divider+
public static int grid_item+
public static int grid_placeholder+
public static int list_item+
public static int list_placeholder+
public static int notification_media_action+
public static int notification_media_cancel_action+
public static int notification_template_big_media+
public static int notification_template_big_media_narrow+
public static int notification_template_lines+
public static int notification_template_media+
public static int notification_template_part_chronometer+
public static int notification_template_part_time+
public static int select_dialog_item_material+
public static int select_dialog_multichoice_material+
public static int select_dialog_singlechoice_material+
public static int support_simple_spinner_dropdown_item+
public static final class R.string
+extends java.lang.Object
+public static int abc_action_bar_home_description+
public static int abc_action_bar_home_description_format+
public static int abc_action_bar_home_subtitle_description_format+
public static int abc_action_bar_up_description+
public static int abc_action_menu_overflow_description+
public static int abc_action_mode_done+
public static int abc_activity_chooser_view_see_all+
public static int abc_activitychooserview_choose_application+
public static int abc_capital_off+
public static int abc_capital_on+
public static int abc_search_hint+
public static int abc_searchview_description_clear+
public static int abc_searchview_description_query+
public static int abc_searchview_description_search+
public static int abc_searchview_description_submit+
public static int abc_searchview_description_voice+
public static int abc_shareactionprovider_share_with+
public static int abc_shareactionprovider_share_with_application+
public static int abc_toolbar_collapse_description+
public static int device_type+
public static int status_bar_notification_info_overflow+
public static final class R.style
+extends java.lang.Object
+public static int AlertDialog_AppCompat+
public static int AlertDialog_AppCompat_Light+
public static int Animation_AppCompat_Dialog+
public static int Animation_AppCompat_DropDownUp+
public static int Base_AlertDialog_AppCompat+
public static int Base_AlertDialog_AppCompat_Light+
public static int Base_Animation_AppCompat_Dialog+
public static int Base_Animation_AppCompat_DropDownUp+
public static int Base_DialogWindowTitle_AppCompat+
public static int Base_DialogWindowTitleBackground_AppCompat+
public static int Base_TextAppearance_AppCompat+
public static int Base_TextAppearance_AppCompat_Body1+
public static int Base_TextAppearance_AppCompat_Body2+
public static int Base_TextAppearance_AppCompat_Button+
public static int Base_TextAppearance_AppCompat_Caption+
public static int Base_TextAppearance_AppCompat_Display1+
public static int Base_TextAppearance_AppCompat_Display2+
public static int Base_TextAppearance_AppCompat_Display3+
public static int Base_TextAppearance_AppCompat_Display4+
public static int Base_TextAppearance_AppCompat_Headline+
public static int Base_TextAppearance_AppCompat_Inverse+
public static int Base_TextAppearance_AppCompat_Large+
public static int Base_TextAppearance_AppCompat_Large_Inverse+
public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large+
public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small+
public static int Base_TextAppearance_AppCompat_Medium+
public static int Base_TextAppearance_AppCompat_Medium_Inverse+
public static int Base_TextAppearance_AppCompat_Menu+
public static int Base_TextAppearance_AppCompat_SearchResult+
public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle+
public static int Base_TextAppearance_AppCompat_SearchResult_Title+
public static int Base_TextAppearance_AppCompat_Small+
public static int Base_TextAppearance_AppCompat_Small_Inverse+
public static int Base_TextAppearance_AppCompat_Subhead+
public static int Base_TextAppearance_AppCompat_Subhead_Inverse+
public static int Base_TextAppearance_AppCompat_Title+
public static int Base_TextAppearance_AppCompat_Title_Inverse+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title+
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse+
public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle+
public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title+
public static int Base_TextAppearance_AppCompat_Widget_Button+
public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse+
public static int Base_TextAppearance_AppCompat_Widget_DropDownItem+
public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large+
public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small+
public static int Base_TextAppearance_AppCompat_Widget_Switch+
public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem+
public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item+
public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle+
public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title+
public static int Base_Theme_AppCompat+
public static int Base_Theme_AppCompat_CompactMenu+
public static int Base_Theme_AppCompat_Dialog+
public static int Base_Theme_AppCompat_Dialog_Alert+
public static int Base_Theme_AppCompat_Dialog_FixedSize+
public static int Base_Theme_AppCompat_Dialog_MinWidth+
public static int Base_Theme_AppCompat_DialogWhenLarge+
public static int Base_Theme_AppCompat_Light+
public static int Base_Theme_AppCompat_Light_DarkActionBar+
public static int Base_Theme_AppCompat_Light_Dialog+
public static int Base_Theme_AppCompat_Light_Dialog_Alert+
public static int Base_Theme_AppCompat_Light_Dialog_FixedSize+
public static int Base_Theme_AppCompat_Light_Dialog_MinWidth+
public static int Base_Theme_AppCompat_Light_DialogWhenLarge+
public static int Base_ThemeOverlay_AppCompat+
public static int Base_ThemeOverlay_AppCompat_ActionBar+
public static int Base_ThemeOverlay_AppCompat_Dark+
public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar+
public static int Base_ThemeOverlay_AppCompat_Light+
public static int Base_V11_Theme_AppCompat_Dialog+
public static int Base_V11_Theme_AppCompat_Light_Dialog+
public static int Base_V12_Widget_AppCompat_AutoCompleteTextView+
public static int Base_V12_Widget_AppCompat_EditText+
public static int Base_V21_Theme_AppCompat+
public static int Base_V21_Theme_AppCompat_Dialog+
public static int Base_V21_Theme_AppCompat_Light+
public static int Base_V21_Theme_AppCompat_Light_Dialog+
public static int Base_V22_Theme_AppCompat+
public static int Base_V22_Theme_AppCompat_Light+
public static int Base_V23_Theme_AppCompat+
public static int Base_V23_Theme_AppCompat_Light+
public static int Base_V7_Theme_AppCompat+
public static int Base_V7_Theme_AppCompat_Dialog+
public static int Base_V7_Theme_AppCompat_Light+
public static int Base_V7_Theme_AppCompat_Light_Dialog+
public static int Base_V7_Widget_AppCompat_AutoCompleteTextView+
public static int Base_V7_Widget_AppCompat_EditText+
public static int Base_Widget_AppCompat_ActionBar+
public static int Base_Widget_AppCompat_ActionBar_Solid+
public static int Base_Widget_AppCompat_ActionBar_TabBar+
public static int Base_Widget_AppCompat_ActionBar_TabText+
public static int Base_Widget_AppCompat_ActionBar_TabView+
public static int Base_Widget_AppCompat_ActionButton+
public static int Base_Widget_AppCompat_ActionButton_CloseMode+
public static int Base_Widget_AppCompat_ActionButton_Overflow+
public static int Base_Widget_AppCompat_ActionMode+
public static int Base_Widget_AppCompat_ActivityChooserView+
public static int Base_Widget_AppCompat_AutoCompleteTextView+
public static int Base_Widget_AppCompat_Button+
public static int Base_Widget_AppCompat_Button_Borderless+
public static int Base_Widget_AppCompat_Button_Borderless_Colored+
public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog+
public static int Base_Widget_AppCompat_Button_Colored+
public static int Base_Widget_AppCompat_Button_Small+
public static int Base_Widget_AppCompat_ButtonBar+
public static int Base_Widget_AppCompat_ButtonBar_AlertDialog+
public static int Base_Widget_AppCompat_CompoundButton_CheckBox+
public static int Base_Widget_AppCompat_CompoundButton_RadioButton+
public static int Base_Widget_AppCompat_CompoundButton_Switch+
public static int Base_Widget_AppCompat_DrawerArrowToggle+
public static int Base_Widget_AppCompat_DrawerArrowToggle_Common+
public static int Base_Widget_AppCompat_DropDownItem_Spinner+
public static int Base_Widget_AppCompat_EditText+
public static int Base_Widget_AppCompat_ImageButton+
public static int Base_Widget_AppCompat_Light_ActionBar+
public static int Base_Widget_AppCompat_Light_ActionBar_Solid+
public static int Base_Widget_AppCompat_Light_ActionBar_TabBar+
public static int Base_Widget_AppCompat_Light_ActionBar_TabText+
public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse+
public static int Base_Widget_AppCompat_Light_ActionBar_TabView+
public static int Base_Widget_AppCompat_Light_PopupMenu+
public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow+
public static int Base_Widget_AppCompat_ListPopupWindow+
public static int Base_Widget_AppCompat_ListView+
public static int Base_Widget_AppCompat_ListView_DropDown+
public static int Base_Widget_AppCompat_ListView_Menu+
public static int Base_Widget_AppCompat_PopupMenu+
public static int Base_Widget_AppCompat_PopupMenu_Overflow+
public static int Base_Widget_AppCompat_PopupWindow+
public static int Base_Widget_AppCompat_ProgressBar+
public static int Base_Widget_AppCompat_ProgressBar_Horizontal+
public static int Base_Widget_AppCompat_RatingBar+
public static int Base_Widget_AppCompat_RatingBar_Indicator+
public static int Base_Widget_AppCompat_RatingBar_Small+
public static int Base_Widget_AppCompat_SearchView+
public static int Base_Widget_AppCompat_SearchView_ActionBar+
public static int Base_Widget_AppCompat_SeekBar+
public static int Base_Widget_AppCompat_Spinner+
public static int Base_Widget_AppCompat_Spinner_Underlined+
public static int Base_Widget_AppCompat_TextView_SpinnerItem+
public static int Base_Widget_AppCompat_Toolbar+
public static int Base_Widget_AppCompat_Toolbar_Button_Navigation+
public static int BottomSheet+
public static int BottomSheet_Light+
public static int BottomSheetAnimation+
public static int Platform_AppCompat+
public static int Platform_AppCompat_Light+
public static int Platform_ThemeOverlay_AppCompat+
public static int Platform_ThemeOverlay_AppCompat_Dark+
public static int Platform_ThemeOverlay_AppCompat_Light+
public static int Platform_V11_AppCompat+
public static int Platform_V11_AppCompat_Light+
public static int Platform_V14_AppCompat+
public static int Platform_V14_AppCompat_Light+
public static int Platform_Widget_AppCompat_Spinner+
public static int RtlOverlay_DialogWindowTitle_AppCompat+
public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem+
public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon+
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem+
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup+
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query+
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text+
public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon+
public static int RtlUnderlay_Widget_AppCompat_ActionButton+
public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow+
public static int TextAppearance_AppCompat+
public static int TextAppearance_AppCompat_Body1+
public static int TextAppearance_AppCompat_Body2+
public static int TextAppearance_AppCompat_Button+
public static int TextAppearance_AppCompat_Caption+
public static int TextAppearance_AppCompat_Display1+
public static int TextAppearance_AppCompat_Display2+
public static int TextAppearance_AppCompat_Display3+
public static int TextAppearance_AppCompat_Display4+
public static int TextAppearance_AppCompat_Headline+
public static int TextAppearance_AppCompat_Inverse+
public static int TextAppearance_AppCompat_Large+
public static int TextAppearance_AppCompat_Large_Inverse+
public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle+
public static int TextAppearance_AppCompat_Light_SearchResult_Title+
public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large+
public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small+
public static int TextAppearance_AppCompat_Medium+
public static int TextAppearance_AppCompat_Medium_Inverse+
public static int TextAppearance_AppCompat_Menu+
public static int TextAppearance_AppCompat_SearchResult_Subtitle+
public static int TextAppearance_AppCompat_SearchResult_Title+
public static int TextAppearance_AppCompat_Small+
public static int TextAppearance_AppCompat_Small_Inverse+
public static int TextAppearance_AppCompat_Subhead+
public static int TextAppearance_AppCompat_Subhead_Inverse+
public static int TextAppearance_AppCompat_Title+
public static int TextAppearance_AppCompat_Title_Inverse+
public static int TextAppearance_AppCompat_Widget_ActionBar_Menu+
public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle+
public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse+
public static int TextAppearance_AppCompat_Widget_ActionBar_Title+
public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse+
public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle+
public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse+
public static int TextAppearance_AppCompat_Widget_ActionMode_Title+
public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse+
public static int TextAppearance_AppCompat_Widget_Button+
public static int TextAppearance_AppCompat_Widget_Button_Inverse+
public static int TextAppearance_AppCompat_Widget_DropDownItem+
public static int TextAppearance_AppCompat_Widget_PopupMenu_Large+
public static int TextAppearance_AppCompat_Widget_PopupMenu_Small+
public static int TextAppearance_AppCompat_Widget_Switch+
public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem+
public static int TextAppearance_StatusBar_EventContent+
public static int TextAppearance_StatusBar_EventContent_Info+
public static int TextAppearance_StatusBar_EventContent_Line2+
public static int TextAppearance_StatusBar_EventContent_Time+
public static int TextAppearance_StatusBar_EventContent_Title+
public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item+
public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle+
public static int TextAppearance_Widget_AppCompat_Toolbar_Title+
public static int Theme_AppCompat+
public static int Theme_AppCompat_CompactMenu+
public static int Theme_AppCompat_DayNight+
public static int Theme_AppCompat_DayNight_DarkActionBar+
public static int Theme_AppCompat_DayNight_Dialog+
public static int Theme_AppCompat_DayNight_Dialog_Alert+
public static int Theme_AppCompat_DayNight_Dialog_MinWidth+
public static int Theme_AppCompat_DayNight_DialogWhenLarge+
public static int Theme_AppCompat_DayNight_NoActionBar+
public static int Theme_AppCompat_Dialog+
public static int Theme_AppCompat_Dialog_Alert+
public static int Theme_AppCompat_Dialog_MinWidth+
public static int Theme_AppCompat_DialogWhenLarge+
public static int Theme_AppCompat_Light+
public static int Theme_AppCompat_Light_DarkActionBar+
public static int Theme_AppCompat_Light_Dialog+
public static int Theme_AppCompat_Light_Dialog_Alert+
public static int Theme_AppCompat_Light_Dialog_MinWidth+
public static int Theme_AppCompat_Light_DialogWhenLarge+
public static int Theme_AppCompat_Light_NoActionBar+
public static int Theme_AppCompat_NoActionBar+
public static int ThemeOverlay_AppCompat+
public static int ThemeOverlay_AppCompat_ActionBar+
public static int ThemeOverlay_AppCompat_Dark+
public static int ThemeOverlay_AppCompat_Dark_ActionBar+
public static int ThemeOverlay_AppCompat_Light+
public static int Widget_AppCompat_ActionBar+
public static int Widget_AppCompat_ActionBar_Solid+
public static int Widget_AppCompat_ActionBar_TabBar+
public static int Widget_AppCompat_ActionBar_TabText+
public static int Widget_AppCompat_ActionBar_TabView+
public static int Widget_AppCompat_ActionButton+
public static int Widget_AppCompat_ActionButton_CloseMode+
public static int Widget_AppCompat_ActionButton_Overflow+
public static int Widget_AppCompat_ActionMode+
public static int Widget_AppCompat_ActivityChooserView+
public static int Widget_AppCompat_AutoCompleteTextView+
public static int Widget_AppCompat_Button+
public static int Widget_AppCompat_Button_Borderless+
public static int Widget_AppCompat_Button_Borderless_Colored+
public static int Widget_AppCompat_Button_ButtonBar_AlertDialog+
public static int Widget_AppCompat_Button_Colored+
public static int Widget_AppCompat_Button_Small+
public static int Widget_AppCompat_ButtonBar+
public static int Widget_AppCompat_ButtonBar_AlertDialog+
public static int Widget_AppCompat_CompoundButton_CheckBox+
public static int Widget_AppCompat_CompoundButton_RadioButton+
public static int Widget_AppCompat_CompoundButton_Switch+
public static int Widget_AppCompat_DrawerArrowToggle+
public static int Widget_AppCompat_DropDownItem_Spinner+
public static int Widget_AppCompat_EditText+
public static int Widget_AppCompat_ImageButton+
public static int Widget_AppCompat_Light_ActionBar+
public static int Widget_AppCompat_Light_ActionBar_Solid+
public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse+
public static int Widget_AppCompat_Light_ActionBar_TabBar+
public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse+
public static int Widget_AppCompat_Light_ActionBar_TabText+
public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse+
public static int Widget_AppCompat_Light_ActionBar_TabView+
public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse+
public static int Widget_AppCompat_Light_ActionButton+
public static int Widget_AppCompat_Light_ActionButton_CloseMode+
public static int Widget_AppCompat_Light_ActionButton_Overflow+
public static int Widget_AppCompat_Light_ActionMode_Inverse+
public static int Widget_AppCompat_Light_ActivityChooserView+
public static int Widget_AppCompat_Light_AutoCompleteTextView+
public static int Widget_AppCompat_Light_DropDownItem_Spinner+
public static int Widget_AppCompat_Light_ListPopupWindow+
public static int Widget_AppCompat_Light_ListView_DropDown+
public static int Widget_AppCompat_Light_PopupMenu+
public static int Widget_AppCompat_Light_PopupMenu_Overflow+
public static int Widget_AppCompat_Light_SearchView+
public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar+
public static int Widget_AppCompat_ListPopupWindow+
public static int Widget_AppCompat_ListView+
public static int Widget_AppCompat_ListView_DropDown+
public static int Widget_AppCompat_ListView_Menu+
public static int Widget_AppCompat_PopupMenu+
public static int Widget_AppCompat_PopupMenu_Overflow+
public static int Widget_AppCompat_PopupWindow+
public static int Widget_AppCompat_ProgressBar+
public static int Widget_AppCompat_ProgressBar_Horizontal+
public static int Widget_AppCompat_RatingBar+
public static int Widget_AppCompat_RatingBar_Indicator+
public static int Widget_AppCompat_RatingBar_Small+
public static int Widget_AppCompat_SearchView+
public static int Widget_AppCompat_SearchView_ActionBar+
public static int Widget_AppCompat_SeekBar+
public static int Widget_AppCompat_Spinner+
public static int Widget_AppCompat_Spinner_DropDown+
public static int Widget_AppCompat_Spinner_DropDown_ActionBar+
public static int Widget_AppCompat_Spinner_Underlined+
public static int Widget_AppCompat_TextView_SpinnerItem+
public static int Widget_AppCompat_Toolbar+
public static int Widget_AppCompat_Toolbar_Button_Navigation+
public static final class R.styleable
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int[] |
+ActionBar
+Attributes that can be used with a ActionBar.
+ |
+
static int |
+ActionBar_background
+This symbol is the offset where the
+R.attr.background
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_backgroundSplit
+This symbol is the offset where the
+R.attr.backgroundSplit
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_backgroundStacked
+This symbol is the offset where the
+R.attr.backgroundStacked
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_contentInsetEnd
+This symbol is the offset where the
+R.attr.contentInsetEnd
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_contentInsetLeft
+This symbol is the offset where the
+R.attr.contentInsetLeft
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_contentInsetRight
+This symbol is the offset where the
+R.attr.contentInsetRight
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_contentInsetStart
+This symbol is the offset where the
+R.attr.contentInsetStart
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_customNavigationLayout
+This symbol is the offset where the
+R.attr.customNavigationLayout
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_displayOptions
+This symbol is the offset where the
+R.attr.displayOptions
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_divider
+This symbol is the offset where the
+R.attr.divider
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_elevation
+This symbol is the offset where the
+R.attr.elevation
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_height
+This symbol is the offset where the
+R.attr.height
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_hideOnContentScroll
+This symbol is the offset where the
+R.attr.hideOnContentScroll
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_homeAsUpIndicator
+This symbol is the offset where the
+R.attr.homeAsUpIndicator
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_homeLayout
+This symbol is the offset where the
+R.attr.homeLayout
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_icon
+This symbol is the offset where the
+R.attr.icon
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_indeterminateProgressStyle
+This symbol is the offset where the
+R.attr.indeterminateProgressStyle
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_itemPadding
+This symbol is the offset where the
+R.attr.itemPadding
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_logo
+This symbol is the offset where the
+R.attr.logo
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_navigationMode
+This symbol is the offset where the
+R.attr.navigationMode
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_popupTheme
+This symbol is the offset where the
+R.attr.popupTheme
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_progressBarPadding
+This symbol is the offset where the
+R.attr.progressBarPadding
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_progressBarStyle
+This symbol is the offset where the
+R.attr.progressBarStyle
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_subtitle
+This symbol is the offset where the
+R.attr.subtitle
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_subtitleTextStyle
+This symbol is the offset where the
+R.attr.subtitleTextStyle
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_title
+This symbol is the offset where the
+R.attr.title
+ attribute's value can be found in the ActionBar array. |
+
static int |
+ActionBar_titleTextStyle
+This symbol is the offset where the
+R.attr.titleTextStyle
+ attribute's value can be found in the ActionBar array. |
+
static int[] |
+ActionBarLayout
+Attributes that can be used with a ActionBarLayout.
+ |
+
static int |
+ActionBarLayout_android_layout_gravity
+This symbol is the offset where the
+android.R.attr#layout_gravity
+ attribute's value can be found in the ActionBarLayout array. |
+
static int[] |
+ActionMenuItemView
+Attributes that can be used with a ActionMenuItemView.
+ |
+
static int |
+ActionMenuItemView_android_minWidth
+This symbol is the offset where the
+android.R.attr#minWidth
+ attribute's value can be found in the ActionMenuItemView array. |
+
static int[] |
+ActionMenuView
+Attributes that can be used with a ActionMenuView.
+ |
+
static int[] |
+ActionMode
+Attributes that can be used with a ActionMode.
+ |
+
static int |
+ActionMode_background
+This symbol is the offset where the
+R.attr.background
+ attribute's value can be found in the ActionMode array. |
+
static int |
+ActionMode_backgroundSplit
+This symbol is the offset where the
+R.attr.backgroundSplit
+ attribute's value can be found in the ActionMode array. |
+
static int |
+ActionMode_closeItemLayout
+This symbol is the offset where the
+R.attr.closeItemLayout
+ attribute's value can be found in the ActionMode array. |
+
static int |
+ActionMode_height
+This symbol is the offset where the
+R.attr.height
+ attribute's value can be found in the ActionMode array. |
+
static int |
+ActionMode_subtitleTextStyle
+This symbol is the offset where the
+R.attr.subtitleTextStyle
+ attribute's value can be found in the ActionMode array. |
+
static int |
+ActionMode_titleTextStyle
+This symbol is the offset where the
+R.attr.titleTextStyle
+ attribute's value can be found in the ActionMode array. |
+
static int[] |
+ActivityChooserView
+Attributes that can be used with a ActivityChooserView.
+ |
+
static int |
+ActivityChooserView_expandActivityOverflowButtonDrawable
+This symbol is the offset where the
+R.attr.expandActivityOverflowButtonDrawable
+ attribute's value can be found in the ActivityChooserView array. |
+
static int |
+ActivityChooserView_initialActivityCount
+This symbol is the offset where the
+R.attr.initialActivityCount
+ attribute's value can be found in the ActivityChooserView array. |
+
static int[] |
+AlertDialog
+Attributes that can be used with a AlertDialog.
+ |
+
static int |
+AlertDialog_android_layout
+This symbol is the offset where the
+android.R.attr#layout
+ attribute's value can be found in the AlertDialog array. |
+
static int |
+AlertDialog_buttonPanelSideLayout
+This symbol is the offset where the
+R.attr.buttonPanelSideLayout
+ attribute's value can be found in the AlertDialog array. |
+
static int |
+AlertDialog_listItemLayout
+This symbol is the offset where the
+R.attr.listItemLayout
+ attribute's value can be found in the AlertDialog array. |
+
static int |
+AlertDialog_listLayout
+This symbol is the offset where the
+R.attr.listLayout
+ attribute's value can be found in the AlertDialog array. |
+
static int |
+AlertDialog_multiChoiceItemLayout
+This symbol is the offset where the
+R.attr.multiChoiceItemLayout
+ attribute's value can be found in the AlertDialog array. |
+
static int |
+AlertDialog_singleChoiceItemLayout
+This symbol is the offset where the
+R.attr.singleChoiceItemLayout
+ attribute's value can be found in the AlertDialog array. |
+
static int[] |
+AppCompatImageView
+Attributes that can be used with a AppCompatImageView.
+ |
+
static int |
+AppCompatImageView_android_src
+This symbol is the offset where the
+android.R.attr#src
+ attribute's value can be found in the AppCompatImageView array. |
+
static int |
+AppCompatImageView_srcCompat
+This symbol is the offset where the
+R.attr.srcCompat
+ attribute's value can be found in the AppCompatImageView array. |
+
static int[] |
+AppCompatTextView
+Attributes that can be used with a AppCompatTextView.
+ |
+
static int |
+AppCompatTextView_android_textAppearance
+This symbol is the offset where the
+android.R.attr#textAppearance
+ attribute's value can be found in the AppCompatTextView array. |
+
static int |
+AppCompatTextView_textAllCaps
+This symbol is the offset where the
+R.attr.textAllCaps
+ attribute's value can be found in the AppCompatTextView array. |
+
static int[] |
+AppCompatTheme
+Attributes that can be used with a AppCompatTheme.
+ |
+
static int |
+AppCompatTheme_actionBarDivider
+This symbol is the offset where the
+R.attr.actionBarDivider
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarItemBackground
+This symbol is the offset where the
+R.attr.actionBarItemBackground
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarPopupTheme
+This symbol is the offset where the
+R.attr.actionBarPopupTheme
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarSize
+This symbol is the offset where the
+R.attr.actionBarSize
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarSplitStyle
+This symbol is the offset where the
+R.attr.actionBarSplitStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarStyle
+This symbol is the offset where the
+R.attr.actionBarStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarTabBarStyle
+This symbol is the offset where the
+R.attr.actionBarTabBarStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarTabStyle
+This symbol is the offset where the
+R.attr.actionBarTabStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarTabTextStyle
+This symbol is the offset where the
+R.attr.actionBarTabTextStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarTheme
+This symbol is the offset where the
+R.attr.actionBarTheme
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionBarWidgetTheme
+This symbol is the offset where the
+R.attr.actionBarWidgetTheme
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionButtonStyle
+This symbol is the offset where the
+R.attr.actionButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionDropDownStyle
+This symbol is the offset where the
+R.attr.actionDropDownStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionMenuTextAppearance
+This symbol is the offset where the
+R.attr.actionMenuTextAppearance
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionMenuTextColor
+This symbol is the offset where the
+R.attr.actionMenuTextColor
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeBackground
+This symbol is the offset where the
+R.attr.actionModeBackground
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeCloseButtonStyle
+This symbol is the offset where the
+R.attr.actionModeCloseButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeCloseDrawable
+This symbol is the offset where the
+R.attr.actionModeCloseDrawable
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeCopyDrawable
+This symbol is the offset where the
+R.attr.actionModeCopyDrawable
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeCutDrawable
+This symbol is the offset where the
+R.attr.actionModeCutDrawable
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeFindDrawable
+This symbol is the offset where the
+R.attr.actionModeFindDrawable
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModePasteDrawable
+This symbol is the offset where the
+R.attr.actionModePasteDrawable
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModePopupWindowStyle
+This symbol is the offset where the
+R.attr.actionModePopupWindowStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeSelectAllDrawable
+This symbol is the offset where the
+R.attr.actionModeSelectAllDrawable
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeShareDrawable
+This symbol is the offset where the
+R.attr.actionModeShareDrawable
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeSplitBackground
+This symbol is the offset where the
+R.attr.actionModeSplitBackground
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeStyle
+This symbol is the offset where the
+R.attr.actionModeStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionModeWebSearchDrawable
+This symbol is the offset where the
+R.attr.actionModeWebSearchDrawable
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionOverflowButtonStyle
+This symbol is the offset where the
+R.attr.actionOverflowButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_actionOverflowMenuStyle
+This symbol is the offset where the
+R.attr.actionOverflowMenuStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_activityChooserViewStyle
+This symbol is the offset where the
+R.attr.activityChooserViewStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_alertDialogButtonGroupStyle
+This symbol is the offset where the
+R.attr.alertDialogButtonGroupStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_alertDialogCenterButtons
+This symbol is the offset where the
+R.attr.alertDialogCenterButtons
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_alertDialogStyle
+This symbol is the offset where the
+R.attr.alertDialogStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_alertDialogTheme
+This symbol is the offset where the
+R.attr.alertDialogTheme
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_android_windowAnimationStyle
+This symbol is the offset where the
+android.R.attr#windowAnimationStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_android_windowIsFloating
+This symbol is the offset where the
+android.R.attr#windowIsFloating
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_autoCompleteTextViewStyle
+This symbol is the offset where the
+R.attr.autoCompleteTextViewStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_borderlessButtonStyle
+This symbol is the offset where the
+R.attr.borderlessButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_buttonBarButtonStyle
+This symbol is the offset where the
+R.attr.buttonBarButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_buttonBarNegativeButtonStyle
+This symbol is the offset where the
+R.attr.buttonBarNegativeButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_buttonBarNeutralButtonStyle
+This symbol is the offset where the
+R.attr.buttonBarNeutralButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_buttonBarPositiveButtonStyle
+This symbol is the offset where the
+R.attr.buttonBarPositiveButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_buttonBarStyle
+This symbol is the offset where the
+R.attr.buttonBarStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_buttonStyle
+This symbol is the offset where the
+R.attr.buttonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_buttonStyleSmall
+This symbol is the offset where the
+R.attr.buttonStyleSmall
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_checkboxStyle
+This symbol is the offset where the
+R.attr.checkboxStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_checkedTextViewStyle
+This symbol is the offset where the
+R.attr.checkedTextViewStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_colorAccent
+This symbol is the offset where the
+R.attr.colorAccent
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_colorButtonNormal
+This symbol is the offset where the
+R.attr.colorButtonNormal
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_colorControlActivated
+This symbol is the offset where the
+R.attr.colorControlActivated
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_colorControlHighlight
+This symbol is the offset where the
+R.attr.colorControlHighlight
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_colorControlNormal
+This symbol is the offset where the
+R.attr.colorControlNormal
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_colorPrimary
+This symbol is the offset where the
+R.attr.colorPrimary
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_colorPrimaryDark
+This symbol is the offset where the
+R.attr.colorPrimaryDark
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_colorSwitchThumbNormal
+This symbol is the offset where the
+R.attr.colorSwitchThumbNormal
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_controlBackground
+This symbol is the offset where the
+R.attr.controlBackground
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_dialogPreferredPadding
+This symbol is the offset where the
+R.attr.dialogPreferredPadding
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_dialogTheme
+This symbol is the offset where the
+R.attr.dialogTheme
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_dividerHorizontal
+This symbol is the offset where the
+R.attr.dividerHorizontal
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_dividerVertical
+This symbol is the offset where the
+R.attr.dividerVertical
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_dropdownListPreferredItemHeight
+This symbol is the offset where the
+R.attr.dropdownListPreferredItemHeight
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_dropDownListViewStyle
+This symbol is the offset where the
+R.attr.dropDownListViewStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_editTextBackground
+This symbol is the offset where the
+R.attr.editTextBackground
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_editTextColor
+This symbol is the offset where the
+R.attr.editTextColor
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_editTextStyle
+This symbol is the offset where the
+R.attr.editTextStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_homeAsUpIndicator
+This symbol is the offset where the
+R.attr.homeAsUpIndicator
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_imageButtonStyle
+This symbol is the offset where the
+R.attr.imageButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_listChoiceBackgroundIndicator
+This symbol is the offset where the
+R.attr.listChoiceBackgroundIndicator
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_listDividerAlertDialog
+This symbol is the offset where the
+R.attr.listDividerAlertDialog
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_listPopupWindowStyle
+This symbol is the offset where the
+R.attr.listPopupWindowStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_listPreferredItemHeight
+This symbol is the offset where the
+R.attr.listPreferredItemHeight
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_listPreferredItemHeightLarge
+This symbol is the offset where the
+R.attr.listPreferredItemHeightLarge
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_listPreferredItemHeightSmall
+This symbol is the offset where the
+R.attr.listPreferredItemHeightSmall
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_listPreferredItemPaddingLeft
+This symbol is the offset where the
+R.attr.listPreferredItemPaddingLeft
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_listPreferredItemPaddingRight
+This symbol is the offset where the
+R.attr.listPreferredItemPaddingRight
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_panelBackground
+This symbol is the offset where the
+R.attr.panelBackground
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_panelMenuListTheme
+This symbol is the offset where the
+R.attr.panelMenuListTheme
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_panelMenuListWidth
+This symbol is the offset where the
+R.attr.panelMenuListWidth
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_popupMenuStyle
+This symbol is the offset where the
+R.attr.popupMenuStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_popupWindowStyle
+This symbol is the offset where the
+R.attr.popupWindowStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_radioButtonStyle
+This symbol is the offset where the
+R.attr.radioButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_ratingBarStyle
+This symbol is the offset where the
+R.attr.ratingBarStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_ratingBarStyleIndicator
+This symbol is the offset where the
+R.attr.ratingBarStyleIndicator
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_ratingBarStyleSmall
+This symbol is the offset where the
+R.attr.ratingBarStyleSmall
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_searchViewStyle
+This symbol is the offset where the
+R.attr.searchViewStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_seekBarStyle
+This symbol is the offset where the
+R.attr.seekBarStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_selectableItemBackground
+This symbol is the offset where the
+R.attr.selectableItemBackground
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_selectableItemBackgroundBorderless
+This symbol is the offset where the
+R.attr.selectableItemBackgroundBorderless
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_spinnerDropDownItemStyle
+This symbol is the offset where the
+R.attr.spinnerDropDownItemStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_spinnerStyle
+This symbol is the offset where the
+R.attr.spinnerStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_switchStyle
+This symbol is the offset where the
+R.attr.switchStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_textAppearanceLargePopupMenu
+This symbol is the offset where the
+R.attr.textAppearanceLargePopupMenu
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_textAppearanceListItem
+This symbol is the offset where the
+R.attr.textAppearanceListItem
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_textAppearanceListItemSmall
+This symbol is the offset where the
+R.attr.textAppearanceListItemSmall
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_textAppearanceSearchResultSubtitle
+This symbol is the offset where the
+R.attr.textAppearanceSearchResultSubtitle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_textAppearanceSearchResultTitle
+This symbol is the offset where the
+R.attr.textAppearanceSearchResultTitle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_textAppearanceSmallPopupMenu
+This symbol is the offset where the
+R.attr.textAppearanceSmallPopupMenu
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_textColorAlertDialogListItem
+This symbol is the offset where the
+R.attr.textColorAlertDialogListItem
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_textColorSearchUrl
+This symbol is the offset where the
+R.attr.textColorSearchUrl
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_toolbarNavigationButtonStyle
+This symbol is the offset where the
+R.attr.toolbarNavigationButtonStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_toolbarStyle
+This symbol is the offset where the
+R.attr.toolbarStyle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowActionBar
+This symbol is the offset where the
+R.attr.windowActionBar
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowActionBarOverlay
+This symbol is the offset where the
+R.attr.windowActionBarOverlay
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowActionModeOverlay
+This symbol is the offset where the
+R.attr.windowActionModeOverlay
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowFixedHeightMajor
+This symbol is the offset where the
+R.attr.windowFixedHeightMajor
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowFixedHeightMinor
+This symbol is the offset where the
+R.attr.windowFixedHeightMinor
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowFixedWidthMajor
+This symbol is the offset where the
+R.attr.windowFixedWidthMajor
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowFixedWidthMinor
+This symbol is the offset where the
+R.attr.windowFixedWidthMinor
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowMinWidthMajor
+This symbol is the offset where the
+R.attr.windowMinWidthMajor
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowMinWidthMinor
+This symbol is the offset where the
+R.attr.windowMinWidthMinor
+ attribute's value can be found in the AppCompatTheme array. |
+
static int |
+AppCompatTheme_windowNoTitle
+This symbol is the offset where the
+R.attr.windowNoTitle
+ attribute's value can be found in the AppCompatTheme array. |
+
static int[] |
+ButtonBarLayout
+Attributes that can be used with a ButtonBarLayout.
+ |
+
static int |
+ButtonBarLayout_allowStacking
+This symbol is the offset where the
+R.attr.allowStacking
+ attribute's value can be found in the ButtonBarLayout array. |
+
static int[] |
+CompoundButton
+Attributes that can be used with a CompoundButton.
+ |
+
static int |
+CompoundButton_android_button
+This symbol is the offset where the
+android.R.attr#button
+ attribute's value can be found in the CompoundButton array. |
+
static int |
+CompoundButton_buttonTint
+This symbol is the offset where the
+R.attr.buttonTint
+ attribute's value can be found in the CompoundButton array. |
+
static int |
+CompoundButton_buttonTintMode
+This symbol is the offset where the
+R.attr.buttonTintMode
+ attribute's value can be found in the CompoundButton array. |
+
static int[] |
+DrawerArrowToggle
+Attributes that can be used with a DrawerArrowToggle.
+ |
+
static int |
+DrawerArrowToggle_arrowHeadLength
+This symbol is the offset where the
+R.attr.arrowHeadLength
+ attribute's value can be found in the DrawerArrowToggle array. |
+
static int |
+DrawerArrowToggle_arrowShaftLength
+This symbol is the offset where the
+R.attr.arrowShaftLength
+ attribute's value can be found in the DrawerArrowToggle array. |
+
static int |
+DrawerArrowToggle_barLength
+This symbol is the offset where the
+R.attr.barLength
+ attribute's value can be found in the DrawerArrowToggle array. |
+
static int |
+DrawerArrowToggle_color
+This symbol is the offset where the
+R.attr.color
+ attribute's value can be found in the DrawerArrowToggle array. |
+
static int |
+DrawerArrowToggle_drawableSize
+This symbol is the offset where the
+R.attr.drawableSize
+ attribute's value can be found in the DrawerArrowToggle array. |
+
static int |
+DrawerArrowToggle_gapBetweenBars
+This symbol is the offset where the
+R.attr.gapBetweenBars
+ attribute's value can be found in the DrawerArrowToggle array. |
+
static int |
+DrawerArrowToggle_spinBars
+This symbol is the offset where the
+R.attr.spinBars
+ attribute's value can be found in the DrawerArrowToggle array. |
+
static int |
+DrawerArrowToggle_thickness
+This symbol is the offset where the
+R.attr.thickness
+ attribute's value can be found in the DrawerArrowToggle array. |
+
static int[] |
+ElevationShadowView
+Attributes that can be used with a ElevationShadowView.
+ |
+
static int |
+ElevationShadowView_emulateParallelLight
+This symbol is the offset where the
+R.attr.emulateParallelLight
+ attribute's value can be found in the ElevationShadowView array. |
+
static int |
+ElevationShadowView_shadowElevation
+This symbol is the offset where the
+R.attr.shadowElevation
+ attribute's value can be found in the ElevationShadowView array. |
+
static int |
+ElevationShadowView_shadowOrientation
+This symbol is the offset where the
+R.attr.shadowOrientation
+ attribute's value can be found in the ElevationShadowView array. |
+
static int[] |
+LinearLayoutCompat
+Attributes that can be used with a LinearLayoutCompat.
+ |
+
static int |
+LinearLayoutCompat_android_baselineAligned
+This symbol is the offset where the
+android.R.attr#baselineAligned
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int |
+LinearLayoutCompat_android_baselineAlignedChildIndex
+This symbol is the offset where the
+android.R.attr#baselineAlignedChildIndex
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int |
+LinearLayoutCompat_android_gravity
+This symbol is the offset where the
+android.R.attr#gravity
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int |
+LinearLayoutCompat_android_orientation
+This symbol is the offset where the
+android.R.attr#orientation
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int |
+LinearLayoutCompat_android_weightSum
+This symbol is the offset where the
+android.R.attr#weightSum
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int |
+LinearLayoutCompat_divider
+This symbol is the offset where the
+R.attr.divider
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int |
+LinearLayoutCompat_dividerPadding
+This symbol is the offset where the
+R.attr.dividerPadding
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int[] |
+LinearLayoutCompat_Layout
+Attributes that can be used with a LinearLayoutCompat_Layout.
+ |
+
static int |
+LinearLayoutCompat_Layout_android_layout_gravity
+This symbol is the offset where the
+android.R.attr#layout_gravity
+ attribute's value can be found in the LinearLayoutCompat_Layout array. |
+
static int |
+LinearLayoutCompat_Layout_android_layout_height
+This symbol is the offset where the
+android.R.attr#layout_height
+ attribute's value can be found in the LinearLayoutCompat_Layout array. |
+
static int |
+LinearLayoutCompat_Layout_android_layout_weight
+This symbol is the offset where the
+android.R.attr#layout_weight
+ attribute's value can be found in the LinearLayoutCompat_Layout array. |
+
static int |
+LinearLayoutCompat_Layout_android_layout_width
+This symbol is the offset where the
+android.R.attr#layout_width
+ attribute's value can be found in the LinearLayoutCompat_Layout array. |
+
static int |
+LinearLayoutCompat_measureWithLargestChild
+This symbol is the offset where the
+R.attr.measureWithLargestChild
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int |
+LinearLayoutCompat_showDividers
+This symbol is the offset where the
+R.attr.showDividers
+ attribute's value can be found in the LinearLayoutCompat array. |
+
static int[] |
+ListPopupWindow
+Attributes that can be used with a ListPopupWindow.
+ |
+
static int |
+ListPopupWindow_android_dropDownHorizontalOffset
+This symbol is the offset where the
+android.R.attr#dropDownHorizontalOffset
+ attribute's value can be found in the ListPopupWindow array. |
+
static int |
+ListPopupWindow_android_dropDownVerticalOffset
+This symbol is the offset where the
+android.R.attr#dropDownVerticalOffset
+ attribute's value can be found in the ListPopupWindow array. |
+
static int[] |
+MenuGroup
+Attributes that can be used with a MenuGroup.
+ |
+
static int |
+MenuGroup_android_checkableBehavior
+This symbol is the offset where the
+android.R.attr#checkableBehavior
+ attribute's value can be found in the MenuGroup array. |
+
static int |
+MenuGroup_android_enabled
+This symbol is the offset where the
+android.R.attr#enabled
+ attribute's value can be found in the MenuGroup array. |
+
static int |
+MenuGroup_android_id
+This symbol is the offset where the
+android.R.attr#id
+ attribute's value can be found in the MenuGroup array. |
+
static int |
+MenuGroup_android_menuCategory
+This symbol is the offset where the
+android.R.attr#menuCategory
+ attribute's value can be found in the MenuGroup array. |
+
static int |
+MenuGroup_android_orderInCategory
+This symbol is the offset where the
+android.R.attr#orderInCategory
+ attribute's value can be found in the MenuGroup array. |
+
static int |
+MenuGroup_android_visible
+This symbol is the offset where the
+android.R.attr#visible
+ attribute's value can be found in the MenuGroup array. |
+
static int[] |
+MenuItem
+Attributes that can be used with a MenuItem.
+ |
+
static int |
+MenuItem_actionLayout
+This symbol is the offset where the
+R.attr.actionLayout
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_actionProviderClass
+This symbol is the offset where the
+R.attr.actionProviderClass
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_actionViewClass
+This symbol is the offset where the
+R.attr.actionViewClass
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_alphabeticShortcut
+This symbol is the offset where the
+android.R.attr#alphabeticShortcut
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_checkable
+This symbol is the offset where the
+android.R.attr#checkable
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_checked
+This symbol is the offset where the
+android.R.attr#checked
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_enabled
+This symbol is the offset where the
+android.R.attr#enabled
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_icon
+This symbol is the offset where the
+android.R.attr#icon
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_id
+This symbol is the offset where the
+android.R.attr#id
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_menuCategory
+This symbol is the offset where the
+android.R.attr#menuCategory
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_numericShortcut
+This symbol is the offset where the
+android.R.attr#numericShortcut
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_onClick
+This symbol is the offset where the
+android.R.attr#onClick
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_orderInCategory
+This symbol is the offset where the
+android.R.attr#orderInCategory
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_title
+This symbol is the offset where the
+android.R.attr#title
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_titleCondensed
+This symbol is the offset where the
+android.R.attr#titleCondensed
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_android_visible
+This symbol is the offset where the
+android.R.attr#visible
+ attribute's value can be found in the MenuItem array. |
+
static int |
+MenuItem_showAsAction
+This symbol is the offset where the
+R.attr.showAsAction
+ attribute's value can be found in the MenuItem array. |
+
static int[] |
+MenuView
+Attributes that can be used with a MenuView.
+ |
+
static int |
+MenuView_android_headerBackground
+This symbol is the offset where the
+android.R.attr#headerBackground
+ attribute's value can be found in the MenuView array. |
+
static int |
+MenuView_android_horizontalDivider
+This symbol is the offset where the
+android.R.attr#horizontalDivider
+ attribute's value can be found in the MenuView array. |
+
static int |
+MenuView_android_itemBackground
+This symbol is the offset where the
+android.R.attr#itemBackground
+ attribute's value can be found in the MenuView array. |
+
static int |
+MenuView_android_itemIconDisabledAlpha
+This symbol is the offset where the
+android.R.attr#itemIconDisabledAlpha
+ attribute's value can be found in the MenuView array. |
+
static int |
+MenuView_android_itemTextAppearance
+This symbol is the offset where the
+android.R.attr#itemTextAppearance
+ attribute's value can be found in the MenuView array. |
+
static int |
+MenuView_android_verticalDivider
+This symbol is the offset where the
+android.R.attr#verticalDivider
+ attribute's value can be found in the MenuView array. |
+
static int |
+MenuView_android_windowAnimationStyle
+This symbol is the offset where the
+android.R.attr#windowAnimationStyle
+ attribute's value can be found in the MenuView array. |
+
static int |
+MenuView_preserveIconSpacing
+This symbol is the offset where the
+R.attr.preserveIconSpacing
+ attribute's value can be found in the MenuView array. |
+
static int[] |
+PopupWindow
+Attributes that can be used with a PopupWindow.
+ |
+
static int |
+PopupWindow_android_popupBackground
+This symbol is the offset where the
+android.R.attr#popupBackground
+ attribute's value can be found in the PopupWindow array. |
+
static int |
+PopupWindow_overlapAnchor
+This symbol is the offset where the
+R.attr.overlapAnchor
+ attribute's value can be found in the PopupWindow array. |
+
static int[] |
+PopupWindowBackgroundState
+Attributes that can be used with a PopupWindowBackgroundState.
+ |
+
static int |
+PopupWindowBackgroundState_state_above_anchor
+This symbol is the offset where the
+R.attr.state_above_anchor
+ attribute's value can be found in the PopupWindowBackgroundState array. |
+
static int[] |
+ScrimInsetsLayout
+Attributes that can be used with a ScrimInsetsLayout.
+ |
+
static int |
+ScrimInsetsLayout_insetDrawable
+This symbol is the offset where the
+R.attr.insetDrawable
+ attribute's value can be found in the ScrimInsetsLayout array. |
+
static int[] |
+SearchView
+Attributes that can be used with a SearchView.
+ |
+
static int |
+SearchView_android_focusable
+This symbol is the offset where the
+android.R.attr#focusable
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_android_imeOptions
+This symbol is the offset where the
+android.R.attr#imeOptions
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_android_inputType
+This symbol is the offset where the
+android.R.attr#inputType
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_android_maxWidth
+This symbol is the offset where the
+android.R.attr#maxWidth
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_closeIcon
+This symbol is the offset where the
+R.attr.closeIcon
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_commitIcon
+This symbol is the offset where the
+R.attr.commitIcon
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_defaultQueryHint
+This symbol is the offset where the
+R.attr.defaultQueryHint
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_goIcon
+This symbol is the offset where the
+R.attr.goIcon
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_iconifiedByDefault
+This symbol is the offset where the
+R.attr.iconifiedByDefault
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_layout
+This symbol is the offset where the
+R.attr.layout
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_queryBackground
+This symbol is the offset where the
+R.attr.queryBackground
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_queryHint
+This symbol is the offset where the
+R.attr.queryHint
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_searchHintIcon
+This symbol is the offset where the
+R.attr.searchHintIcon
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_searchIcon
+This symbol is the offset where the
+R.attr.searchIcon
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_submitBackground
+This symbol is the offset where the
+R.attr.submitBackground
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_suggestionRowLayout
+This symbol is the offset where the
+R.attr.suggestionRowLayout
+ attribute's value can be found in the SearchView array. |
+
static int |
+SearchView_voiceIcon
+This symbol is the offset where the
+R.attr.voiceIcon
+ attribute's value can be found in the SearchView array. |
+
static int[] |
+Spinner
+Attributes that can be used with a Spinner.
+ |
+
static int |
+Spinner_android_dropDownWidth
+This symbol is the offset where the
+android.R.attr#dropDownWidth
+ attribute's value can be found in the Spinner array. |
+
static int |
+Spinner_android_entries
+This symbol is the offset where the
+android.R.attr#entries
+ attribute's value can be found in the Spinner array. |
+
static int |
+Spinner_android_popupBackground
+This symbol is the offset where the
+android.R.attr#popupBackground
+ attribute's value can be found in the Spinner array. |
+
static int |
+Spinner_android_prompt
+This symbol is the offset where the
+android.R.attr#prompt
+ attribute's value can be found in the Spinner array. |
+
static int |
+Spinner_popupTheme
+This symbol is the offset where the
+R.attr.popupTheme
+ attribute's value can be found in the Spinner array. |
+
static int[] |
+SwitchCompat
+Attributes that can be used with a SwitchCompat.
+ |
+
static int |
+SwitchCompat_android_textOff
+This symbol is the offset where the
+android.R.attr#textOff
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_android_textOn
+This symbol is the offset where the
+android.R.attr#textOn
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_android_thumb
+This symbol is the offset where the
+android.R.attr#thumb
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_showText
+This symbol is the offset where the
+R.attr.showText
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_splitTrack
+This symbol is the offset where the
+R.attr.splitTrack
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_switchMinWidth
+This symbol is the offset where the
+R.attr.switchMinWidth
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_switchPadding
+This symbol is the offset where the
+R.attr.switchPadding
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_switchTextAppearance
+This symbol is the offset where the
+R.attr.switchTextAppearance
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_thumbTextPadding
+This symbol is the offset where the
+R.attr.thumbTextPadding
+ attribute's value can be found in the SwitchCompat array. |
+
static int |
+SwitchCompat_track
+This symbol is the offset where the
+R.attr.track
+ attribute's value can be found in the SwitchCompat array. |
+
static int[] |
+TextAppearance
+Attributes that can be used with a TextAppearance.
+ |
+
static int |
+TextAppearance_android_shadowColor
+This symbol is the offset where the
+android.R.attr#shadowColor
+ attribute's value can be found in the TextAppearance array. |
+
static int |
+TextAppearance_android_shadowDx
+This symbol is the offset where the
+android.R.attr#shadowDx
+ attribute's value can be found in the TextAppearance array. |
+
static int |
+TextAppearance_android_shadowDy
+This symbol is the offset where the
+android.R.attr#shadowDy
+ attribute's value can be found in the TextAppearance array. |
+
static int |
+TextAppearance_android_shadowRadius
+This symbol is the offset where the
+android.R.attr#shadowRadius
+ attribute's value can be found in the TextAppearance array. |
+
static int |
+TextAppearance_android_textColor
+This symbol is the offset where the
+android.R.attr#textColor
+ attribute's value can be found in the TextAppearance array. |
+
static int |
+TextAppearance_android_textSize
+This symbol is the offset where the
+android.R.attr#textSize
+ attribute's value can be found in the TextAppearance array. |
+
static int |
+TextAppearance_android_textStyle
+This symbol is the offset where the
+android.R.attr#textStyle
+ attribute's value can be found in the TextAppearance array. |
+
static int |
+TextAppearance_android_typeface
+This symbol is the offset where the
+android.R.attr#typeface
+ attribute's value can be found in the TextAppearance array. |
+
static int |
+TextAppearance_textAllCaps
+This symbol is the offset where the
+R.attr.textAllCaps
+ attribute's value can be found in the TextAppearance array. |
+
static int[] |
+Toolbar
+Attributes that can be used with a Toolbar.
+ |
+
static int |
+Toolbar_android_gravity
+This symbol is the offset where the
+android.R.attr#gravity
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_android_minHeight
+This symbol is the offset where the
+android.R.attr#minHeight
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_collapseContentDescription
+This symbol is the offset where the
+R.attr.collapseContentDescription
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_collapseIcon
+This symbol is the offset where the
+R.attr.collapseIcon
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_contentInsetEnd
+This symbol is the offset where the
+R.attr.contentInsetEnd
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_contentInsetLeft
+This symbol is the offset where the
+R.attr.contentInsetLeft
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_contentInsetRight
+This symbol is the offset where the
+R.attr.contentInsetRight
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_contentInsetStart
+This symbol is the offset where the
+R.attr.contentInsetStart
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_logo
+This symbol is the offset where the
+R.attr.logo
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_logoDescription
+This symbol is the offset where the
+R.attr.logoDescription
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_maxButtonHeight
+This symbol is the offset where the
+R.attr.maxButtonHeight
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_navigationContentDescription
+This symbol is the offset where the
+R.attr.navigationContentDescription
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_navigationIcon
+This symbol is the offset where the
+R.attr.navigationIcon
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_popupTheme
+This symbol is the offset where the
+R.attr.popupTheme
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_subtitle
+This symbol is the offset where the
+R.attr.subtitle
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_subtitleTextAppearance
+This symbol is the offset where the
+R.attr.subtitleTextAppearance
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_subtitleTextColor
+This symbol is the offset where the
+R.attr.subtitleTextColor
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_title
+This symbol is the offset where the
+R.attr.title
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_titleMarginBottom
+This symbol is the offset where the
+R.attr.titleMarginBottom
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_titleMarginEnd
+This symbol is the offset where the
+R.attr.titleMarginEnd
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_titleMargins
+This symbol is the offset where the
+R.attr.titleMargins
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_titleMarginStart
+This symbol is the offset where the
+R.attr.titleMarginStart
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_titleMarginTop
+This symbol is the offset where the
+R.attr.titleMarginTop
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_titleTextAppearance
+This symbol is the offset where the
+R.attr.titleTextAppearance
+ attribute's value can be found in the Toolbar array. |
+
static int |
+Toolbar_titleTextColor
+This symbol is the offset where the
+R.attr.titleTextColor
+ attribute's value can be found in the Toolbar array. |
+
static int[] |
+View
+Attributes that can be used with a View.
+ |
+
static int |
+View_android_focusable
+This symbol is the offset where the
+android.R.attr#focusable
+ attribute's value can be found in the View array. |
+
static int |
+View_android_theme
+This symbol is the offset where the
+android.R.attr#theme
+ attribute's value can be found in the View array. |
+
static int |
+View_paddingEnd
+This symbol is the offset where the
+R.attr.paddingEnd
+ attribute's value can be found in the View array. |
+
static int |
+View_paddingStart
+This symbol is the offset where the
+R.attr.paddingStart
+ attribute's value can be found in the View array. |
+
static int |
+View_theme
+This symbol is the offset where the
+R.attr.theme
+ attribute's value can be found in the View array. |
+
static int[] |
+ViewBackgroundHelper
+Attributes that can be used with a ViewBackgroundHelper.
+ |
+
static int |
+ViewBackgroundHelper_android_background
+This symbol is the offset where the
+android.R.attr#background
+ attribute's value can be found in the ViewBackgroundHelper array. |
+
static int |
+ViewBackgroundHelper_backgroundTint
+This symbol is the offset where the
+R.attr.backgroundTint
+ attribute's value can be found in the ViewBackgroundHelper array. |
+
static int |
+ViewBackgroundHelper_backgroundTintMode
+This symbol is the offset where the
+R.attr.backgroundTintMode
+ attribute's value can be found in the ViewBackgroundHelper array. |
+
static int[] |
+ViewStubCompat
+Attributes that can be used with a ViewStubCompat.
+ |
+
static int |
+ViewStubCompat_android_id
+This symbol is the offset where the
+android.R.attr#id
+ attribute's value can be found in the ViewStubCompat array. |
+
static int |
+ViewStubCompat_android_inflatedId
+This symbol is the offset where the
+android.R.attr#inflatedId
+ attribute's value can be found in the ViewStubCompat array. |
+
static int |
+ViewStubCompat_android_layout
+This symbol is the offset where the
+android.R.attr#layout
+ attribute's value can be found in the ViewStubCompat array. |
+
public static final int[] ActionBar+
Includes the following attributes:
+ActionBar_background
,
+ActionBar_backgroundSplit
,
+ActionBar_backgroundStacked
,
+ActionBar_contentInsetEnd
,
+ActionBar_contentInsetLeft
,
+ActionBar_contentInsetRight
,
+ActionBar_contentInsetStart
,
+ActionBar_customNavigationLayout
,
+ActionBar_displayOptions
,
+ActionBar_divider
,
+ActionBar_elevation
,
+ActionBar_height
,
+ActionBar_hideOnContentScroll
,
+ActionBar_homeAsUpIndicator
,
+ActionBar_homeLayout
,
+ActionBar_icon
,
+ActionBar_indeterminateProgressStyle
,
+ActionBar_itemPadding
,
+ActionBar_logo
,
+ActionBar_navigationMode
,
+ActionBar_popupTheme
,
+ActionBar_progressBarPadding
,
+ActionBar_progressBarStyle
,
+ActionBar_subtitle
,
+ActionBar_subtitleTextStyle
,
+ActionBar_title
,
+ActionBar_titleTextStyle
public static int ActionBar_background+
This symbol is the offset where the R.attr.background
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_backgroundSplit+
This symbol is the offset where the R.attr.backgroundSplit
+ attribute's value can be found in the ActionBar
array.
+
+
+
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
".
public static int ActionBar_backgroundStacked+
This symbol is the offset where the R.attr.backgroundStacked
+ attribute's value can be found in the ActionBar
array.
+
+
+
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
".
public static int ActionBar_contentInsetEnd+
This symbol is the offset where the R.attr.contentInsetEnd
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_contentInsetLeft+
This symbol is the offset where the R.attr.contentInsetLeft
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_contentInsetRight+
This symbol is the offset where the R.attr.contentInsetRight
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_contentInsetStart+
This symbol is the offset where the R.attr.contentInsetStart
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_customNavigationLayout+
This symbol is the offset where the R.attr.customNavigationLayout
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_displayOptions+
This symbol is the offset where the R.attr.displayOptions
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+Constant | Value | Description |
---|---|---|
none | 0 | |
useLogo | 0x1 | |
showHome | 0x2 | |
homeAsUp | 0x4 | |
showTitle | 0x8 | |
showCustom | 0x10 | |
disableHome | 0x20 |
public static int ActionBar_divider+
This symbol is the offset where the R.attr.divider
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_elevation+
This symbol is the offset where the R.attr.elevation
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_height+
This symbol is the offset where the R.attr.height
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_hideOnContentScroll+
This symbol is the offset where the R.attr.hideOnContentScroll
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_homeAsUpIndicator+
This symbol is the offset where the R.attr.homeAsUpIndicator
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_homeLayout+
This symbol is the offset where the R.attr.homeLayout
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_icon+
This symbol is the offset where the R.attr.icon
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_indeterminateProgressStyle+
This symbol is the offset where the R.attr.indeterminateProgressStyle
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_itemPadding+
This symbol is the offset where the R.attr.itemPadding
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_logo+
This symbol is the offset where the R.attr.logo
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_navigationMode+
This symbol is the offset where the R.attr.navigationMode
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be one of the following constant values.
+Constant | Value | Description |
---|---|---|
normal | 0 | |
listMode | 1 | |
tabMode | 2 |
public static int ActionBar_popupTheme+
This symbol is the offset where the R.attr.popupTheme
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_progressBarPadding+
This symbol is the offset where the R.attr.progressBarPadding
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_progressBarStyle+
This symbol is the offset where the R.attr.progressBarStyle
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_subtitle+
This symbol is the offset where the R.attr.subtitle
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_subtitleTextStyle+
This symbol is the offset where the R.attr.subtitleTextStyle
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionBar_title+
This symbol is the offset where the R.attr.title
+ attribute's value can be found in the ActionBar
array.
+
+
+
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.
public static int ActionBar_titleTextStyle+
This symbol is the offset where the R.attr.titleTextStyle
+ attribute's value can be found in the ActionBar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] ActionBarLayout+
Includes the following attributes:
+Attribute | Description |
---|---|
|
ActionBarLayout_android_layout_gravity
public static int ActionBarLayout_android_layout_gravity+
This symbol is the offset where the android.R.attr#layout_gravity
+ attribute's value can be found in the ActionBarLayout
array.
public static final int[] ActionMenuItemView+
Includes the following attributes:
+Attribute | Description |
---|---|
|
ActionMenuItemView_android_minWidth
public static int ActionMenuItemView_android_minWidth+
This symbol is the offset where the android.R.attr#minWidth
+ attribute's value can be found in the ActionMenuItemView
array.
public static final int[] ActionMenuView+
public static final int[] ActionMode+
Includes the following attributes:
+public static int ActionMode_background+
This symbol is the offset where the R.attr.background
+ attribute's value can be found in the ActionMode
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionMode_backgroundSplit+
This symbol is the offset where the R.attr.backgroundSplit
+ attribute's value can be found in the ActionMode
array.
+
+
+
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
".
public static int ActionMode_closeItemLayout+
This symbol is the offset where the R.attr.closeItemLayout
+ attribute's value can be found in the ActionMode
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionMode_height+
This symbol is the offset where the R.attr.height
+ attribute's value can be found in the ActionMode
array.
+
+
+
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.
public static int ActionMode_subtitleTextStyle+
This symbol is the offset where the R.attr.subtitleTextStyle
+ attribute's value can be found in the ActionMode
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActionMode_titleTextStyle+
This symbol is the offset where the R.attr.titleTextStyle
+ attribute's value can be found in the ActionMode
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] ActivityChooserView+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
|
public static int ActivityChooserView_expandActivityOverflowButtonDrawable+
This symbol is the offset where the R.attr.expandActivityOverflowButtonDrawable
+ attribute's value can be found in the ActivityChooserView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int ActivityChooserView_initialActivityCount+
This symbol is the offset where the R.attr.initialActivityCount
+ attribute's value can be found in the ActivityChooserView
array.
+
+
+
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.
public static final int[] AlertDialog+
Includes the following attributes:
+public static int AlertDialog_android_layout+
This symbol is the offset where the android.R.attr#layout
+ attribute's value can be found in the AlertDialog
array.
public static int AlertDialog_buttonPanelSideLayout+
This symbol is the offset where the R.attr.buttonPanelSideLayout
+ attribute's value can be found in the AlertDialog
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AlertDialog_listItemLayout+
This symbol is the offset where the R.attr.listItemLayout
+ attribute's value can be found in the AlertDialog
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AlertDialog_listLayout+
This symbol is the offset where the R.attr.listLayout
+ attribute's value can be found in the AlertDialog
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AlertDialog_multiChoiceItemLayout+
This symbol is the offset where the R.attr.multiChoiceItemLayout
+ attribute's value can be found in the AlertDialog
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AlertDialog_singleChoiceItemLayout+
This symbol is the offset where the R.attr.singleChoiceItemLayout
+ attribute's value can be found in the AlertDialog
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] AppCompatImageView+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
|
AppCompatImageView_android_src
,
+AppCompatImageView_srcCompat
public static int AppCompatImageView_android_src+
This symbol is the offset where the android.R.attr#src
+ attribute's value can be found in the AppCompatImageView
array.
public static int AppCompatImageView_srcCompat+
This symbol is the offset where the R.attr.srcCompat
+ attribute's value can be found in the AppCompatImageView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] AppCompatTextView+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
|
public static int AppCompatTextView_android_textAppearance+
This symbol is the offset where the android.R.attr#textAppearance
+ attribute's value can be found in the AppCompatTextView
array.
public static int AppCompatTextView_textAllCaps+
This symbol is the offset where the R.attr.textAllCaps
+ attribute's value can be found in the AppCompatTextView
array.
+
+
+
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
".
public static final int[] AppCompatTheme+
Includes the following attributes:
+AppCompatTheme_actionBarDivider
,
+AppCompatTheme_actionBarItemBackground
,
+AppCompatTheme_actionBarPopupTheme
,
+AppCompatTheme_actionBarSize
,
+AppCompatTheme_actionBarSplitStyle
,
+AppCompatTheme_actionBarStyle
,
+AppCompatTheme_actionBarTabBarStyle
,
+AppCompatTheme_actionBarTabStyle
,
+AppCompatTheme_actionBarTabTextStyle
,
+AppCompatTheme_actionBarTheme
,
+AppCompatTheme_actionBarWidgetTheme
,
+AppCompatTheme_actionButtonStyle
,
+AppCompatTheme_actionDropDownStyle
,
+AppCompatTheme_actionMenuTextAppearance
,
+AppCompatTheme_actionMenuTextColor
,
+AppCompatTheme_actionModeBackground
,
+AppCompatTheme_actionModeCloseButtonStyle
,
+AppCompatTheme_actionModeCloseDrawable
,
+AppCompatTheme_actionModeCopyDrawable
,
+AppCompatTheme_actionModeCutDrawable
,
+AppCompatTheme_actionModeFindDrawable
,
+AppCompatTheme_actionModePasteDrawable
,
+AppCompatTheme_actionModePopupWindowStyle
,
+AppCompatTheme_actionModeSelectAllDrawable
,
+AppCompatTheme_actionModeShareDrawable
,
+AppCompatTheme_actionModeSplitBackground
,
+AppCompatTheme_actionModeStyle
,
+AppCompatTheme_actionModeWebSearchDrawable
,
+AppCompatTheme_actionOverflowButtonStyle
,
+AppCompatTheme_actionOverflowMenuStyle
,
+AppCompatTheme_activityChooserViewStyle
,
+AppCompatTheme_alertDialogButtonGroupStyle
,
+AppCompatTheme_alertDialogCenterButtons
,
+AppCompatTheme_alertDialogStyle
,
+AppCompatTheme_alertDialogTheme
,
+AppCompatTheme_android_windowAnimationStyle
,
+AppCompatTheme_android_windowIsFloating
,
+AppCompatTheme_autoCompleteTextViewStyle
,
+AppCompatTheme_borderlessButtonStyle
,
+AppCompatTheme_buttonBarButtonStyle
,
+AppCompatTheme_buttonBarNegativeButtonStyle
,
+AppCompatTheme_buttonBarNeutralButtonStyle
,
+AppCompatTheme_buttonBarPositiveButtonStyle
,
+AppCompatTheme_buttonBarStyle
,
+AppCompatTheme_buttonStyle
,
+AppCompatTheme_buttonStyleSmall
,
+AppCompatTheme_checkboxStyle
,
+AppCompatTheme_checkedTextViewStyle
,
+AppCompatTheme_colorAccent
,
+AppCompatTheme_colorButtonNormal
,
+AppCompatTheme_colorControlActivated
,
+AppCompatTheme_colorControlHighlight
,
+AppCompatTheme_colorControlNormal
,
+AppCompatTheme_colorPrimary
,
+AppCompatTheme_colorPrimaryDark
,
+AppCompatTheme_colorSwitchThumbNormal
,
+AppCompatTheme_controlBackground
,
+AppCompatTheme_dialogPreferredPadding
,
+AppCompatTheme_dialogTheme
,
+AppCompatTheme_dividerHorizontal
,
+AppCompatTheme_dividerVertical
,
+AppCompatTheme_dropDownListViewStyle
,
+AppCompatTheme_dropdownListPreferredItemHeight
,
+AppCompatTheme_editTextBackground
,
+AppCompatTheme_editTextColor
,
+AppCompatTheme_editTextStyle
,
+AppCompatTheme_homeAsUpIndicator
,
+AppCompatTheme_imageButtonStyle
,
+AppCompatTheme_listChoiceBackgroundIndicator
,
+AppCompatTheme_listDividerAlertDialog
,
+AppCompatTheme_listPopupWindowStyle
,
+AppCompatTheme_listPreferredItemHeight
,
+AppCompatTheme_listPreferredItemHeightLarge
,
+AppCompatTheme_listPreferredItemHeightSmall
,
+AppCompatTheme_listPreferredItemPaddingLeft
,
+AppCompatTheme_listPreferredItemPaddingRight
,
+AppCompatTheme_panelBackground
,
+AppCompatTheme_panelMenuListTheme
,
+AppCompatTheme_panelMenuListWidth
,
+AppCompatTheme_popupMenuStyle
,
+AppCompatTheme_popupWindowStyle
,
+AppCompatTheme_radioButtonStyle
,
+AppCompatTheme_ratingBarStyle
,
+AppCompatTheme_ratingBarStyleIndicator
,
+AppCompatTheme_ratingBarStyleSmall
,
+AppCompatTheme_searchViewStyle
,
+AppCompatTheme_seekBarStyle
,
+AppCompatTheme_selectableItemBackground
,
+AppCompatTheme_selectableItemBackgroundBorderless
,
+AppCompatTheme_spinnerDropDownItemStyle
,
+AppCompatTheme_spinnerStyle
,
+AppCompatTheme_switchStyle
,
+AppCompatTheme_textAppearanceLargePopupMenu
,
+AppCompatTheme_textAppearanceListItem
,
+AppCompatTheme_textAppearanceListItemSmall
,
+AppCompatTheme_textAppearanceSearchResultSubtitle
,
+AppCompatTheme_textAppearanceSearchResultTitle
,
+AppCompatTheme_textAppearanceSmallPopupMenu
,
+AppCompatTheme_textColorAlertDialogListItem
,
+AppCompatTheme_textColorSearchUrl
,
+AppCompatTheme_toolbarNavigationButtonStyle
,
+AppCompatTheme_toolbarStyle
,
+AppCompatTheme_windowActionBar
,
+AppCompatTheme_windowActionBarOverlay
,
+AppCompatTheme_windowActionModeOverlay
,
+AppCompatTheme_windowFixedHeightMajor
,
+AppCompatTheme_windowFixedHeightMinor
,
+AppCompatTheme_windowFixedWidthMajor
,
+AppCompatTheme_windowFixedWidthMinor
,
+AppCompatTheme_windowMinWidthMajor
,
+AppCompatTheme_windowMinWidthMinor
,
+AppCompatTheme_windowNoTitle
public static int AppCompatTheme_actionBarDivider+
This symbol is the offset where the R.attr.actionBarDivider
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarItemBackground+
This symbol is the offset where the R.attr.actionBarItemBackground
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarPopupTheme+
This symbol is the offset where the R.attr.actionBarPopupTheme
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarSize+
This symbol is the offset where the R.attr.actionBarSize
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
+Constant | Value | Description |
---|---|---|
wrap_content | 0 |
public static int AppCompatTheme_actionBarSplitStyle+
This symbol is the offset where the R.attr.actionBarSplitStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarStyle+
This symbol is the offset where the R.attr.actionBarStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarTabBarStyle+
This symbol is the offset where the R.attr.actionBarTabBarStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarTabStyle+
This symbol is the offset where the R.attr.actionBarTabStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarTabTextStyle+
This symbol is the offset where the R.attr.actionBarTabTextStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarTheme+
This symbol is the offset where the R.attr.actionBarTheme
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionBarWidgetTheme+
This symbol is the offset where the R.attr.actionBarWidgetTheme
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionButtonStyle+
This symbol is the offset where the R.attr.actionButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionDropDownStyle+
This symbol is the offset where the R.attr.actionDropDownStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionMenuTextAppearance+
This symbol is the offset where the R.attr.actionMenuTextAppearance
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionMenuTextColor+
This symbol is the offset where the R.attr.actionMenuTextColor
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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
".
public static int AppCompatTheme_actionModeBackground+
This symbol is the offset where the R.attr.actionModeBackground
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeCloseButtonStyle+
This symbol is the offset where the R.attr.actionModeCloseButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeCloseDrawable+
This symbol is the offset where the R.attr.actionModeCloseDrawable
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeCopyDrawable+
This symbol is the offset where the R.attr.actionModeCopyDrawable
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeCutDrawable+
This symbol is the offset where the R.attr.actionModeCutDrawable
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeFindDrawable+
This symbol is the offset where the R.attr.actionModeFindDrawable
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModePasteDrawable+
This symbol is the offset where the R.attr.actionModePasteDrawable
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModePopupWindowStyle+
This symbol is the offset where the R.attr.actionModePopupWindowStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeSelectAllDrawable+
This symbol is the offset where the R.attr.actionModeSelectAllDrawable
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeShareDrawable+
This symbol is the offset where the R.attr.actionModeShareDrawable
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeSplitBackground+
This symbol is the offset where the R.attr.actionModeSplitBackground
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeStyle+
This symbol is the offset where the R.attr.actionModeStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionModeWebSearchDrawable+
This symbol is the offset where the R.attr.actionModeWebSearchDrawable
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionOverflowButtonStyle+
This symbol is the offset where the R.attr.actionOverflowButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_actionOverflowMenuStyle+
This symbol is the offset where the R.attr.actionOverflowMenuStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_activityChooserViewStyle+
This symbol is the offset where the R.attr.activityChooserViewStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_alertDialogButtonGroupStyle+
This symbol is the offset where the R.attr.alertDialogButtonGroupStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_alertDialogCenterButtons+
This symbol is the offset where the R.attr.alertDialogCenterButtons
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_alertDialogStyle+
This symbol is the offset where the R.attr.alertDialogStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_alertDialogTheme+
This symbol is the offset where the R.attr.alertDialogTheme
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_android_windowAnimationStyle+
This symbol is the offset where the android.R.attr#windowAnimationStyle
+ attribute's value can be found in the AppCompatTheme
array.
public static int AppCompatTheme_android_windowIsFloating+
This symbol is the offset where the android.R.attr#windowIsFloating
+ attribute's value can be found in the AppCompatTheme
array.
public static int AppCompatTheme_autoCompleteTextViewStyle+
This symbol is the offset where the R.attr.autoCompleteTextViewStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_borderlessButtonStyle+
This symbol is the offset where the R.attr.borderlessButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_buttonBarButtonStyle+
This symbol is the offset where the R.attr.buttonBarButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_buttonBarNegativeButtonStyle+
This symbol is the offset where the R.attr.buttonBarNegativeButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_buttonBarNeutralButtonStyle+
This symbol is the offset where the R.attr.buttonBarNeutralButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_buttonBarPositiveButtonStyle+
This symbol is the offset where the R.attr.buttonBarPositiveButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_buttonBarStyle+
This symbol is the offset where the R.attr.buttonBarStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_buttonStyle+
This symbol is the offset where the R.attr.buttonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_buttonStyleSmall+
This symbol is the offset where the R.attr.buttonStyleSmall
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_checkboxStyle+
This symbol is the offset where the R.attr.checkboxStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_checkedTextViewStyle+
This symbol is the offset where the R.attr.checkedTextViewStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_colorAccent+
This symbol is the offset where the R.attr.colorAccent
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_colorButtonNormal+
This symbol is the offset where the R.attr.colorButtonNormal
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_colorControlActivated+
This symbol is the offset where the R.attr.colorControlActivated
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_colorControlHighlight+
This symbol is the offset where the R.attr.colorControlHighlight
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_colorControlNormal+
This symbol is the offset where the R.attr.colorControlNormal
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_colorPrimary+
This symbol is the offset where the R.attr.colorPrimary
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_colorPrimaryDark+
This symbol is the offset where the R.attr.colorPrimaryDark
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_colorSwitchThumbNormal+
This symbol is the offset where the R.attr.colorSwitchThumbNormal
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_controlBackground+
This symbol is the offset where the R.attr.controlBackground
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_dialogPreferredPadding+
This symbol is the offset where the R.attr.dialogPreferredPadding
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_dialogTheme+
This symbol is the offset where the R.attr.dialogTheme
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_dividerHorizontal+
This symbol is the offset where the R.attr.dividerHorizontal
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_dividerVertical+
This symbol is the offset where the R.attr.dividerVertical
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_dropDownListViewStyle+
This symbol is the offset where the R.attr.dropDownListViewStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_dropdownListPreferredItemHeight+
This symbol is the offset where the R.attr.dropdownListPreferredItemHeight
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_editTextBackground+
This symbol is the offset where the R.attr.editTextBackground
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_editTextColor+
This symbol is the offset where the R.attr.editTextColor
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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
".
public static int AppCompatTheme_editTextStyle+
This symbol is the offset where the R.attr.editTextStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_homeAsUpIndicator+
This symbol is the offset where the R.attr.homeAsUpIndicator
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_imageButtonStyle+
This symbol is the offset where the R.attr.imageButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_listChoiceBackgroundIndicator+
This symbol is the offset where the R.attr.listChoiceBackgroundIndicator
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_listDividerAlertDialog+
This symbol is the offset where the R.attr.listDividerAlertDialog
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_listPopupWindowStyle+
This symbol is the offset where the R.attr.listPopupWindowStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_listPreferredItemHeight+
This symbol is the offset where the R.attr.listPreferredItemHeight
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_listPreferredItemHeightLarge+
This symbol is the offset where the R.attr.listPreferredItemHeightLarge
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_listPreferredItemHeightSmall+
This symbol is the offset where the R.attr.listPreferredItemHeightSmall
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_listPreferredItemPaddingLeft+
This symbol is the offset where the R.attr.listPreferredItemPaddingLeft
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_listPreferredItemPaddingRight+
This symbol is the offset where the R.attr.listPreferredItemPaddingRight
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_panelBackground+
This symbol is the offset where the R.attr.panelBackground
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_panelMenuListTheme+
This symbol is the offset where the R.attr.panelMenuListTheme
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_panelMenuListWidth+
This symbol is the offset where the R.attr.panelMenuListWidth
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_popupMenuStyle+
This symbol is the offset where the R.attr.popupMenuStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_popupWindowStyle+
This symbol is the offset where the R.attr.popupWindowStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_radioButtonStyle+
This symbol is the offset where the R.attr.radioButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_ratingBarStyle+
This symbol is the offset where the R.attr.ratingBarStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_ratingBarStyleIndicator+
This symbol is the offset where the R.attr.ratingBarStyleIndicator
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_ratingBarStyleSmall+
This symbol is the offset where the R.attr.ratingBarStyleSmall
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_searchViewStyle+
This symbol is the offset where the R.attr.searchViewStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_seekBarStyle+
This symbol is the offset where the R.attr.seekBarStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_selectableItemBackground+
This symbol is the offset where the R.attr.selectableItemBackground
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_selectableItemBackgroundBorderless+
This symbol is the offset where the R.attr.selectableItemBackgroundBorderless
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_spinnerDropDownItemStyle+
This symbol is the offset where the R.attr.spinnerDropDownItemStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_spinnerStyle+
This symbol is the offset where the R.attr.spinnerStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_switchStyle+
This symbol is the offset where the R.attr.switchStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_textAppearanceLargePopupMenu+
This symbol is the offset where the R.attr.textAppearanceLargePopupMenu
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_textAppearanceListItem+
This symbol is the offset where the R.attr.textAppearanceListItem
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_textAppearanceListItemSmall+
This symbol is the offset where the R.attr.textAppearanceListItemSmall
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_textAppearanceSearchResultSubtitle+
This symbol is the offset where the R.attr.textAppearanceSearchResultSubtitle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_textAppearanceSearchResultTitle+
This symbol is the offset where the R.attr.textAppearanceSearchResultTitle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_textAppearanceSmallPopupMenu+
This symbol is the offset where the R.attr.textAppearanceSmallPopupMenu
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_textColorAlertDialogListItem+
This symbol is the offset where the R.attr.textColorAlertDialogListItem
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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
".
public static int AppCompatTheme_textColorSearchUrl+
This symbol is the offset where the R.attr.textColorSearchUrl
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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
".
public static int AppCompatTheme_toolbarNavigationButtonStyle+
This symbol is the offset where the R.attr.toolbarNavigationButtonStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_toolbarStyle+
This symbol is the offset where the R.attr.toolbarStyle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int AppCompatTheme_windowActionBar+
This symbol is the offset where the R.attr.windowActionBar
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowActionBarOverlay+
This symbol is the offset where the R.attr.windowActionBarOverlay
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowActionModeOverlay+
This symbol is the offset where the R.attr.windowActionModeOverlay
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowFixedHeightMajor+
This symbol is the offset where the R.attr.windowFixedHeightMajor
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowFixedHeightMinor+
This symbol is the offset where the R.attr.windowFixedHeightMinor
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowFixedWidthMajor+
This symbol is the offset where the R.attr.windowFixedWidthMajor
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowFixedWidthMinor+
This symbol is the offset where the R.attr.windowFixedWidthMinor
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowMinWidthMajor+
This symbol is the offset where the R.attr.windowMinWidthMajor
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowMinWidthMinor+
This symbol is the offset where the R.attr.windowMinWidthMinor
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static int AppCompatTheme_windowNoTitle+
This symbol is the offset where the R.attr.windowNoTitle
+ attribute's value can be found in the AppCompatTheme
array.
+
+
+
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.
public static final int[] ButtonBarLayout+
Includes the following attributes:
+Attribute | Description |
---|---|
|
ButtonBarLayout_allowStacking
public static int ButtonBarLayout_allowStacking+
This symbol is the offset where the R.attr.allowStacking
+ attribute's value can be found in the ButtonBarLayout
array.
+
+
+
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.
public static final int[] CompoundButton+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
|
public static int CompoundButton_android_button+
This symbol is the offset where the android.R.attr#button
+ attribute's value can be found in the CompoundButton
array.
public static int CompoundButton_buttonTint+
This symbol is the offset where the R.attr.buttonTint
+ attribute's value can be found in the CompoundButton
array.
+
+
+
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.
public static int CompoundButton_buttonTintMode+
This symbol is the offset where the R.attr.buttonTintMode
+ attribute's value can be found in the CompoundButton
array.
+
+
+
Must be one of the following constant values.
+Constant | Value | Description |
---|---|---|
src_over | 3 | |
src_in | 5 | |
src_atop | 9 | |
multiply | 14 | |
screen | 15 |
public static final int[] DrawerArrowToggle+
Includes the following attributes:
+public static int DrawerArrowToggle_arrowHeadLength+
This symbol is the offset where the R.attr.arrowHeadLength
+ attribute's value can be found in the DrawerArrowToggle
array.
+
+
+
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.
public static int DrawerArrowToggle_arrowShaftLength+
This symbol is the offset where the R.attr.arrowShaftLength
+ attribute's value can be found in the DrawerArrowToggle
array.
+
+
+
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.
public static int DrawerArrowToggle_barLength+
This symbol is the offset where the R.attr.barLength
+ attribute's value can be found in the DrawerArrowToggle
array.
+
+
+
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.
public static int DrawerArrowToggle_color+
This symbol is the offset where the R.attr.color
+ attribute's value can be found in the DrawerArrowToggle
array.
+
+
+
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.
public static int DrawerArrowToggle_drawableSize+
This symbol is the offset where the R.attr.drawableSize
+ attribute's value can be found in the DrawerArrowToggle
array.
+
+
+
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.
public static int DrawerArrowToggle_gapBetweenBars+
This symbol is the offset where the R.attr.gapBetweenBars
+ attribute's value can be found in the DrawerArrowToggle
array.
+
+
+
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.
public static int DrawerArrowToggle_spinBars+
This symbol is the offset where the R.attr.spinBars
+ attribute's value can be found in the DrawerArrowToggle
array.
+
+
+
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.
public static int DrawerArrowToggle_thickness+
This symbol is the offset where the R.attr.thickness
+ attribute's value can be found in the DrawerArrowToggle
array.
+
+
+
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.
public static final int[] ElevationShadowView+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
|
public static int ElevationShadowView_emulateParallelLight+
This symbol is the offset where the R.attr.emulateParallelLight
+ attribute's value can be found in the ElevationShadowView
array.
+
+
+
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.
public static int ElevationShadowView_shadowElevation+
This symbol is the offset where the R.attr.shadowElevation
+ attribute's value can be found in the ElevationShadowView
array.
+
+
+
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.
public static int ElevationShadowView_shadowOrientation+
This symbol is the offset where the R.attr.shadowOrientation
+ attribute's value can be found in the ElevationShadowView
array.
+
+
+
Must be one of the following constant values.
+Constant | Value | Description |
---|---|---|
left | 0 | |
top | 1 | |
right | 2 | |
bottom | 3 | |
top_left | 4 | |
top_right | 5 | |
bottom_left | 6 | |
bottom_right | 7 |
public static final int[] LinearLayoutCompat+
Includes the following attributes:
+LinearLayoutCompat_android_baselineAligned
,
+LinearLayoutCompat_android_baselineAlignedChildIndex
,
+LinearLayoutCompat_android_gravity
,
+LinearLayoutCompat_android_orientation
,
+LinearLayoutCompat_android_weightSum
,
+LinearLayoutCompat_divider
,
+LinearLayoutCompat_dividerPadding
,
+LinearLayoutCompat_measureWithLargestChild
,
+LinearLayoutCompat_showDividers
public static int LinearLayoutCompat_android_baselineAligned+
This symbol is the offset where the android.R.attr#baselineAligned
+ attribute's value can be found in the LinearLayoutCompat
array.
public static int LinearLayoutCompat_android_baselineAlignedChildIndex+
This symbol is the offset where the android.R.attr#baselineAlignedChildIndex
+ attribute's value can be found in the LinearLayoutCompat
array.
public static int LinearLayoutCompat_android_gravity+
This symbol is the offset where the android.R.attr#gravity
+ attribute's value can be found in the LinearLayoutCompat
array.
public static int LinearLayoutCompat_android_orientation+
This symbol is the offset where the android.R.attr#orientation
+ attribute's value can be found in the LinearLayoutCompat
array.
public static int LinearLayoutCompat_android_weightSum+
This symbol is the offset where the android.R.attr#weightSum
+ attribute's value can be found in the LinearLayoutCompat
array.
public static int LinearLayoutCompat_divider+
This symbol is the offset where the R.attr.divider
+ attribute's value can be found in the LinearLayoutCompat
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int LinearLayoutCompat_dividerPadding+
This symbol is the offset where the R.attr.dividerPadding
+ attribute's value can be found in the LinearLayoutCompat
array.
+
+
+
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.
public static int LinearLayoutCompat_measureWithLargestChild+
This symbol is the offset where the R.attr.measureWithLargestChild
+ attribute's value can be found in the LinearLayoutCompat
array.
+
+
+
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.
public static int LinearLayoutCompat_showDividers+
This symbol is the offset where the R.attr.showDividers
+ attribute's value can be found in the LinearLayoutCompat
array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+Constant | Value | Description |
---|---|---|
none | 0 | |
beginning | 1 | |
middle | 2 | |
end | 4 |
public static final int[] LinearLayoutCompat_Layout+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
| |
|
public static int LinearLayoutCompat_Layout_android_layout_gravity+
This symbol is the offset where the android.R.attr#layout_gravity
+ attribute's value can be found in the LinearLayoutCompat_Layout
array.
public static int LinearLayoutCompat_Layout_android_layout_height+
This symbol is the offset where the android.R.attr#layout_height
+ attribute's value can be found in the LinearLayoutCompat_Layout
array.
public static int LinearLayoutCompat_Layout_android_layout_weight+
This symbol is the offset where the android.R.attr#layout_weight
+ attribute's value can be found in the LinearLayoutCompat_Layout
array.
public static int LinearLayoutCompat_Layout_android_layout_width+
This symbol is the offset where the android.R.attr#layout_width
+ attribute's value can be found in the LinearLayoutCompat_Layout
array.
public static final int[] ListPopupWindow+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
|
public static int ListPopupWindow_android_dropDownHorizontalOffset+
This symbol is the offset where the android.R.attr#dropDownHorizontalOffset
+ attribute's value can be found in the ListPopupWindow
array.
public static int ListPopupWindow_android_dropDownVerticalOffset+
This symbol is the offset where the android.R.attr#dropDownVerticalOffset
+ attribute's value can be found in the ListPopupWindow
array.
public static final int[] MenuGroup+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
| |
| |
| |
|
public static int MenuGroup_android_checkableBehavior+
This symbol is the offset where the android.R.attr#checkableBehavior
+ attribute's value can be found in the MenuGroup
array.
public static int MenuGroup_android_enabled+
This symbol is the offset where the android.R.attr#enabled
+ attribute's value can be found in the MenuGroup
array.
public static int MenuGroup_android_id+
This symbol is the offset where the android.R.attr#id
+ attribute's value can be found in the MenuGroup
array.
public static int MenuGroup_android_menuCategory+
This symbol is the offset where the android.R.attr#menuCategory
+ attribute's value can be found in the MenuGroup
array.
public static int MenuGroup_android_orderInCategory+
This symbol is the offset where the android.R.attr#orderInCategory
+ attribute's value can be found in the MenuGroup
array.
public static int MenuGroup_android_visible+
This symbol is the offset where the android.R.attr#visible
+ attribute's value can be found in the MenuGroup
array.
public static final int[] MenuItem+
Includes the following attributes:
+MenuItem_actionLayout
,
+MenuItem_actionProviderClass
,
+MenuItem_actionViewClass
,
+MenuItem_android_alphabeticShortcut
,
+MenuItem_android_checkable
,
+MenuItem_android_checked
,
+MenuItem_android_enabled
,
+MenuItem_android_icon
,
+MenuItem_android_id
,
+MenuItem_android_menuCategory
,
+MenuItem_android_numericShortcut
,
+MenuItem_android_onClick
,
+MenuItem_android_orderInCategory
,
+MenuItem_android_title
,
+MenuItem_android_titleCondensed
,
+MenuItem_android_visible
,
+MenuItem_showAsAction
public static int MenuItem_actionLayout+
This symbol is the offset where the R.attr.actionLayout
+ attribute's value can be found in the MenuItem
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int MenuItem_actionProviderClass+
This symbol is the offset where the R.attr.actionProviderClass
+ attribute's value can be found in the MenuItem
array.
+
+
+
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.
public static int MenuItem_actionViewClass+
This symbol is the offset where the R.attr.actionViewClass
+ attribute's value can be found in the MenuItem
array.
+
+
+
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.
public static int MenuItem_android_alphabeticShortcut+
This symbol is the offset where the android.R.attr#alphabeticShortcut
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_checkable+
This symbol is the offset where the android.R.attr#checkable
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_checked+
This symbol is the offset where the android.R.attr#checked
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_enabled+
This symbol is the offset where the android.R.attr#enabled
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_icon+
This symbol is the offset where the android.R.attr#icon
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_id+
This symbol is the offset where the android.R.attr#id
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_menuCategory+
This symbol is the offset where the android.R.attr#menuCategory
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_numericShortcut+
This symbol is the offset where the android.R.attr#numericShortcut
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_onClick+
This symbol is the offset where the android.R.attr#onClick
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_orderInCategory+
This symbol is the offset where the android.R.attr#orderInCategory
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_title+
This symbol is the offset where the android.R.attr#title
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_titleCondensed+
This symbol is the offset where the android.R.attr#titleCondensed
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_android_visible+
This symbol is the offset where the android.R.attr#visible
+ attribute's value can be found in the MenuItem
array.
public static int MenuItem_showAsAction+
This symbol is the offset where the R.attr.showAsAction
+ attribute's value can be found in the MenuItem
array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+Constant | Value | Description |
---|---|---|
never | 0 | |
ifRoom | 1 | |
always | 2 | |
withText | 4 | |
collapseActionView | 8 |
public static final int[] MenuView+
Includes the following attributes:
+MenuView_android_headerBackground
,
+MenuView_android_horizontalDivider
,
+MenuView_android_itemBackground
,
+MenuView_android_itemIconDisabledAlpha
,
+MenuView_android_itemTextAppearance
,
+MenuView_android_verticalDivider
,
+MenuView_android_windowAnimationStyle
,
+MenuView_preserveIconSpacing
public static int MenuView_android_headerBackground+
This symbol is the offset where the android.R.attr#headerBackground
+ attribute's value can be found in the MenuView
array.
public static int MenuView_android_horizontalDivider+
This symbol is the offset where the android.R.attr#horizontalDivider
+ attribute's value can be found in the MenuView
array.
public static int MenuView_android_itemBackground+
This symbol is the offset where the android.R.attr#itemBackground
+ attribute's value can be found in the MenuView
array.
public static int MenuView_android_itemIconDisabledAlpha+
This symbol is the offset where the android.R.attr#itemIconDisabledAlpha
+ attribute's value can be found in the MenuView
array.
public static int MenuView_android_itemTextAppearance+
This symbol is the offset where the android.R.attr#itemTextAppearance
+ attribute's value can be found in the MenuView
array.
public static int MenuView_android_verticalDivider+
This symbol is the offset where the android.R.attr#verticalDivider
+ attribute's value can be found in the MenuView
array.
public static int MenuView_android_windowAnimationStyle+
This symbol is the offset where the android.R.attr#windowAnimationStyle
+ attribute's value can be found in the MenuView
array.
public static int MenuView_preserveIconSpacing+
This symbol is the offset where the R.attr.preserveIconSpacing
+ attribute's value can be found in the MenuView
array.
+
+
+
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.
public static final int[] PopupWindow+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
|
PopupWindow_android_popupBackground
,
+PopupWindow_overlapAnchor
public static int PopupWindow_android_popupBackground+
This symbol is the offset where the android.R.attr#popupBackground
+ attribute's value can be found in the PopupWindow
array.
public static int PopupWindow_overlapAnchor+
This symbol is the offset where the R.attr.overlapAnchor
+ attribute's value can be found in the PopupWindow
array.
+
+
+
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.
public static final int[] PopupWindowBackgroundState+
Includes the following attributes:
+Attribute | Description |
---|---|
|
PopupWindowBackgroundState_state_above_anchor
public static int PopupWindowBackgroundState_state_above_anchor+
This symbol is the offset where the R.attr.state_above_anchor
+ attribute's value can be found in the PopupWindowBackgroundState
array.
+
+
+
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.
public static final int[] ScrimInsetsLayout+
Includes the following attributes:
+Attribute | Description |
---|---|
|
ScrimInsetsLayout_insetDrawable
public static int ScrimInsetsLayout_insetDrawable+
This symbol is the offset where the R.attr.insetDrawable
+ attribute's value can be found in the ScrimInsetsLayout
array.
+
+
+
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
".
public static final int[] SearchView+
Includes the following attributes:
+SearchView_android_focusable
,
+SearchView_android_imeOptions
,
+SearchView_android_inputType
,
+SearchView_android_maxWidth
,
+SearchView_closeIcon
,
+SearchView_commitIcon
,
+SearchView_defaultQueryHint
,
+SearchView_goIcon
,
+SearchView_iconifiedByDefault
,
+SearchView_layout
,
+SearchView_queryBackground
,
+SearchView_queryHint
,
+SearchView_searchHintIcon
,
+SearchView_searchIcon
,
+SearchView_submitBackground
,
+SearchView_suggestionRowLayout
,
+SearchView_voiceIcon
public static int SearchView_android_focusable+
This symbol is the offset where the android.R.attr#focusable
+ attribute's value can be found in the SearchView
array.
public static int SearchView_android_imeOptions+
This symbol is the offset where the android.R.attr#imeOptions
+ attribute's value can be found in the SearchView
array.
public static int SearchView_android_inputType+
This symbol is the offset where the android.R.attr#inputType
+ attribute's value can be found in the SearchView
array.
public static int SearchView_android_maxWidth+
This symbol is the offset where the android.R.attr#maxWidth
+ attribute's value can be found in the SearchView
array.
public static int SearchView_closeIcon+
This symbol is the offset where the R.attr.closeIcon
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_commitIcon+
This symbol is the offset where the R.attr.commitIcon
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_defaultQueryHint+
This symbol is the offset where the R.attr.defaultQueryHint
+ attribute's value can be found in the SearchView
array.
+
+
+
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.
public static int SearchView_goIcon+
This symbol is the offset where the R.attr.goIcon
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_iconifiedByDefault+
This symbol is the offset where the R.attr.iconifiedByDefault
+ attribute's value can be found in the SearchView
array.
+
+
+
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.
public static int SearchView_layout+
This symbol is the offset where the R.attr.layout
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_queryBackground+
This symbol is the offset where the R.attr.queryBackground
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_queryHint+
This symbol is the offset where the R.attr.queryHint
+ attribute's value can be found in the SearchView
array.
+
+
+
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.
public static int SearchView_searchHintIcon+
This symbol is the offset where the R.attr.searchHintIcon
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_searchIcon+
This symbol is the offset where the R.attr.searchIcon
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_submitBackground+
This symbol is the offset where the R.attr.submitBackground
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_suggestionRowLayout+
This symbol is the offset where the R.attr.suggestionRowLayout
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SearchView_voiceIcon+
This symbol is the offset where the R.attr.voiceIcon
+ attribute's value can be found in the SearchView
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] Spinner+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
| |
| |
|
public static int Spinner_android_dropDownWidth+
This symbol is the offset where the android.R.attr#dropDownWidth
+ attribute's value can be found in the Spinner
array.
public static int Spinner_android_entries+
This symbol is the offset where the android.R.attr#entries
+ attribute's value can be found in the Spinner
array.
public static int Spinner_android_popupBackground+
This symbol is the offset where the android.R.attr#popupBackground
+ attribute's value can be found in the Spinner
array.
public static int Spinner_android_prompt+
This symbol is the offset where the android.R.attr#prompt
+ attribute's value can be found in the Spinner
array.
public static int Spinner_popupTheme+
This symbol is the offset where the R.attr.popupTheme
+ attribute's value can be found in the Spinner
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] SwitchCompat+
Includes the following attributes:
+public static int SwitchCompat_android_textOff+
This symbol is the offset where the android.R.attr#textOff
+ attribute's value can be found in the SwitchCompat
array.
public static int SwitchCompat_android_textOn+
This symbol is the offset where the android.R.attr#textOn
+ attribute's value can be found in the SwitchCompat
array.
public static int SwitchCompat_android_thumb+
This symbol is the offset where the android.R.attr#thumb
+ attribute's value can be found in the SwitchCompat
array.
public static int SwitchCompat_showText+
This symbol is the offset where the R.attr.showText
+ attribute's value can be found in the SwitchCompat
array.
+
+
+
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.
public static int SwitchCompat_splitTrack+
This symbol is the offset where the R.attr.splitTrack
+ attribute's value can be found in the SwitchCompat
array.
+
+
+
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.
public static int SwitchCompat_switchMinWidth+
This symbol is the offset where the R.attr.switchMinWidth
+ attribute's value can be found in the SwitchCompat
array.
+
+
+
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.
public static int SwitchCompat_switchPadding+
This symbol is the offset where the R.attr.switchPadding
+ attribute's value can be found in the SwitchCompat
array.
+
+
+
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.
public static int SwitchCompat_switchTextAppearance+
This symbol is the offset where the R.attr.switchTextAppearance
+ attribute's value can be found in the SwitchCompat
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int SwitchCompat_thumbTextPadding+
This symbol is the offset where the R.attr.thumbTextPadding
+ attribute's value can be found in the SwitchCompat
array.
+
+
+
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.
public static int SwitchCompat_track+
This symbol is the offset where the R.attr.track
+ attribute's value can be found in the SwitchCompat
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] TextAppearance+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
| |
| |
| |
| |
| |
| |
|
TextAppearance_android_shadowColor
,
+TextAppearance_android_shadowDx
,
+TextAppearance_android_shadowDy
,
+TextAppearance_android_shadowRadius
,
+TextAppearance_android_textColor
,
+TextAppearance_android_textSize
,
+TextAppearance_android_textStyle
,
+TextAppearance_android_typeface
,
+TextAppearance_textAllCaps
public static int TextAppearance_android_shadowColor+
This symbol is the offset where the android.R.attr#shadowColor
+ attribute's value can be found in the TextAppearance
array.
public static int TextAppearance_android_shadowDx+
This symbol is the offset where the android.R.attr#shadowDx
+ attribute's value can be found in the TextAppearance
array.
public static int TextAppearance_android_shadowDy+
This symbol is the offset where the android.R.attr#shadowDy
+ attribute's value can be found in the TextAppearance
array.
public static int TextAppearance_android_shadowRadius+
This symbol is the offset where the android.R.attr#shadowRadius
+ attribute's value can be found in the TextAppearance
array.
public static int TextAppearance_android_textColor+
This symbol is the offset where the android.R.attr#textColor
+ attribute's value can be found in the TextAppearance
array.
public static int TextAppearance_android_textSize+
This symbol is the offset where the android.R.attr#textSize
+ attribute's value can be found in the TextAppearance
array.
public static int TextAppearance_android_textStyle+
This symbol is the offset where the android.R.attr#textStyle
+ attribute's value can be found in the TextAppearance
array.
public static int TextAppearance_android_typeface+
This symbol is the offset where the android.R.attr#typeface
+ attribute's value can be found in the TextAppearance
array.
public static int TextAppearance_textAllCaps+
This symbol is the offset where the R.attr.textAllCaps
+ attribute's value can be found in the TextAppearance
array.
+
+
+
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
".
public static final int[] Toolbar+
Includes the following attributes:
+Toolbar_android_gravity
,
+Toolbar_android_minHeight
,
+Toolbar_collapseContentDescription
,
+Toolbar_collapseIcon
,
+Toolbar_contentInsetEnd
,
+Toolbar_contentInsetLeft
,
+Toolbar_contentInsetRight
,
+Toolbar_contentInsetStart
,
+Toolbar_logo
,
+Toolbar_logoDescription
,
+Toolbar_maxButtonHeight
,
+Toolbar_navigationContentDescription
,
+Toolbar_navigationIcon
,
+Toolbar_popupTheme
,
+Toolbar_subtitle
,
+Toolbar_subtitleTextAppearance
,
+Toolbar_subtitleTextColor
,
+Toolbar_title
,
+Toolbar_titleMarginBottom
,
+Toolbar_titleMarginEnd
,
+Toolbar_titleMarginStart
,
+Toolbar_titleMarginTop
,
+Toolbar_titleMargins
,
+Toolbar_titleTextAppearance
,
+Toolbar_titleTextColor
public static int Toolbar_android_gravity+
This symbol is the offset where the android.R.attr#gravity
+ attribute's value can be found in the Toolbar
array.
public static int Toolbar_android_minHeight+
This symbol is the offset where the android.R.attr#minHeight
+ attribute's value can be found in the Toolbar
array.
public static int Toolbar_collapseContentDescription+
This symbol is the offset where the R.attr.collapseContentDescription
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_collapseIcon+
This symbol is the offset where the R.attr.collapseIcon
+ attribute's value can be found in the Toolbar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int Toolbar_contentInsetEnd+
This symbol is the offset where the R.attr.contentInsetEnd
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_contentInsetLeft+
This symbol is the offset where the R.attr.contentInsetLeft
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_contentInsetRight+
This symbol is the offset where the R.attr.contentInsetRight
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_contentInsetStart+
This symbol is the offset where the R.attr.contentInsetStart
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_logo+
This symbol is the offset where the R.attr.logo
+ attribute's value can be found in the Toolbar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int Toolbar_logoDescription+
This symbol is the offset where the R.attr.logoDescription
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_maxButtonHeight+
This symbol is the offset where the R.attr.maxButtonHeight
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_navigationContentDescription+
This symbol is the offset where the R.attr.navigationContentDescription
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_navigationIcon+
This symbol is the offset where the R.attr.navigationIcon
+ attribute's value can be found in the Toolbar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int Toolbar_popupTheme+
This symbol is the offset where the R.attr.popupTheme
+ attribute's value can be found in the Toolbar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int Toolbar_subtitle+
This symbol is the offset where the R.attr.subtitle
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_subtitleTextAppearance+
This symbol is the offset where the R.attr.subtitleTextAppearance
+ attribute's value can be found in the Toolbar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int Toolbar_subtitleTextColor+
This symbol is the offset where the R.attr.subtitleTextColor
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_title+
This symbol is the offset where the R.attr.title
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_titleMarginBottom+
This symbol is the offset where the R.attr.titleMarginBottom
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_titleMarginEnd+
This symbol is the offset where the R.attr.titleMarginEnd
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_titleMarginStart+
This symbol is the offset where the R.attr.titleMarginStart
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_titleMarginTop+
This symbol is the offset where the R.attr.titleMarginTop
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_titleMargins+
This symbol is the offset where the R.attr.titleMargins
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static int Toolbar_titleTextAppearance+
This symbol is the offset where the R.attr.titleTextAppearance
+ attribute's value can be found in the Toolbar
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static int Toolbar_titleTextColor+
This symbol is the offset where the R.attr.titleTextColor
+ attribute's value can be found in the Toolbar
array.
+
+
+
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.
public static final int[] View+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
| |
| |
|
View_android_focusable
,
+View_android_theme
,
+View_paddingEnd
,
+View_paddingStart
,
+View_theme
public static int View_android_focusable+
This symbol is the offset where the android.R.attr#focusable
+ attribute's value can be found in the View
array.
public static int View_android_theme+
This symbol is the offset where the android.R.attr#theme
+ attribute's value can be found in the View
array.
public static int View_paddingEnd+
This symbol is the offset where the R.attr.paddingEnd
+ attribute's value can be found in the View
array.
+
+
+
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.
public static int View_paddingStart+
This symbol is the offset where the R.attr.paddingStart
+ attribute's value can be found in the View
array.
+
+
+
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.
public static int View_theme+
This symbol is the offset where the R.attr.theme
+ attribute's value can be found in the View
array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] ViewBackgroundHelper+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
|
public static int ViewBackgroundHelper_android_background+
This symbol is the offset where the android.R.attr#background
+ attribute's value can be found in the ViewBackgroundHelper
array.
public static int ViewBackgroundHelper_backgroundTint+
This symbol is the offset where the R.attr.backgroundTint
+ attribute's value can be found in the ViewBackgroundHelper
array.
+
+
+
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.
public static int ViewBackgroundHelper_backgroundTintMode+
This symbol is the offset where the R.attr.backgroundTintMode
+ attribute's value can be found in the ViewBackgroundHelper
array.
+
+
+
Must be one of the following constant values.
+Constant | Value | Description |
---|---|---|
src_over | 3 | |
src_in | 5 | |
src_atop | 9 | |
multiply | 14 | |
screen | 15 |
public static final int[] ViewStubCompat+
Includes the following attributes:
+Attribute | Description |
---|---|
| |
| |
|
public static int ViewStubCompat_android_id+
This symbol is the offset where the android.R.attr#id
+ attribute's value can be found in the ViewStubCompat
array.
public static int ViewStubCompat_android_inflatedId+
This symbol is the offset where the android.R.attr#inflatedId
+ attribute's value can be found in the ViewStubCompat
array.
public static int ViewStubCompat_android_layout+
This symbol is the offset where the android.R.attr#layout
+ attribute's value can be found in the ViewStubCompat
array.
public static final class R.xml
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static int |
+elevation_shadow_view |
+
public class DividableGridAdapter
+extends BaseAdapter
+BottomSheet
. It allows to show the items in a
+ list or grid and supports to show dividers.Constructor and Description | +
---|
DividableGridAdapter(Context context,
+ BottomSheet.Style style,
+ int width)
+Creates a new adapter, which manages the items of a
+BottomSheet . |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+add(AbstractItem item)
+Adds a new item to the adapter.
+ |
+
void |
+clear()
+Removes all items from the adapter.
+ |
+
boolean |
+containsDividers()
+Returns, whether the adapter contains dividers, or not.
+ |
+
int |
+getColumnCount()
+Returns the number of columns, which are displayed by the adapter.
+ |
+
int |
+getCount() |
+
int |
+getDividerColor()
+Returns the color of the adapter's dividers.
+ |
+
AbstractItem |
+getItem(int position) |
+
int |
+getItemColor()
+Returns the text color of the adapter's items.
+ |
+
int |
+getItemCount()
+Returns the number of items, which are contained by the adapter.
+ |
+
long |
+getItemId(int position) |
+
int |
+getItemViewType(int position) |
+
BottomSheet.Style |
+getStyle()
+Returns the style, which is used to display the adapter's items.
+ |
+
View |
+getView(int position,
+ View convertView,
+ ViewGroup parent) |
+
int |
+getViewTypeCount() |
+
boolean |
+isEnabled(int position) |
+
boolean |
+isItemEnabled(int index)
+Returns, whether the item at a specific index is enabled, or not.
+ |
+
void |
+notifyOnChange(boolean notifyOnChange)
+Sets, whether the
+notifyDataSetChanged -method should be called automatically,
+ when the adapter's items have been changed, or not. |
+
void |
+remove(int index)
+Removes the item at a specific index.
+ |
+
void |
+set(int index,
+ AbstractItem item)
+Replaces the item with at a specific index
+ |
+
void |
+setDividerColor(int color)
+Sets the color of the adapter's dividers.
+ |
+
void |
+setItemColor(int color)
+Sets the text color of the adapter's items.
+ |
+
void |
+setItemEnabled(int index,
+ boolean enabled)
+Sets, whether the item at a specific index should be enabled, or not.
+ |
+
void |
+setStyle(BottomSheet.Style style)
+Sets the style, which should be used to display the adapter's items.
+ |
+
void |
+setWidth(int width)
+Sets the width of the bottom sheet, the items, which are displayed by the adapter, belong
+ to.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DividableGridAdapter(@NonNull + Context context, + BottomSheet.Style style, + int width)+
BottomSheet
.context
- The context, which should be used by the adapter, as an instance of the class Context
. The context may not be nullstyle
- The style, which should be used to display the adapter's items, as a value of the
+ enum BottomSheet.Style
. The style may either be LIST
,
+ LIST_COLUMNS
or GRID
width
- The width of the bottom sheet, the items, which are displayed by the adapter, belong
+ to, as an Integer
valuepublic final BottomSheet.Style getStyle()+
BottomSheet.Style
. The style may either be LIST
, LIST_COLUMNS
or
+ GRID
public final void setStyle(@NonNull + BottomSheet.Style style)+
style
- The style, which should be set, as a value of the enum BottomSheet.Style
. The style may
+ either be LIST
, LIST_COLUMNS
or GRID
public final void setWidth(int width)+
width
- The width, which should be set, as an Integer
valuepublic final boolean containsDividers()+
public final int getColumnCount()+
public final int getItemColor()+
Integer
value or -1, if no custom
+ color has been setpublic final void setItemColor(int color)+
color
- The text color, which should be set, as an Integer
value or -1, if no custom
+ color should be setpublic final int getDividerColor()+
Integer
value or -1, if no custom
+ color has been setpublic final void setDividerColor(int color)+
color
- The color, which should be set, as an Integer
value or -1, if no custom color
+ should be setpublic final void add(@NonNull + AbstractItem item)+
item
- The item, which should be added, as an instance of the class AbstractItem
.
+ The item may not be nullpublic final void set(int index, + @NonNull + AbstractItem item)+
index
- The index of the item, which should be replaced, as an Integer
valueitem
- The item, which should be set, as an instance of the class AbstractItem
. The
+ item may not be nullpublic final void remove(int index)+
index
- The index of the item, which should be removed, as an Integer
valuepublic final void clear()+
public final int getItemCount()+
public final boolean isItemEnabled(int index)+
index
- The index of the item, which should be checked, as an Integer
valuepublic final void setItemEnabled(int index, + boolean enabled)+
index
- The index of the item as an Integer
valueenabled
- True, if the item should be enabled, false otherwisepublic final void notifyOnChange(boolean notifyOnChange)+
notifyDataSetChanged
-method should be called automatically,
+ when the adapter's items have been changed, or not.notifyOnChange
- True, if the notifyDataSetChanged
-method should be called automatically,
+ when the adapter's items have been changed, false otherwisepublic final boolean isEnabled(int position)+
public final int getCount()+
public final AbstractItem getItem(int position)+
public final long getItemId(int position)+
public final View getView(int position, + View convertView, + ViewGroup parent)+
public final int getViewTypeCount()+
public final int getItemViewType(int position)+
Class | +Description | +
---|---|
DividableGridAdapter | +
+ An adapter, which manages the items of a
+BottomSheet . |
+
public class DraggableViewAnimation
+extends Animation
+DraggableView
.Constructor and Description | +
---|
DraggableViewAnimation(DraggableView view,
+ int diff,
+ long duration,
+ AnimationListener listener)
+Creates a new animation, which allows to show or hide a
+DraggableView . |
+
Modifier and Type | +Method and Description | +
---|---|
protected void |
+applyTransformation(float interpolatedTime,
+ Transformation transformation) |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DraggableViewAnimation(@NonNull + DraggableView view, + int diff, + long duration, + @NonNull + AnimationListener listener)+
DraggableView
.view
- The view, which should be animated, as an instance of the class DraggableView
. The view may not be nulldiff
- The distance, the view should be vertically moved by, as an Integer
value. If
+ the value is negative, the view's height will be increased, if it is positive, the
+ view's height will be increasedduration
- The duration of the animation in milliseconds, as a Long
value. The duration
+ may not be less than 0listener
- The listener, which should be notified about the animation's progress, as an instance
+ of the type AnimationListener
. The listener may not be nullClass | +Description | +
---|---|
DraggableViewAnimation | +
+ An animation, which allows to show or hide a
+DraggableView . |
+
public abstract class AbstractItem
+extends java.lang.Object
+implements java.io.Serializable, java.lang.Cloneable
+Constructor and Description | +
---|
AbstractItem(int id,
+ java.lang.CharSequence title)
+Creates a new item.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
boolean |
+equals(java.lang.Object obj) |
+
int |
+getId()
+Returns the item's id.
+ |
+
java.lang.CharSequence |
+getTitle()
+Returns the item's title.
+ |
+
int |
+hashCode() |
+
void |
+setTitle(java.lang.CharSequence title)
+Sets the item's title.
+ |
+
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public AbstractItem(int id, + @Nullable + java.lang.CharSequence title)+
id
- The item's id as an Integer
valuetitle
- The item's title as an instance of the type CharSequence
or null, if no title
+ should be setpublic final int getId()+
Integer
valuepublic final java.lang.CharSequence getTitle()+
CharSequence
or null, if no
+ title has been set@CallSuper +public void setTitle(java.lang.CharSequence title)+
title
- The title, which should be set, as an instance of the type CharSequence
or
+ null, of no title should be set@CallSuper +public int hashCode()+
hashCode
in class java.lang.Object
@CallSuper +public boolean equals(java.lang.Object obj)+
equals
in class java.lang.Object
public class Divider +extends AbstractItem+
Modifier and Type | +Field and Description | +
---|---|
static int |
+DIVIDER_ID
+The id of dividers.
+ |
+
Constructor and Description | +
---|
Divider()
+Creates a new divider.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
Divider |
+clone() |
+
void |
+setTitle(Context context,
+ int resourceId)
+Sets the divider's title.
+ |
+
java.lang.String |
+toString() |
+
equals, getId, getTitle, hashCode, setTitle
finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int DIVIDER_ID+
public final void setTitle(@NonNull + Context context, + @StringRes + int resourceId)+
context
- The context, which should be used, as an instance of the class Context
. The
+ context may not be nullresourceId
- The resource id of the title, which should be set, as an Integer
value. The
+ resource id must correspond to a valid string resourcepublic final Divider clone()+
clone
in class java.lang.Object
public final java.lang.String toString()+
toString
in class java.lang.Object
public class Item +extends AbstractItem+
Constructor and Description | +
---|
Item(Context context,
+ int id,
+ int resourceId)
+Creates a new item.
+ |
+
Item(int id,
+ java.lang.CharSequence title)
+Creates a new item.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
Item |
+clone() |
+
boolean |
+equals(java.lang.Object obj) |
+
Drawable |
+getIcon()
+Returns the item's icon.
+ |
+
int |
+hashCode() |
+
boolean |
+isEnabled()
+Returns, whether the item is enabled, or not.
+ |
+
void |
+setEnabled(boolean enabled)
+Sets, whether the item should be enabled, or not.
+ |
+
void |
+setIcon(Context context,
+ int resourceId)
+Sets the item's icon.
+ |
+
void |
+setIcon(Drawable icon)
+Sets the item's icon.
+ |
+
void |
+setTitle(java.lang.CharSequence title)
+Sets the item's title.
+ |
+
void |
+setTitle(Context context,
+ int resourceId)
+Sets the title of the item.
+ |
+
java.lang.String |
+toString() |
+
getId, getTitle
finalize, getClass, notify, notifyAll, wait, wait, wait
public Item(int id, + @NonNull + java.lang.CharSequence title)+
id
- The item's id as an Integer
value. The id must be at least 0title
- The item's title as an instance of the type CharSequence
. The title may
+ neither be null, nor emptypublic Item(@NonNull + Context context, + int id, + @StringRes + int resourceId)+
context
- The context, which should be used, as an instance of the class Context
. The
+ context may not be nullid
- The item's id as an Integer
valueresourceId
- The resource id of the item's title as an Integer
value. The resource id must
+ correspond to a valid string resourcepublic final Drawable getIcon()+
Drawable
public final void setIcon(@Nullable + Drawable icon)+
icon
- The icon, which should be set, as an instance of the class Drawable
, or null,
+ if no icon should be setpublic final void setIcon(@NonNull + Context context, + @DrawableRes + int resourceId)+
context
- The context, which should be used, as an instance of the class Context
. The
+ context may not be nullresourceId
- The resource id of the icon, which should be set, as an Integer
value. The
+ resource id must correspond to a valid drawable resourcepublic final boolean isEnabled()+
public final void setEnabled(boolean enabled)+
enabled
- True, if the item should be enabled, false otherwisepublic final void setTitle(@NonNull + Context context, + @StringRes + int resourceId)+
context
- The context, which should be used, as an instance of the class Context
. The
+ context may not be nullresourceId
- The resource id of the title, which should be set, as an Integer
value. The
+ resource id must correspond to a valid string resourcepublic final void setTitle(@NonNull + java.lang.CharSequence title)+
AbstractItem
setTitle
in class AbstractItem
title
- The title, which should be set, as an instance of the type CharSequence
or
+ null, of no title should be setpublic final Item clone()+
clone
in class java.lang.Object
public final java.lang.String toString()+
toString
in class java.lang.Object
public final int hashCode()+
hashCode
in class AbstractItem
public final boolean equals(java.lang.Object obj)+
equals
in class AbstractItem
Class | +Description | +
---|---|
AbstractItem | +
+ An abstract base class for all items, which can be shown in a bottom sheet.
+ |
+
Divider | +
+ Represents a divider, which can be shown in a bottom sheet.
+ |
+
Item | +
+ Represents a item, which can be shown in a bottom sheet.
+ |
+
Interface | +Description | +
---|---|
OnMaximizeListener | +
+ Defines the interface, a class, which should be notified, when a bottom sheet has been maximized,
+ must implement.
+ |
+
Class | +Description | +
---|---|
BottomSheet | +
+ A bottom sheet, which is designed according to the Android 5's Material Design guidelines even on
+ pre-Lollipop devices.
+ |
+
BottomSheet.Builder | +
+ A builder, which allows to create and show bottom sheets, which are designed according to
+ Android 5's Material Design guidelines even on pre-Lollipop devices.
+ |
+
BuildConfig | ++ |
R | ++ |
R.anim | ++ |
R.attr | ++ |
R.bool | ++ |
R.color | ++ |
R.dimen | ++ |
R.drawable | ++ |
R.id | ++ |
R.integer | ++ |
R.layout | ++ |
R.string | ++ |
R.style | ++ |
R.styleable | ++ |
R.xml | ++ |
Enum | +Description | +
---|---|
BottomSheet.Style | +
+ Contains all possible styles of a
+BottomSheet . |
+
public class DividableGridView
+extends GridView
+BottomSheet
. Its height can be
+ adapted to the heights of its children, even if they have different heights.Constructor and Description | +
---|
DividableGridView(Context context)
+Creates a new grid view, which allows to display the items of a
+BottomSheet . |
+
DividableGridView(Context context,
+ AttributeSet attributeSet)
+Creates a new grid view, which allows to display the items of a
+BottomSheet . |
+
DividableGridView(Context context,
+ AttributeSet attributeSet,
+ int defaultStyle)
+Creates a new grid view, which allows to display the items of a
+BottomSheet . |
+
DividableGridView(Context context,
+ AttributeSet attributeSet,
+ int defaultStyle,
+ int defaultStyleResource)
+Creates a new grid view, which allows to display the items of a
+BottomSheet . |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+adaptHeightToChildren()
+Adapts the height of the grid view to the height of its children.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DividableGridView(@NonNull + Context context)+
BottomSheet
.context
- The context, which should be used by the view, as an instance of the class Context
. The context may not be nullpublic DividableGridView(@NonNull + Context context, + @Nullable + AttributeSet attributeSet)+
BottomSheet
.context
- The context, which should be used by the view, as an instance of the class Context
. The context may not be nullattributeSet
- The attribute set, the view's attributes should be obtained from, as an instance of
+ the type AttributeSet
or null, if no attributes should be obtainedpublic DividableGridView(@NonNull + Context context, + @Nullable + AttributeSet attributeSet, + @StyleRes + int defaultStyle)+
BottomSheet
.context
- The context, which should be used by the view, as an instance of the class Context
. The context may not be nullattributeSet
- The attribute set, the view's attributes should be obtained from, as an instance of
+ the type AttributeSet
or null, if no attributes should be obtaineddefaultStyle
- The default style to apply to this view. If 0, no style will be applied (beyond what
+ is included in the theme). This may either be an attribute resource, whose value will
+ be retrieved from the current theme, or an explicit style resourcepublic DividableGridView(@NonNull + Context context, + @Nullable + AttributeSet attributeSet, + @StyleRes + int defaultStyle, + @StyleRes + int defaultStyleResource)+
BottomSheet
.context
- The context, which should be used by the view, as an instance of the class Context
. The context may not be nullattributeSet
- The attribute set, the view's attributes should be obtained from, as an instance of
+ the type AttributeSet
or null, if no attributes should be obtaineddefaultStyle
- The default style to apply to this view. If 0, no style will be applied (beyond what
+ is included in the theme). This may either be an attribute resource, whose value will
+ be retrieved from the current theme, or an explicit style resourcedefaultStyleResource
- A resource identifier of a style resource that supplies default values for the view,
+ used only if the default style is 0 or can not be found in the theme. Can be 0 to not
+ look for defaultspublic static interface DraggableView.Callback
+Modifier and Type | +Method and Description | +
---|---|
void |
+onHidden(boolean canceled)
+The method, which is invoked, when the view has been hidden.
+ |
+
void |
+onMaximized()
+The method, which is invoked, when the view has been maximized.
+ |
+
void onMaximized()+
void onHidden(boolean canceled)+
canceled
- True, if the view has been canceled, false otherwisepublic class DraggableView
+extends LinearLayout
+BottomSheet
, which can be dragged by the user.Modifier and Type | +Class and Description | +
---|---|
static interface |
+DraggableView.Callback
+Defines the interface, a class, which should be notified about the view's state, must
+ implement.
+ |
+
Constructor and Description | +
---|
DraggableView(Context context)
+Creates a new root view of a
+BottomSheet , which can be dragged by the user. |
+
DraggableView(Context context,
+ AttributeSet attributeSet)
+Creates a new root view of a
+BottomSheet , which can be dragged by the user. |
+
DraggableView(Context context,
+ AttributeSet attributeSet,
+ int defaultStyle)
+Creates a new root view of a
+BottomSheet , which can be dragged by the user. |
+
DraggableView(Context context,
+ AttributeSet attributeSet,
+ int defaultStyle,
+ int defaultStyleResource)
+Creates a new root view of a
+BottomSheet , which can be dragged by the user. |
+
Modifier and Type | +Method and Description | +
---|---|
boolean |
+dispatchTouchEvent(MotionEvent event) |
+
int |
+getTopMargin()
+Returns the top margin of the view.
+ |
+
void |
+hideView(boolean cancel)
+Hides the view in an animated manner.
+ |
+
boolean |
+isAnimationRunning()
+Returns, whether an animation, which moves the view, is currently running, or not.
+ |
+
boolean |
+isDragging()
+Returns, whether a drag gesture, which moves the view, is currently performed, or not.
+ |
+
boolean |
+isMaximized()
+Returns, whether the view is currently maximized, or not.
+ |
+
void |
+maximize(Interpolator interpolator)
+Maximizes the view.
+ |
+
protected void |
+onAttachedToWindow() |
+
void |
+onGlobalLayout() |
+
protected void |
+onMeasure(int widthMeasureSpec,
+ int heightMeasureSpec) |
+
boolean |
+onTouchEvent(MotionEvent event) |
+
boolean |
+performClick() |
+
void |
+setCallback(DraggableView.Callback callback)
+Sets the callback, which should be notified about the view's state.
+ |
+
void |
+setDragSensitivity(int dragSensitivity)
+Sets the distance in pixels, a drag gesture must last until it is recognized.
+ |
+
void |
+setWidth(int width)
+Sets the width of the view.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DraggableView(@NonNull + Context context)+
BottomSheet
, which can be dragged by the user.context
- The context, which should be used by the view, as an instance of the class Context
. The context may not be nullpublic DraggableView(@NonNull + Context context, + @Nullable + AttributeSet attributeSet)+
BottomSheet
, which can be dragged by the user.context
- The context, which should be used by the view, as an instance of the class Context
. The context may not be nullattributeSet
- The attribute set, the view's attributes should be obtained from, as an instance of
+ the type AttributeSet
or null, if no attributes should be obtainedpublic DraggableView(@NonNull + Context context, + @Nullable + AttributeSet attributeSet, + @StyleRes + int defaultStyle)+
BottomSheet
, which can be dragged by the user.context
- The context, which should be used by the view, as an instance of the class Context
. The context may not be nullattributeSet
- The attribute set, the view's attributes should be obtained from, as an instance of
+ the type AttributeSet
or null, if no attributes should be obtaineddefaultStyle
- The default style to apply to this view. If 0, no style will be applied (beyond what
+ is included in the theme). This may either be an attribute resource, whose value will
+ be retrieved from the current theme, or an explicit style resourcepublic DraggableView(@NonNull + Context context, + @Nullable + AttributeSet attributeSet, + @StyleRes + int defaultStyle, + @StyleRes + int defaultStyleResource)+
BottomSheet
, which can be dragged by the user.context
- The context, which should be used by the view, as an instance of the class Context
. The context may not be nullattributeSet
- The attribute set, the view's attributes should be obtained from, as an instance of
+ the type AttributeSet
or null, if no attributes should be obtaineddefaultStyle
- The default style to apply to this view. If 0, no style will be applied (beyond what
+ is included in the theme). This may either be an attribute resource, whose value will
+ be retrieved from the current theme, or an explicit style resourcedefaultStyleResource
- A resource identifier of a style resource that supplies default values for the view,
+ used only if the default style is 0 or can not be found in the theme. Can be 0 to not
+ look for defaultspublic final int getTopMargin()+
Integer
valuepublic final void hideView(boolean cancel)+
cancel
- True, if the view should be canceled, false otherwisepublic final void setCallback(@Nullable + DraggableView.Callback callback)+
callback
- The callback, which should be set, as an instance of the type DraggableView.Callback
, or
+ null, if no callback should be notifiedpublic final void setDragSensitivity(int dragSensitivity)+
dragSensitivity
- The distance, which should be set, in pixels as an Integer
value. The value
+ must be at least 0public final void setWidth(int width)+
width
- The width, which should be set, in pixels as an Integer
value. The width must
+ be at least 1public final boolean isDragging()+
public final boolean isAnimationRunning()+
public final boolean isMaximized()+
public final void maximize(Interpolator interpolator)+
public final boolean dispatchTouchEvent(MotionEvent event)+
public final boolean onTouchEvent(MotionEvent event)+
public final boolean performClick()+
public final void onGlobalLayout()+
protected final void onAttachedToWindow()+
protected final void onMeasure(int widthMeasureSpec, + int heightMeasureSpec)+
Interface | +Description | +
---|---|
DraggableView.Callback | +
+ Defines the interface, a class, which should be notified about the view's state, must
+ implement.
+ |
+
Class | +Description | +
---|---|
DividableGridView | +
+ A grid view, which allows to display the items of a
+BottomSheet . |
+
DraggableView | +
+ The root view of a
+BottomSheet , which can be dragged by the user. |
+
The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object
. The interfaces do not inherit from java.lang.Object
.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+R.attr.background
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.backgroundSplit
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.backgroundStacked
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.contentInsetEnd
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.contentInsetLeft
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.contentInsetRight
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.contentInsetStart
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.customNavigationLayout
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.displayOptions
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.divider
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.elevation
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.height
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.hideOnContentScroll
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.homeAsUpIndicator
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.homeLayout
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.icon
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.indeterminateProgressStyle
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.itemPadding
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.logo
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.navigationMode
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.popupTheme
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.progressBarPadding
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.progressBarStyle
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.subtitle
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.subtitleTextStyle
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.title
+ attribute's value can be found in the R.styleable.ActionBar
array.R.attr.titleTextStyle
+ attribute's value can be found in the R.styleable.ActionBar
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#layout_gravity
+ attribute's value can be found in the R.styleable.ActionBarLayout
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#minWidth
+ attribute's value can be found in the R.styleable.ActionMenuItemView
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".R.attr.background
+ attribute's value can be found in the R.styleable.ActionMode
array.R.attr.backgroundSplit
+ attribute's value can be found in the R.styleable.ActionMode
array.R.attr.closeItemLayout
+ attribute's value can be found in the R.styleable.ActionMode
array.R.attr.height
+ attribute's value can be found in the R.styleable.ActionMode
array.R.attr.subtitleTextStyle
+ attribute's value can be found in the R.styleable.ActionMode
array.R.attr.titleTextStyle
+ attribute's value can be found in the R.styleable.ActionMode
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".R.attr.expandActivityOverflowButtonDrawable
+ attribute's value can be found in the R.styleable.ActivityChooserView
array.R.attr.initialActivityCount
+ attribute's value can be found in the R.styleable.ActivityChooserView
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#layout
+ attribute's value can be found in the R.styleable.AlertDialog
array.R.attr.buttonPanelSideLayout
+ attribute's value can be found in the R.styleable.AlertDialog
array.R.attr.listItemLayout
+ attribute's value can be found in the R.styleable.AlertDialog
array.R.attr.listLayout
+ attribute's value can be found in the R.styleable.AlertDialog
array.R.attr.multiChoiceItemLayout
+ attribute's value can be found in the R.styleable.AlertDialog
array.R.attr.singleChoiceItemLayout
+ attribute's value can be found in the R.styleable.AlertDialog
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".android.R.attr#src
+ attribute's value can be found in the R.styleable.AppCompatImageView
array.R.attr.srcCompat
+ attribute's value can be found in the R.styleable.AppCompatImageView
array.android.R.attr#textAppearance
+ attribute's value can be found in the R.styleable.AppCompatTextView
array.R.attr.textAllCaps
+ attribute's value can be found in the R.styleable.AppCompatTextView
array.R.attr.actionBarDivider
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarItemBackground
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarPopupTheme
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarSize
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarSplitStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarTabBarStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarTabStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarTabTextStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarTheme
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionBarWidgetTheme
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionDropDownStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionMenuTextAppearance
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionMenuTextColor
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeBackground
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeCloseButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeCloseDrawable
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeCopyDrawable
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeCutDrawable
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeFindDrawable
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModePasteDrawable
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModePopupWindowStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeSelectAllDrawable
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeShareDrawable
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeSplitBackground
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionModeWebSearchDrawable
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionOverflowButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.actionOverflowMenuStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.activityChooserViewStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.alertDialogButtonGroupStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.alertDialogCenterButtons
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.alertDialogStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.alertDialogTheme
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.android.R.attr#windowAnimationStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.android.R.attr#windowIsFloating
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.autoCompleteTextViewStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.borderlessButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.buttonBarButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.buttonBarNegativeButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.buttonBarNeutralButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.buttonBarPositiveButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.buttonBarStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.buttonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.buttonStyleSmall
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.checkboxStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.checkedTextViewStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.colorAccent
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.colorButtonNormal
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.colorControlActivated
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.colorControlHighlight
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.colorControlNormal
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.colorPrimary
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.colorPrimaryDark
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.colorSwitchThumbNormal
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.controlBackground
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.dialogPreferredPadding
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.dialogTheme
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.dividerHorizontal
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.dividerVertical
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.dropdownListPreferredItemHeight
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.dropDownListViewStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.editTextBackground
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.editTextColor
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.editTextStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.homeAsUpIndicator
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.imageButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.listChoiceBackgroundIndicator
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.listDividerAlertDialog
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.listPopupWindowStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.listPreferredItemHeight
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.listPreferredItemHeightLarge
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.listPreferredItemHeightSmall
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.listPreferredItemPaddingLeft
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.listPreferredItemPaddingRight
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.panelBackground
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.panelMenuListTheme
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.panelMenuListWidth
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.popupMenuStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.popupWindowStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.radioButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.ratingBarStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.ratingBarStyleIndicator
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.ratingBarStyleSmall
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.searchViewStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.seekBarStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.selectableItemBackground
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.selectableItemBackgroundBorderless
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.spinnerDropDownItemStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.spinnerStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.switchStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.textAppearanceLargePopupMenu
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.textAppearanceListItem
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.textAppearanceListItemSmall
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.textAppearanceSearchResultSubtitle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.textAppearanceSearchResultTitle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.textAppearanceSmallPopupMenu
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.textColorAlertDialogListItem
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.textColorSearchUrl
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.toolbarNavigationButtonStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.toolbarStyle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowActionBar
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowActionBarOverlay
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowActionModeOverlay
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowFixedHeightMajor
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowFixedHeightMinor
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowFixedWidthMajor
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowFixedWidthMinor
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowMinWidthMajor
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowMinWidthMinor
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.R.attr.windowNoTitle
+ attribute's value can be found in the R.styleable.AppCompatTheme
array.14.5sp
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#baselineAligned
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.android.R.attr#baselineAlignedChildIndex
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.android.R.attr#gravity
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.android.R.attr#orientation
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.android.R.attr#weightSum
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.R.attr.divider
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.R.attr.dividerPadding
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.android.R.attr#layout_gravity
+ attribute's value can be found in the R.styleable.LinearLayoutCompat_Layout
array.android.R.attr#layout_height
+ attribute's value can be found in the R.styleable.LinearLayoutCompat_Layout
array.android.R.attr#layout_weight
+ attribute's value can be found in the R.styleable.LinearLayoutCompat_Layout
array.android.R.attr#layout_width
+ attribute's value can be found in the R.styleable.LinearLayoutCompat_Layout
array.R.attr.measureWithLargestChild
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.R.attr.showDividers
+ attribute's value can be found in the R.styleable.LinearLayoutCompat
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#dropDownHorizontalOffset
+ attribute's value can be found in the R.styleable.ListPopupWindow
array.android.R.attr#dropDownVerticalOffset
+ attribute's value can be found in the R.styleable.ListPopupWindow
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".true
" or "false
".android.R.attr#checkableBehavior
+ attribute's value can be found in the R.styleable.MenuGroup
array.android.R.attr#enabled
+ attribute's value can be found in the R.styleable.MenuGroup
array.android.R.attr#id
+ attribute's value can be found in the R.styleable.MenuGroup
array.android.R.attr#menuCategory
+ attribute's value can be found in the R.styleable.MenuGroup
array.android.R.attr#orderInCategory
+ attribute's value can be found in the R.styleable.MenuGroup
array.android.R.attr#visible
+ attribute's value can be found in the R.styleable.MenuGroup
array.R.attr.actionLayout
+ attribute's value can be found in the R.styleable.MenuItem
array.R.attr.actionProviderClass
+ attribute's value can be found in the R.styleable.MenuItem
array.R.attr.actionViewClass
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#alphabeticShortcut
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#checkable
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#checked
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#enabled
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#icon
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#id
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#menuCategory
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#numericShortcut
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#onClick
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#orderInCategory
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#title
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#titleCondensed
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#visible
+ attribute's value can be found in the R.styleable.MenuItem
array.R.attr.showAsAction
+ attribute's value can be found in the R.styleable.MenuItem
array.android.R.attr#headerBackground
+ attribute's value can be found in the R.styleable.MenuView
array.android.R.attr#horizontalDivider
+ attribute's value can be found in the R.styleable.MenuView
array.android.R.attr#itemBackground
+ attribute's value can be found in the R.styleable.MenuView
array.android.R.attr#itemIconDisabledAlpha
+ attribute's value can be found in the R.styleable.MenuView
array.android.R.attr#itemTextAppearance
+ attribute's value can be found in the R.styleable.MenuView
array.android.R.attr#verticalDivider
+ attribute's value can be found in the R.styleable.MenuView
array.android.R.attr#windowAnimationStyle
+ attribute's value can be found in the R.styleable.MenuView
array.R.attr.preserveIconSpacing
+ attribute's value can be found in the R.styleable.MenuView
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".notifyDataSetChanged
-method should be called automatically,
+ when the adapter's items have been changed, or not.true
" or "false
".14.5sp
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#popupBackground
+ attribute's value can be found in the R.styleable.PopupWindow
array.R.attr.overlapAnchor
+ attribute's value can be found in the R.styleable.PopupWindow
array.R.attr.state_above_anchor
+ attribute's value can be found in the R.styleable.PopupWindowBackgroundState
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".R.attr.insetDrawable
+ attribute's value can be found in the R.styleable.ScrimInsetsLayout
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#focusable
+ attribute's value can be found in the R.styleable.SearchView
array.android.R.attr#imeOptions
+ attribute's value can be found in the R.styleable.SearchView
array.android.R.attr#inputType
+ attribute's value can be found in the R.styleable.SearchView
array.android.R.attr#maxWidth
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.closeIcon
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.commitIcon
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.defaultQueryHint
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.goIcon
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.iconifiedByDefault
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.layout
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.queryBackground
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.queryHint
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.searchHintIcon
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.searchIcon
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.submitBackground
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.suggestionRowLayout
+ attribute's value can be found in the R.styleable.SearchView
array.R.attr.voiceIcon
+ attribute's value can be found in the R.styleable.SearchView
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".true
" or "false
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".android.R.attr#dropDownWidth
+ attribute's value can be found in the R.styleable.Spinner
array.android.R.attr#entries
+ attribute's value can be found in the R.styleable.Spinner
array.android.R.attr#popupBackground
+ attribute's value can be found in the R.styleable.Spinner
array.android.R.attr#prompt
+ attribute's value can be found in the R.styleable.Spinner
array.R.attr.popupTheme
+ attribute's value can be found in the R.styleable.Spinner
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#textOff
+ attribute's value can be found in the R.styleable.SwitchCompat
array.android.R.attr#textOn
+ attribute's value can be found in the R.styleable.SwitchCompat
array.android.R.attr#thumb
+ attribute's value can be found in the R.styleable.SwitchCompat
array.R.attr.showText
+ attribute's value can be found in the R.styleable.SwitchCompat
array.R.attr.splitTrack
+ attribute's value can be found in the R.styleable.SwitchCompat
array.R.attr.switchMinWidth
+ attribute's value can be found in the R.styleable.SwitchCompat
array.R.attr.switchPadding
+ attribute's value can be found in the R.styleable.SwitchCompat
array.R.attr.switchTextAppearance
+ attribute's value can be found in the R.styleable.SwitchCompat
array.R.attr.thumbTextPadding
+ attribute's value can be found in the R.styleable.SwitchCompat
array.R.attr.track
+ attribute's value can be found in the R.styleable.SwitchCompat
array.14.5sp
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#shadowColor
+ attribute's value can be found in the R.styleable.TextAppearance
array.android.R.attr#shadowDx
+ attribute's value can be found in the R.styleable.TextAppearance
array.android.R.attr#shadowDy
+ attribute's value can be found in the R.styleable.TextAppearance
array.android.R.attr#shadowRadius
+ attribute's value can be found in the R.styleable.TextAppearance
array.android.R.attr#textColor
+ attribute's value can be found in the R.styleable.TextAppearance
array.android.R.attr#textSize
+ attribute's value can be found in the R.styleable.TextAppearance
array.android.R.attr#textStyle
+ attribute's value can be found in the R.styleable.TextAppearance
array.android.R.attr#typeface
+ attribute's value can be found in the R.styleable.TextAppearance
array.R.attr.textAllCaps
+ attribute's value can be found in the R.styleable.TextAppearance
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#gravity
+ attribute's value can be found in the R.styleable.Toolbar
array.android.R.attr#minHeight
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.collapseContentDescription
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.collapseIcon
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.contentInsetEnd
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.contentInsetLeft
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.contentInsetRight
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.contentInsetStart
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.logo
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.logoDescription
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.maxButtonHeight
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.navigationContentDescription
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.navigationIcon
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.popupTheme
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.subtitle
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.subtitleTextAppearance
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.subtitleTextColor
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.title
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.titleMarginBottom
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.titleMarginEnd
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.titleMargins
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.titleMarginStart
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.titleMarginTop
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.titleTextAppearance
+ attribute's value can be found in the R.styleable.Toolbar
array.R.attr.titleTextColor
+ attribute's value can be found in the R.styleable.Toolbar
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".BottomSheet
.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5%
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".14.5%
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".R.attr.allowStacking
+ attribute's value can be found in the R.styleable.ButtonBarLayout
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".android.R.attr#focusable
+ attribute's value can be found in the R.styleable.View
array.android.R.attr#theme
+ attribute's value can be found in the R.styleable.View
array.R.attr.paddingEnd
+ attribute's value can be found in the R.styleable.View
array.R.attr.paddingStart
+ attribute's value can be found in the R.styleable.View
array.R.attr.theme
+ attribute's value can be found in the R.styleable.View
array.android.R.attr#background
+ attribute's value can be found in the R.styleable.ViewBackgroundHelper
array.R.attr.backgroundTint
+ attribute's value can be found in the R.styleable.ViewBackgroundHelper
array.R.attr.backgroundTintMode
+ attribute's value can be found in the R.styleable.ViewBackgroundHelper
array.android.R.attr#id
+ attribute's value can be found in the R.styleable.ViewStubCompat
array.android.R.attr#inflatedId
+ attribute's value can be found in the R.styleable.ViewStubCompat
array.android.R.attr#layout
+ attribute's value can be found in the R.styleable.ViewStubCompat
array.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".true
" or "false
".true
" or "false
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".14.5sp
".true
" or "false
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".#rgb
", "#argb
",
+"#rrggbb
", or "#aarrggbb
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".android.R.attr#button
+ attribute's value can be found in the R.styleable.CompoundButton
array.R.attr.buttonTint
+ attribute's value can be found in the R.styleable.CompoundButton
array.R.attr.buttonTintMode
+ attribute's value can be found in the R.styleable.CompoundButton
array.14.5sp
".14.5sp
".14.5sp
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".BottomSheet
.BottomSheet
.BottomSheet
.BottomSheet
.BottomSheet
.BottomSheet
.BottomSheet
.@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".BottomSheet
, which can be dragged by the user.BottomSheet
, which can be dragged by the user.BottomSheet
, which can be dragged by the user.BottomSheet
, which can be dragged by the user.BottomSheet
, which can be dragged by the user.DraggableView
.DraggableView
.14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".R.attr.arrowHeadLength
+ attribute's value can be found in the R.styleable.DrawerArrowToggle
array.R.attr.arrowShaftLength
+ attribute's value can be found in the R.styleable.DrawerArrowToggle
array.R.attr.barLength
+ attribute's value can be found in the R.styleable.DrawerArrowToggle
array.R.attr.color
+ attribute's value can be found in the R.styleable.DrawerArrowToggle
array.R.attr.drawableSize
+ attribute's value can be found in the R.styleable.DrawerArrowToggle
array.R.attr.gapBetweenBars
+ attribute's value can be found in the R.styleable.DrawerArrowToggle
array.R.attr.spinBars
+ attribute's value can be found in the R.styleable.DrawerArrowToggle
array.R.attr.thickness
+ attribute's value can be found in the R.styleable.DrawerArrowToggle
array.14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".R.attr.emulateParallelLight
+ attribute's value can be found in the R.styleable.ElevationShadowView
array.R.attr.shadowElevation
+ attribute's value can be found in the R.styleable.ElevationShadowView
array.R.attr.shadowOrientation
+ attribute's value can be found in the R.styleable.ElevationShadowView
array.true
" or "false
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".14.5sp
".true
" or "false
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".@[+][package:]type:name
"
+or to a theme attribute in the form "?[package:][type:]name
".true
" or "false
".14.5sp
".+ + diff --git a/doc/javadoc/overview-summary.html b/doc/javadoc/overview-summary.html new file mode 100644 index 0000000..b4b8590 --- /dev/null +++ b/doc/javadoc/overview-summary.html @@ -0,0 +1,149 @@ + + + + + +
Package | +Description | +
---|---|
de.mrapp.android.bottomsheet | ++ |
de.mrapp.android.bottomsheet.adapter | ++ |
de.mrapp.android.bottomsheet.animation | ++ |
de.mrapp.android.bottomsheet.model | ++ |
de.mrapp.android.bottomsheet.view | ++ |
int id+
java.lang.CharSequence title+
Drawable icon+
boolean enabled+