java.lang.Object | |
↳ | android.R.style |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
Animations
Standard animations for a full-screen window or activity.
Standard animations for a non-full-screen window or activity.
Standard animations for a translucent window or activity.
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.
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
Widget Styles