| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2008 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> |
| <!-- The width that is used when creating thumbnails of applications. --> |
| <dimen name="thumbnail_width">84dp</dimen> |
| <!-- The height that is used when creating thumbnails of applications. --> |
| <dimen name="thumbnail_height">63dp</dimen> |
| <!-- The standard size (both width and height) of an application icon that |
| will be displayed in the app launcher and elsewhere. --> |
| <dimen name="app_icon_size">48px</dimen> |
| <dimen name="toast_y_offset">64dip</dimen> |
| <plurals name="plurals_test"> |
| <item quantity="one">A dog</item> |
| <item quantity="other">Some dogs</item> |
| </plurals> |
| <color name="resource_test_color">#003B3B3B</color> |
| <integer name="resource_test_int">10</integer> |
| </resources> |