• Home
  • Raw
  • Download

Lines Matching refs:screen

44 should disable screen compatibility mode in order to maintain the best user experience. To learn how
50 variety of screen sizes and does most of the work to resize application layouts so that they
51 properly fit each screen. However, if your application does not successfully follow the guide to
54 problem, screen compatibility mode can make the application a little more usable on larger
57 <p>There are two versions of screen compatibility mode with slightly different behaviors:</p>
62 normal size handset (emulating a 320dp x 480dp screen), with a black border that fills
63 the remaining area of the screen.
66 original screen size of 320dp x 480dp. Because there are so few active devices remaining that run
68 should not have version 1 of screen compatibility mode enabled for larger screens. This version
70 <p>To disable this version of screen compatibility mode, you simply need to set <a
81 it would on a normal size handset (approximately emulating a 320dp x 480dp screen), then scales it
82 up to fill the screen. This essentially "zooms" in on your layout to make it bigger,
89 <p>In general, large screen devices running Android 3.2 or higher allow users to enable
90 screen compatibility mode when the application does not <strong>explicitly declare that it supports
93 toggle screen compatibility mode on and off (figure 3). An application can also explicitly
94 declare that it <em>does not</em> support large screens such that screen compatibility mode
100 <p class="img-caption"><strong>Figure 3.</strong> The pop up menu to toggle screen compatibility
103 <p>As a developer, you have control over when your application uses screen compatibility mode. The
104 following sections describe how you can choose to disable or enable screen compatibility mode for
112 <strong>you should disable screen compatibility mode</strong> in order to maintain the best user
113 experience. Otherwise, users may enable screen compatibility mode and experience your application in
116 <p>By default, screen compatibility mode for devices running Android 3.2 and higher is offered to
137 <p>To completely disable the user option for screen compatibility mode and remove the icon in the
150 <p>That's it. This declares that your application supports all larger screen sizes, so the
151 system will always resize your layout to fit the screen. This works regardless of what values
172 <p>If screen compatibility mode is still enabled after you change this, check your manifest's <a
175 practice is to always explicitly declare your support for different screen sizes using the <a
193 higher) use this attribute, because the primary intention is to specify at what size should screen
195 <p class="note"><strong>Note:</strong> Currently, screen compatibility mode only emulates
196 handset screens with a 320dp width, so screen compatibility mode is not applied to any device if
216 provide alternative layouts for different screen sizes.</p>
222 android:targetSdkVersion}</a> to {@code "11"} or higher, screen compatibility mode is
224 resize properly for larger screens, you can choose to enable screen compatibility mode in one
236 <p>This indicates that the maximum "smallest screen width" for which your application is designed
238 screen compatibility mode as a user-optional feature.</p>
239 <p class="note"><strong>Note:</strong> Currently, screen compatibility mode only emulates
240 handset screens with a 320dp width, so screen compatibility mode is not applied to any device if
247 force users into screen compatibility mode (rather than simply providing the option), you can use
256 screen compatibility mode and does not allow users to disable it.</p>