summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-07-20 14:28:13 -0700
committerMichael Jurka <mikejurka@google.com>2011-07-20 16:35:06 -0700
commit2688c9a059d6d6535001ae5d3573380c9e1cc411 (patch)
treec2e097ee366f0fb2aad1c55a2c0ee74fa2fe9fb4 /res/values/styles.xml
parent3d503fbd9468fb2b9fa645f4f7b91e11229edbfa (diff)
downloadandroid_packages_apps_Trebuchet-2688c9a059d6d6535001ae5d3573380c9e1cc411.tar.gz
android_packages_apps_Trebuchet-2688c9a059d6d6535001ae5d3573380c9e1cc411.tar.bz2
android_packages_apps_Trebuchet-2688c9a059d6d6535001ae5d3573380c9e1cc411.zip
Removing unused resources
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 9d3a02b55..33a1d1064 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -29,11 +29,6 @@
<item name="android:windowNoTitle">true</item>
</style>
- <style name="AnimationPreview">
- <item name="android:windowEnterAnimation">@anim/fade_in_fast</item>
- <item name="android:windowExitAnimation">@anim/fade_out_fast</item>
- </style>
-
<style name="WorkspaceIcon">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
@@ -151,23 +146,4 @@
<item name="android:shadowDy">0.0</item>
<item name="android:shadowRadius">2.0</item>
</style>
-
- <style name="HotseatButton">
- <item name="android:paddingLeft">12dip</item>
- <item name="android:paddingRight">12dip</item>
- <item name="android:background">@drawable/hotseat_bg_center</item>
- <item name="android:layout_width">wrap_content</item>
- <item name="android:layout_height">fill_parent</item>
- <item name="android:scaleType">center</item>
- <item name="android:focusable">true</item>
- <item name="android:clickable">true</item>
- </style>
- <style name="HotseatButton.Left">
- <item name="android:layout_marginLeft">4dip</item>
- <item name="android:background">@drawable/hotseat_bg_left</item>
- </style>
- <style name="HotseatButton.Right">
- <item name="android:layout_marginRight">4dip</item>
- <item name="android:background">@drawable/hotseat_bg_right</item>
- </style>
</resources>