Home | History | Annotate | Download | only in practices

Lines Matching full:screens

3 parent.title=Supporting Multiple Screens
19 <li><a href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens</a></li>
20 <li><a href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
21 &lt;supports-screens&gt;}</a></li>
43 Android lower than Android 3.0, but it does resize properly for larger screens such as tablets, you
49 to resize for larger screens such as tablets. Since Android 1.6, Android has supported a
52 <a href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens</a>,
53 then it might encounter some rendering issues on larger screens. For applications with this
55 screens.</p>
68 should not have version 1 of screen compatibility mode enabled for larger screens. This version
75 href="{@docRoot}guide/topics/manifest/supports-screens-element.html#resizeable">{@code
88 Screens</a>.</p>
91 large screens</strong> in the manifest file. When this is the case, an icon (with
94 declare that it <em>does not</em> support large screens such that screen compatibility mode
96 support for large screens is discussed in the following sections.)</p></dd>
105 larger screens when running Android 3.2 or higher.</p>
111 <strong>your application does resize properly</strong> for larger screens such as tablets,
124 declare support</strong> for large screens using the <a
125 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
126 &lt;supports-screens&gt;}</a> element.</li>
132 not support</strong> large screens, using the <a
133 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
134 &lt;supports-screens&gt;}</a> element.</li>
143 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
144 &lt;supports-screens&gt;}</a> element and specify the <a
145 href="{@docRoot}guide/topics/manifest/supports-screens-element.html#xlarge">{@code
148 &lt;supports-screens android:xlargeScreens="true" /&gt;
167 work on larger screens such as tablets.</p>
173 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
174 &lt;supports-screens&gt;}</a> and be sure that there are no attributes set {@code "false"}. The best
176 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
177 &lt;supports-screens&gt;}</a> element, so you should use this element anyway.</p>
185 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
186 &lt;supports-screens&gt;}</a> element and specify the {@code android:compatibleWidthLimitDp}
189 &lt;supports-screens android:compatibleWidthLimitDp="720" /&gt;
196 handset screens with a 320dp width, so screen compatibility mode is not applied to any device if
207 whether compatibility mode is enabled for certain screens by using the <a
208 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
209 &lt;supports-screens>}</a> element.</p>
213 due to zooming. The proper way to make your application work well on large screens is to follow the
215 href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens</a> and
224 resize properly for larger screens, you can choose to enable screen compatibility mode in one
229 href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
230 &lt;supports-screens&gt;}</a> element and specify the <a
231 href="{@docRoot}guide/topics/manifest/supports-screens-element.html#compatibleWidth">{@code
234 &lt;supports-screens android:compatibleWidthLimitDp="320" /&gt;
240 handset screens with a 320dp width, so screen compatibility mode is not applied to any device if
242 href="{@docRoot}guide/topics/manifest/supports-screens-element.html#compatibleWidth">{@code
246 <li>If your application is functionally broken when resized for large screens and you want to
248 the <a href="{@docRoot}guide/topics/manifest/supports-screens-element.html#largestWidth">{@code
251 &lt;supports-screens android:largestWidthLimitDp="320" /&gt;
254 href="{@docRoot}guide/topics/manifest/supports-screens-element.html#compatibleWidth">{@code