Searched refs:lt (Results 1 – 25 of 510) sorted by relevance
12345678910>>...21
/frameworks/base/docs/html/training/basics/actionbar/ |
D | styling.jd | 78 <application>}</a> element or individual 79 <a href="{@docRoot}guide/topics/manifest/application-element.html">{@code <activity>}</a> 84 <application android:theme="@android:style/Theme.Holo.Light" ... /> 145 <?xml version="1.0" encoding="utf-8"?> 146 <resources> 147 <!-- the theme applied to the application or activity --> 148 <style name="CustomActionBarTheme" 150 <item name="android:actionBarStyle">@style/MyActionBar</item> 151 </style> 153 <!-- ActionBar styles --> [all …]
|
D | overlaying.jd | 74 <resources> 75 <!-- the theme applied to the application or activity --> 76 <style name="CustomActionBarTheme" 78 <item name="android:windowActionBarOverlay">true</item> 79 </style> 80 </resources> 92 <resources> 93 <!-- the theme applied to the application or activity --> 94 <style name="CustomActionBarTheme" 96 <item name="android:windowActionBarOverlay">true</item> [all …]
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | grid.jd | 42 <?xml version="1.0" encoding="utf-8"?> 43 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 47 <TableRow> 48 <TextView 51 <TextView 55 </TableRow> 57 <TableRow> 58 <TextView 61 <TextView 65 </TableRow> [all …]
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | more-resources.jd | 37 under one {@code <resources>} element.</p> 43 The filename is arbitrary. The {@code <bool>} element's {@code name} will be used as the resource 55 <?xml version="1.0" encoding="utf-8"?> 56 <<a href="#bool-resources-element">resources</a>> 57 <<a href="#bool-element">bool</a> 59 >[true | false]</bool> 60 </resources> 68 <dt id="bool-resources-element"><code><resources></code></dt> 72 <dt id="bool-element"><code><bool></code></dt> 87 <?xml version="1.0" encoding="utf-8"?> [all …]
|
D | style-resource.jd | 26 under one {@code <resources>} element.</p> 42 <?xml version="1.0" encoding="utf-8"?> 43 <<a href="#resources-element">resources</a>> 44 <<a href="#style-element">style</a> 47 <<a href="#item-element">item</a> 49 ><em>style_value</em></item> 50 </style> 51 </resources> 59 <dt id="resources-element"><code><resources></code></dt> 63 <dt id="style-element"><code><style></code></dt> [all …]
|
D | string-resource.jd | 31 under one {@code <resources>} element.</p> 37 The filename is arbitrary. The {@code <string>} element's {@code name} will be used as the 52 <?xml version="1.0" encoding="utf-8"?> 53 <<a href="#string-resources-element">resources</a>> 54 <<a href="#string-element">string</a> 56 ><em>text_string</em></string> 57 </resources> 65 <dt id="string-resources-element"><code><resources></code></dt> 69 <dt id="string-element"><code><string></code></dt> 87 <?xml version="1.0" encoding="utf-8"?> [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-intro.jd | 73 <?xml version="1.0" encoding="utf-8"?> 75 <a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a> 77 …<a href="{@docRoot}guide/topics/manifest/uses-permission-element.html"><uses-permission /></… 78 <a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission /></a> 79 …<a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree /></… 80 …<a href="{@docRoot}guide/topics/manifest/permission-group-element.html"><permission-group />… 81 …<a href="{@docRoot}guide/topics/manifest/instrumentation-element.html"><instrumentation /></… 82 <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk /></a> 83 …<a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><uses-configuration /… 84 …<a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature /></a> <!… [all …]
|
D | compatible-screens-element.jd | 1 page.title=<compatible-screens> 10 <<a href="#compatible-screens">compatible-screens</a>> 11 …<<a href="#screen">screen</a> android:<a href="#screenSize">screenSize</a>=["small" | "normal" … 14 </compatible-screens> 20 href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code></dd> 24 of the {@code <compatible-screens>} element is allowed in the manifest, but it can 25 contain multiple <code><screen></code> elements. Each <code><screen></code> element 28 <p>The Android system <em>does not</em> read the {@code <compatible-screens>} manifest 48 <supports-screens>}</a> element. For example, if you want your application to be available 51 <supports-screens>}</a> element allows you to declare that your application does not [all …]
|
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/ |
D | navigation.jd | 62 <TextView android:id="@+id/Category1" 114 <!-- res/drawable/button.xml --> 115 <?xml version="1.0" encoding="utf-8"?> 116 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 117 <item android:state_pressed="true" 118 android:drawable="@drawable/button_pressed" /> <!-- pressed --> 119 <item android:state_focused="true" 120 android:drawable="@drawable/button_focused" /> <!-- focused --> 121 <item android:state_hovered="true" 122 android:drawable="@drawable/button_focused" /> <!-- hovered --> [all …]
|
D | start.jd | 75 <application 78 <activity 82 <intent-filter> 83 <action android:name="android.intent.action.MAIN" /> 84 <category android:name="android.intent.category.LAUNCHER" /> 85 </intent-filter> 86 </activity> 88 <activity 93 <intent-filter> 94 <action android:name="android.intent.action.MAIN" /> [all …]
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | reusing-layouts.jd | 1 page.title=Re-using Layouts with <include/> 21 <li><a href="#Include">Use the <include> Tag</a></li> 22 <li><a href="#Merge">Use the <merge> Tag</a></li> 40 re-use complete layouts, you can use the {@code <include/>} and {@code <merge/>} tags 58 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 63 <ImageView android:layout_width="wrap_content" 66 </FrameLayout> 73 <h2 id="Include">Use the <include> Tag</h2> 76 <include/>} tag. For example, here's a layout from the 82 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" [all …]
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | languages.jd | 72 <?xml version="1.0" encoding="utf-8"?> 73 <resources> 74 <string name="title">My Application</string> 75 <string name="hello_world">Hello World!</string> 76 </resources> 83 <?xml version="1.0" encoding="utf-8"?> 84 <resources> 85 <string name="title">Mi Aplicación</string> 86 <string name="hello_world">Hola Mundo!</string> 87 </resources> [all …]
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 139 <pre>emulator -avd <avd_name> [-<option> [<value>]] ... [-<qemu args>]</pre> 152 <td><code>-avd <avd_name></code> or <br> 153 <code>@<avd_name></code></td> 161 <td><code>-cache <filepath></code></td> 162 <td>Use <filepath> as the working cache partition image. </td> 168 <td><code>-data <filepath></code></td> 169 <td>Use {@code <filepath>} as the working user-data disk image. </td> 176 <td><code>-datadir <dir></code></td> 177 <td>Search for the user-data disk image specified in <code>-data</code> in <dir></td> 178 <td><code><dir></code> is a path relative to the current working directory. [all …]
|
D | android.jd | 84 <td><code>-n <name></code></td> 92 <td><code>-t <targetID></code></td> 101 <td><code>-c <path>|<size>[K|M]</code></td> 119 <td><code>-p <path></code></td> 127 <td><code>-s <name>|<width>-<height></code></td> 131 the target referenced in the <code>-t <targetID></code> argument. For example, <code>-s 140 <td><code>-n <name></code></td> 150 <td><code>-n <name></code></td> 158 <td><code>-p <path></code></td> 166 <td><code>-r <new-name></code></td> [all …]
|
D | adb.jd | 50 <p>You can find the {@code adb} tool in {@code <sdk>/platform-tools/}.</p> 109 adb [-d|-e|-s <serialNumber>] <command> 146 <td><code>-s <serialNumber></code></td> 187 <td>You can use the <code>forward jdwp:<pid></code> port-forwarding specification to connect … 195 <td><code>install <path-to-apk></code></td> 201 <td><code>pull <remote> <local></code></td> 207 <td><code>push <local> <remote></code></td> 214 <td><code>forward <local> <remote></code></td> 217 <ul><li><code>tcp:<portnum></code></li> 218 <li><code>local:<UNIX domain socket name></code></li> [all …]
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | spinner.jd | 30 should usually do so in your XML layout with a {@code <Spinner>} element. For example:</p> 33 <Spinner 56 <?xml version="1.0" encoding="utf-8"?> 57 <resources> 58 <string-array name="planets_array"> 59 <item>Mercury</item> 60 <item>Venus</item> 61 <item>Earth</item> 62 <item>Mars</item> 63 <item>Jupiter</item> [all …]
|
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/ |
D | versioning.jd | 58 <p>値は文字列なので、アプリケーション バージョンを「<major>.<minor>.<point>」といった文字列や、その他のタイプの絶対的または相対的バージ… 64 <p>これらのバージョン属性の両方をマニフェスト ファイルの <code><manifest></code> 要素で定義します。 </p> 66 <p>ここに、<code><manifest></code> 要素の <code>android:versionCode</code> と <code>android:versionNa… 69 <?xml version="1.0" encoding="utf-8"?> 70 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 74 <application android:icon="@drawable/icon" android:label="@string/app_name"> 76 </application> 77 </manifest> 98 <p>アプリケーションに最小プラットフォーム バージョンを指定するには、<code><uses-sdk></code> 要素を <code><manifest></code>…
|
/frameworks/base/docs/html/training/material/ |
D | animations.jd | 203 <style name="BaseAppTheme" parent="android:Theme.Material"> 204 <!-- enable window content transitions --> 205 <item name="android:windowContentTransitions">true</item> 207 <!-- specify enter and exit transitions --> 208 <item name="android:windowEnterTransition">@transition/explode</item> 209 <item name="android:windowExitTransition">@transition/explode</item> 211 <!-- specify shared element transitions --> 212 <item name="android:windowSharedElementEnterTransition"> 213 @transition/change_image_transform</item> 214 <item name="android:windowSharedElementExitTransition"> [all …]
|
/frameworks/base/docs/html-intl/intl/ko/training/monitoring-device-state/ |
D | battery-monitoring.jd | 67 <pre><receiver android:name=".PowerConnectionReceiver"> 68 <intent-filter> 69 <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/> 70 <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/> 71 </intent-filter> 72 </receiver></pre> 110 <pre><receiver android:name=".BatteryLevelReceiver"> 111 <intent-filter> 112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/> 113 <action android:name="android.intent.action.ACTION_BATTERY_OKAY"/> [all …]
|
/frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/ |
D | battery-monitoring.jd | 67 <pre><receiver android:name=".PowerConnectionReceiver"> 68 <intent-filter> 69 <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/> 70 <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/> 71 </intent-filter> 72 </receiver></pre> 110 <pre><receiver android:name=".BatteryLevelReceiver"> 111 <intent-filter> 112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/> 113 <action android:name="android.intent.action.ACTION_BATTERY_OKAY"/> [all …]
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/monitoring-device-state/ |
D | battery-monitoring.jd | 67 <pre><receiver android:name=".PowerConnectionReceiver"> 68 <intent-filter> 69 <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/> 70 <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/> 71 </intent-filter> 72 </receiver></pre> 110 <pre><receiver android:name=".BatteryLevelReceiver"> 111 <intent-filter> 112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/> 113 <action android:name="android.intent.action.ACTION_BATTERY_OKAY"/> [all …]
|
/frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/ |
D | battery-monitoring.jd | 67 <pre><receiver android:name=".PowerConnectionReceiver"> 68 <intent-filter> 69 <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/> 70 <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/> 71 </intent-filter> 72 </receiver></pre> 110 <pre><receiver android:name=".BatteryLevelReceiver"> 111 <intent-filter> 112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/> 113 <action android:name="android.intent.action.ACTION_BATTERY_OKAY"/> [all …]
|
/frameworks/base/docs/html/training/app-indexing/ |
D | enabling-app-indexing.jd | 31 …" class="external-link" target="_blank">Sitemap</a> file or in the {@code <head>} element of… 37 android-app://<package_name>/<scheme>/<host_path> 52 {@code <xhtml:link>} tag and specify the deep link as an alternate URI.</p> 54 your web page by using the {@code <loc>} tag, and a corresponding deep 55 link to your Android app by using the {@code <xhtml:link>} tag.</p> 57 <?xml version="1.0" encoding="UTF-8" ?> 58 <urlset 61 <url> 62 <loc>example://gizmos</loc> 63 <xhtml:link [all …]
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | themes.jd | 48 <TextView 57 <TextView 80 <p>The root node of the XML file must be {@code <resources>}.</p> 82 <p>For each style you want to create, add a {@code <style>} element to the file 84 Then add an {@code <item>} element for each property of that style, with a 86 is required). The value for the {@code <item>} can 92 <?xml version="1.0" encoding="utf-8"?> 93 <resources> 94 <style name="CodeFont" parent="@android:style/TextAppearance.Medium"> 95 <item name="android:layout_width">fill_parent</item> [all …]
|
/frameworks/base/docs/html/training/animation/ |
D | cardflip.jd | 98 <set xmlns:android="http://schemas.android.com/apk/res/android"> 99 <!-- Before rotating, immediately set the alpha to 0. --> 100 <objectAnimator 106 <!-- Rotate. --> 107 <objectAnimator 114 <!-- Half-way through the rotation (see startOffset), set the alpha to 1. --> 115 <objectAnimator 121 </set> 127 <set xmlns:android="http://schemas.android.com/apk/res/android"> 128 <!-- Rotate. --> [all …]
|
12345678910>>...21