/frameworks/support/v7/appcompat/ |
D | THEMES.txt | 3 appcompat themes structure 7 The themes structure in appcompat is complex since we 16 Fourth level themes (Platform) 18 These are the base themes and allow us to switch out the framework base 30 Platform specific themes which inherit from the previous platform version. These allows us 31 to build up the theme across platforms. These themes do most of the work. 41 There are the themes which are pointers to the correct third level theme. 46 theme pointing to it. This is so that devices do not use themes from newer and unavailable 56 Top level themes 58 These are the themes to be used directly by developers. These inherit from
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | platforms.jd | 18 <li><a href="#style-themes">Use Platform Styles and Themes</a></li> 109 <h2 id="style-themes">Use Platform Styles and Themes</h2> 111 <p>Android provides user experience themes that give apps the look and feel of the 112 underlying operating system. These themes can be applied to your app within the 113 manifest file. By using these built in styles and themes, your app will 135 <p>For more about creating and using themes, read the <a 136 href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a> guide.</p>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | themes.jd | 29 <li>{@link android.R.style} for Android styles and themes</li> 292 <p>Just as Android provides other built-in resources, there are many pre-defined themes that you ca… 332 <p>Newer versions of Android have additional themes available to applications, 335 that uses resource selection to switch between different parent themes, based on the platform 360 <p>A list of the standard attributes that you can use in themes can be 363 <p>For more information about providing alternative resources, such as themes and layouts, based 372 <p>We recommend that you set your themes in you Android manifest, as described above, because it's … 404 <p>The Android platform provides a large collection of styles and themes that you can 413 themes will give you a better understanding of what style properties each one provides. 414 For a better reference to the Android styles and themes, see the following source code:</p> [all …]
|
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/ |
D | layouts.jd | 11 <li><a href="#themes">TV 向けのレイアウト テーマを使用する</a></li> 33 <h2 id="themes">TV 向けのレイアウト テーマを使用する</h2> 36 …Android の<a href="{@docRoot}guide/topics/ui/themes.html">テーマ</a>は、TV アプリのレイアウトの基礎を提供しています。TV 端末上で動…
|
/frameworks/base/docs/html/training/material/ |
D | compatibility.jd | 72 widgets when you apply one of the <code>Theme.AppCompat</code> themes.</li> 74 in the <code>Theme.AppCompat</code> themes.</li> 87 <p>The <code>Theme.AppCompat</code> themes provide material design styles for these widgets:</p> 101 Library, apply one of the <code>Theme.AppCompat</code> themes:</p> 104 <!-- extend one of the Theme.AppCompat themes -->
|
D | theme.jd | 68 provide themes with material design styles for some widgets and support for customizing the color
|
/frameworks/base/docs/html/distribute/users/ |
D | index.jd | 9 is different, but there are some common themes from successful Google Play
|
/frameworks/base/core/java/android/content/res/ |
D | ResourcesImpl.java | 1176 final String[] themes = new String[N * 2]; in getTheme() local 1177 for (int i = 0, j = N - 1; i < themes.length; i += 2, --j) { in getTheme() 1181 themes[i] = getResourceName(resId); in getTheme() 1183 themes[i] = Integer.toHexString(i); in getTheme() 1185 themes[i + 1] = forced ? "forced" : "not forced"; in getTheme() 1187 return themes; in getTheme()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | style-resource.jd | 10 <li><a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a></li> 21 <a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a>.</p>
|
D | index.jd | 26 <p>Before Android 4.0 the variance in system themes from device to device could make it
|
/frameworks/base/docs/html/training/tv/start/ |
D | layouts.jd | 13 <li><a href="#themes">Use Layout Themes for TV</a></li> 40 <h2 id="themes">Use Layout Themes for TV</h2> 43 Android <a href="{@docRoot}guide/topics/ui/themes.html">Themes</a> can provide a basis for 45 are meant to run on a TV device. This section explains which themes you should use.
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1901 List<StyleResourceValue> themes, int resId) { in get() argument 1906 cacheFromThemes.get(themes); in get() 1914 public void put(int[] attrs, List<StyleResourceValue> themes, int resId, in put() argument 1923 cacheFromThemes.get(themes); in put() 1926 cacheFromThemes.put(themes, cacheFromResId); in put()
|
/frameworks/base/docs/html/training/appbar/ |
D | setting-up.jd | 95 themes. Using one of these themes prevents the app from using the native
|
D | index.jd | 56 to implement an app bar—for example, some themes set up an {@link
|
/frameworks/base/docs/html/training/tv/playback/ |
D | guided-step.jd | 338 themes that control presentation aspects such as title text formatting or step transition 339 animations. Custom themes must inherit from 376 For more information on how to add styles and themes, see 377 <a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a>.
|
/frameworks/base/docs/html-intl/intl/ru/training/material/ |
D | compatibility.jd | 101 <!-- extend one of the Theme.AppCompat themes -->
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/ |
D | compatibility.jd | 101 <!-- extend one of the Theme.AppCompat themes -->
|
/frameworks/base/docs/html-intl/intl/ja/training/material/ |
D | compatibility.jd | 101 <!-- extend one of the Theme.AppCompat themes -->
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/ |
D | compatibility.jd | 101 <!-- extend one of the Theme.AppCompat themes -->
|
/frameworks/base/docs/html-intl/intl/ko/training/material/ |
D | compatibility.jd | 101 <!-- extend one of the Theme.AppCompat themes -->
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 14 <li><a href="#themes">Extend System Themes</a></li> 166 <h2 id="themes">Extend System Themes</h2> 174 the details, read <a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a>.</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | seamlessness.jd | 15 <li><a href="#themes">Extend System Themes</a></li> 167 <h2 id="themes">Extend System Themes</h2> 175 the details, read <a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a>.</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 140 <li>Customize the Action Bar with themes and backgrounds</li> 456 <li><b>New holographic themes</b> 460 using the standard <a href="{@docRoot}guide/topics/ui/themes.html">style and theme</a> system.</p> 472 themes. If your application is compatible with version of Android lower than 3.0 and applies 473 custom themes, then you should <a 474 href="{@docRoot}guide/topics/ui/themes.html#SelectATheme">select a theme based on platform 744 href="{@docRoot}guide/topics/ui/themes.html">Applying Styles and Themes</a>.</p>
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | auto.jd | 233 (<a href="//google.com/design/spec-auto/colors-branding/color-themes.html">Learn How</a>) 245 (<a href="//google.com/design/spec-auto/colors-branding/color-themes.html">Learn How</a>)
|
/frameworks/base/docs/html/design/patterns/ |
D | pure-android.jd | 26 and the way they look in the system default themes. Also examine Android's platform apps to get a
|