java.lang.Object | |
↳ | android.R.style |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | Animation | Base style for animations. | |||||||||
int | Animation_Activity | Standard animations for a full-screen window or activity. | |||||||||
int | Animation_Dialog | Standard animations for a non-full-screen window or activity. | |||||||||
int | Animation_InputMethod | Window animations that are applied to input method overlay windows. | |||||||||
int | Animation_Toast | ||||||||||
int | Animation_Translucent | Standard animations for a translucent window or activity. | |||||||||
int | MediaButton | ||||||||||
int | MediaButton_Ffwd | ||||||||||
int | MediaButton_Next | ||||||||||
int | MediaButton_Pause | ||||||||||
int | MediaButton_Play | ||||||||||
int | MediaButton_Previous | ||||||||||
int | MediaButton_Rew | ||||||||||
int | TextAppearance | ||||||||||
int | TextAppearance_DialogWindowTitle | ||||||||||
int | TextAppearance_Inverse | ||||||||||
int | TextAppearance_Large | ||||||||||
int | TextAppearance_Large_Inverse | ||||||||||
int | TextAppearance_Medium | ||||||||||
int | TextAppearance_Medium_Inverse | ||||||||||
int | TextAppearance_Small | ||||||||||
int | TextAppearance_Small_Inverse | ||||||||||
int | TextAppearance_StatusBar_EventContent | ||||||||||
int | TextAppearance_StatusBar_EventContent_Title | ||||||||||
int | TextAppearance_StatusBar_Icon | ||||||||||
int | TextAppearance_StatusBar_Title | ||||||||||
int | TextAppearance_Theme | ||||||||||
int | TextAppearance_Theme_Dialog | ||||||||||
int | TextAppearance_Widget | ||||||||||
int | TextAppearance_Widget_Button | ||||||||||
int | TextAppearance_Widget_DropDownHint | ||||||||||
int | TextAppearance_Widget_DropDownItem | ||||||||||
int | TextAppearance_Widget_EditText | ||||||||||
int | TextAppearance_Widget_IconMenu_Item | ||||||||||
int | TextAppearance_Widget_TabWidget | ||||||||||
int | TextAppearance_Widget_TextView | ||||||||||
int | TextAppearance_Widget_TextView_PopupMenu | ||||||||||
int | TextAppearance_Widget_TextView_SpinnerItem | ||||||||||
int | TextAppearance_WindowTitle | ||||||||||
int | Theme | The default system theme. | |||||||||
int | Theme_Black | Special variation on the default theme that ensures the background is completely black. | |||||||||
int | Theme_Black_NoTitleBar | Variant of the black theme with no title bar | |||||||||
int | Theme_Black_NoTitleBar_Fullscreen | Variant of the black theme that has no title bar and fills the entire screen | |||||||||
int | Theme_Dialog | Default theme for dialog windows and activities, which is used by the
Dialog class. |
|||||||||
int | Theme_InputMethod | Default theme for input methods, which is used by the
InputMethodService class. |
|||||||||
int | Theme_Light | Theme for a light background with dark text on top. | |||||||||
int | Theme_Light_NoTitleBar | Variant of the light theme with no title bar | |||||||||
int | Theme_Light_NoTitleBar_Fullscreen | Variant of the light theme that has no title bar and fills the entire screen | |||||||||
int | Theme_Light_Panel | Default light theme for panel windows. | |||||||||
int | Theme_Light_WallpaperSettings | Theme for a wallpaper's setting activity that is designed to be on top of a light background. | |||||||||
int | Theme_NoDisplay | Default theme for activities that don't actually display a UI; that is, they finish themselves before being resumed. | |||||||||
int | Theme_NoTitleBar | Variant of the default (dark) theme with no title bar | |||||||||
int | Theme_NoTitleBar_Fullscreen | Variant of the default (dark) theme that has no title bar and fills the entire screen | |||||||||
int | Theme_Panel | Default dark theme for panel windows. | |||||||||
int | Theme_Translucent | Default theme for translucent activities, that is windows that allow you to see through them to the windows behind. | |||||||||
int | Theme_Translucent_NoTitleBar | Variant of the translucent theme with no title bar | |||||||||
int | Theme_Translucent_NoTitleBar_Fullscreen | Variant of the translucent theme that has no title bar and fills the entire screen | |||||||||
int | Theme_Wallpaper | Default theme for windows that want to have the user's selected wallpaper appear behind them. | |||||||||
int | Theme_WallpaperSettings | Theme for a wallpaper's setting activity that is designed to be on top of a dark background. | |||||||||
int | Theme_Wallpaper_NoTitleBar | Variant of the translucent theme with no title bar | |||||||||
int | Theme_Wallpaper_NoTitleBar_Fullscreen | Variant of the translucent theme that has no title bar and fills the entire screen | |||||||||
int | Widget | Widget Styles | |||||||||
int | Widget_AbsListView | ||||||||||
int | Widget_AutoCompleteTextView | ||||||||||
int | Widget_Button | ||||||||||
int | Widget_Button_Inset | ||||||||||
int | Widget_Button_Small | ||||||||||
int | Widget_Button_Toggle | ||||||||||
int | Widget_CompoundButton | ||||||||||
int | Widget_CompoundButton_CheckBox | ||||||||||
int | Widget_CompoundButton_RadioButton | ||||||||||
int | Widget_CompoundButton_Star | ||||||||||
int | Widget_DropDownItem | ||||||||||
int | Widget_DropDownItem_Spinner | ||||||||||
int | Widget_EditText | ||||||||||
int | Widget_ExpandableListView | ||||||||||
int | Widget_Gallery | ||||||||||
int | Widget_GridView | ||||||||||
int | Widget_ImageButton | ||||||||||
int | Widget_ImageWell | ||||||||||
int | Widget_KeyboardView | ||||||||||
int | Widget_ListView | ||||||||||
int | Widget_ListView_DropDown | ||||||||||
int | Widget_ListView_Menu | ||||||||||
int | Widget_ListView_White | ||||||||||
int | Widget_PopupWindow | ||||||||||
int | Widget_ProgressBar | ||||||||||
int | Widget_ProgressBar_Horizontal | ||||||||||
int | Widget_ProgressBar_Inverse | ||||||||||
int | Widget_ProgressBar_Large | ||||||||||
int | Widget_ProgressBar_Large_Inverse | ||||||||||
int | Widget_ProgressBar_Small | ||||||||||
int | Widget_ProgressBar_Small_Inverse | ||||||||||
int | Widget_RatingBar | ||||||||||
int | Widget_ScrollView | ||||||||||
int | Widget_SeekBar | ||||||||||
int | Widget_Spinner | ||||||||||
int | Widget_TabWidget | ||||||||||
int | Widget_TextView | ||||||||||
int | Widget_TextView_PopupMenu | ||||||||||
int | Widget_TextView_SpinnerItem | ||||||||||
int | Widget_WebView |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Base style for animations. This style specifies no animations.
Standard animations for a full-screen window or activity.
Standard animations for a non-full-screen window or activity.
Window animations that are applied to input method overlay windows.
Standard animations for a translucent window or activity. This style is not used by default for the translucent theme (since translucent activities are a special case that have no clear UI paradigm), but you can make your own specialized theme with this animation style if you would like to have the standard platform transition animation.
The default system theme. This is the theme used for activities that have not explicitly set their own theme.
You can count on this being a dark background with light text on top, but should try to make no other assumptions about its appearance. In particular, the text inside of widgets using this theme may be completely different, with the widget container being a light color and the text on top of it a dark color.
Special variation on the default theme that ensures the background is
completely black. This is useful for things like image viewers and
media players. If you want the normal (dark background) theme
do not use this, use Theme
.
Variant of the black theme with no title bar
Variant of the black theme that has no title bar and fills the entire screen
Default theme for dialog windows and activities, which is used by the
Dialog
class. This changes the window to be
floating (not fill the entire screen), and puts a frame around its
contents. You can set this theme on an activity if you would like to
make an activity that looks like a Dialog.
Default theme for input methods, which is used by the
InputMethodService
class.
this inherits from Theme.NoTitleBar, but makes the background
transparent, the window floating and translucent, and ensures that
it does not dim the UI behind it. This also configures the window
with the standard IME animations and visuals.
Theme for a light background with dark text on top. Set your activity to this theme if you would like such an appearance. As with the default theme, you should try to assume little more than that the background will be a light color.
Variant of the light theme with no title bar
Variant of the light theme that has no title bar and fills the entire screen
Default light theme for panel windows. This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window.
Theme for a wallpaper's setting activity that is designed to be on top of a light background.
Default theme for activities that don't actually display a UI; that is, they finish themselves before being resumed.
Variant of the default (dark) theme with no title bar
Variant of the default (dark) theme that has no title bar and fills the entire screen
Default dark theme for panel windows. This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window.
Default theme for translucent activities, that is windows that allow you to see through them to the windows behind. This sets up the translucent flag and appropriate animations for your windows.
Variant of the translucent theme with no title bar
Variant of the translucent theme that has no title bar and fills the entire screen
Default theme for windows that want to have the user's selected wallpaper appear behind them.
Theme for a wallpaper's setting activity that is designed to be on top of a dark background.
Variant of the translucent theme with no title bar
Variant of the translucent theme that has no title bar and fills the entire screen
Widget Styles