diff options
author | alanv <alanv@google.com> | 2012-05-18 14:28:53 -0700 |
---|---|---|
committer | alanv <alanv@google.com> | 2012-05-18 14:28:53 -0700 |
commit | a9ca65723ca71dc663e498bbd97418d0c50afa51 (patch) | |
tree | ae3e956ab184b655ecf39ba2acc8e271195f9ef5 /res/values-sw600dp | |
parent | 409433e904f9b8a65a87274b7d5f582f0ac46e26 (diff) | |
download | packages_apps_Settings-a9ca65723ca71dc663e498bbd97418d0c50afa51.zip packages_apps_Settings-a9ca65723ca71dc663e498bbd97418d0c50afa51.tar.gz packages_apps_Settings-a9ca65723ca71dc663e498bbd97418d0c50afa51.tar.bz2 |
Removed Accessibility tutorial and orphaned resources.
Change-Id: Ic96e002b04bed4c525fe959a3ad7e55d8709c75f
Diffstat (limited to 'res/values-sw600dp')
-rwxr-xr-x | res/values-sw600dp/dimens.xml | 1 | ||||
-rw-r--r-- | res/values-sw600dp/styles.xml | 19 | ||||
-rw-r--r-- | res/values-sw600dp/themes.xml | 21 |
3 files changed, 0 insertions, 41 deletions
diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml index aad21a0..e3c1bd2 100755 --- a/res/values-sw600dp/dimens.xml +++ b/res/values-sw600dp/dimens.xml @@ -21,7 +21,6 @@ <dimen name="app_icon_size">72dip</dimen> <dimen name="screen_margin_top">48dip</dimen> <dimen name="screen_margin_bottom">48dip</dimen> - <dimen name="title_height">48dip</dimen> <dimen name="content_margin_left">16dip</dimen> <dimen name="description_margin_top">26dip</dimen> <dimen name="crypt_clock_size">120sp</dimen> diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml index 3403f3e..058afb9 100644 --- a/res/values-sw600dp/styles.xml +++ b/res/values-sw600dp/styles.xml @@ -57,23 +57,4 @@ <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> <item name="android:textSize">20sp</item> </style> - - <style name="AccessibilityTutorialTitle" parent="@android:style/TextAppearance.Large"> - <item name="android:textColor">@color/title_color</item> - </style> - - <style name="AccessibilityTutorialButton"> - <item name="android:layout_width">wrap_content</item> - <item name="android:minWidth">208dip</item> - <item name="android:layout_height">48dip</item> - <item name="android:paddingTop">0dip</item> - <item name="android:paddingLeft">0dip</item> - <item name="android:paddingRight">0dip</item> - <item name="android:paddingBottom">0dip</item> - <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> - <item name="android:textSize">20dip</item> - </style> - - <style name="AccessibilityTutorialBodyTextPrimary" parent="@android:style/TextAppearance.Medium"> - </style> </resources> diff --git a/res/values-sw600dp/themes.xml b/res/values-sw600dp/themes.xml deleted file mode 100644 index 22cf17e..0000000 --- a/res/values-sw600dp/themes.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 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> - - <style name="Theme.AccessibilityTutorialActivity" parent="@android:style/Theme.Holo.NoActionBar"> - </style> -</resources> |