File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/html/guide/practices Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,10 +195,10 @@ its characteristics. </p>
195195Illustration of how the Android platform maps actual screen densities and sizes
196196to generalized density and size configurations. </p>
197197
198- <p>Although the platform lets your application provide layouts and resources for
199- generalized size- density configurations, you do not necessarily need to do write
200- custom code or provide custom resources for each of the nine supported
201- configurations. The platform provides robust compatibility features, described
198+ <p>Although the platform lets your application provide customized resources for
199+ the various size and density configurations, you do not need to do write
200+ custom code or provide custom resources for every combination of screen size and density.
201+ The platform provides robust compatibility features, described
202202in the sections below, that can handle most of the work of rendering your
203203application on any device screen, provided that you've implemented your
204204application UI properly. For more information about how to implement a UI that
You can’t perform that action at this time.
0 commit comments