From 68ab2f82638d31c18c4f92bc38d0710316906913 Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Mon, 8 Feb 2016 10:34:53 -0800 Subject: docs: Replaced ?s with quotation marks. Bug: 26349836 Change-Id: I00a742cd6bee9d4c9882ee953267e75e195e3bfc --- docs/html/guide/topics/resources/index.jd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/html') diff --git a/docs/html/guide/topics/resources/index.jd b/docs/html/guide/topics/resources/index.jd index b85170b27bba..60736bbebc51 100644 --- a/docs/html/guide/topics/resources/index.jd +++ b/docs/html/guide/topics/resources/index.jd @@ -1,6 +1,6 @@ page.title=App Resources page.landing=true -page.landing.intro=It takes more than just code to build a great app. Resources are the additional files and static content that your code uses, such as bitmaps, layout definitions, user interface strings, animation instructions, and more. +page.landing.intro=It takes more than just code to build a great app. Resources are the additional files and static content that your code uses, such as bitmaps, layout definitions, user interface strings, animation instructions, and more. page.landing.image=images/develop/resources.png page.image=/images/develop/resources.png page.metaDescription=Developer guide about how to use resources in your Android apps. @@ -16,8 +16,8 @@ page.metaDescription=Developer guide about how to use resources in your Android href="http://android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html">

New Tools For Managing Screen Sizes

Android 3.2 includes new tools for supporting devices with a wide range of screen sizes. -One important result is better support for a new size of screen; what is typically called a ?7-inch? -tablet. This release also offers several new APIs to simplify developers? work in adjusting to +One important result is better support for a new size of screen; what is typically called a "7-inch" +tablet. This release also offers several new APIs to simplify developers' work in adjusting to different screen sizes.

@@ -27,7 +27,7 @@ different screen sizes.

difficult to design an app with a single predictable look and feel. We set out to improve this situation for the developer community in Ice Cream Sandwich and beyond.

- +

New Mode for Apps on Large Screens

@@ -47,7 +47,7 @@ compatibility mode that makes these apps more usable on tablets.

resources and other features so your app can provide an optimized user experience on a variety of Android-compatible devices, using a single application package (APK).

- +

Designing for Multiple Screens

This class shows you how to implement a user interface that's optimized for several screen -- cgit v1.2.3-59-g8ed1b