diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-07-21 17:46:02 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-07-21 18:28:42 -0700 |
commit | c4db95c077f826585d20be2f3db4043c53d30cf5 (patch) | |
tree | 9176baa673f97b27150f862485fd492cb3ec7e88 /tests/DpiTest/res/values-small | |
parent | fe6f45c81463d2d28e11ac6083f2653e1286c5ef (diff) | |
download | frameworks_base-c4db95c077f826585d20be2f3db4043c53d30cf5.zip frameworks_base-c4db95c077f826585d20be2f3db4043c53d30cf5.tar.gz frameworks_base-c4db95c077f826585d20be2f3db4043c53d30cf5.tar.bz2 |
First pass at reworking screen density/size APIs.
This changes the names of the directories in aapt, to what you see
in the list of DpiTest resources. Also adds a new "long" configuration
for wide screens, which the platform sets appropriate, and introduces
a new kind of resizeability for not large but significantly larger
than normal screens which may have compatibility issues.
Diffstat (limited to 'tests/DpiTest/res/values-small')
-rw-r--r-- | tests/DpiTest/res/values-small/strings.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/DpiTest/res/values-small/strings.xml b/tests/DpiTest/res/values-small/strings.xml new file mode 100644 index 0000000..9fd5e40 --- /dev/null +++ b/tests/DpiTest/res/values-small/strings.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <string name="act_title">DpiTest: Small</string> +</resources> |