summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2012-11-02 16:53:22 +0800
committerAngus Kong <shkong@google.com>2012-11-02 16:53:22 +0800
commit789aefd44a3cb7634ea3c63e8fbe1c7619d7a9a6 (patch)
tree6caf58bb89a8efe20bd3fe1e4c4aeb47c51eae28 /res/values/styles.xml
parent7c4f8a67a797195b8f4457ba167182e7fb92e7d7 (diff)
downloadandroid_packages_apps_Snap-789aefd44a3cb7634ea3c63e8fbe1c7619d7a9a6.tar.gz
android_packages_apps_Snap-789aefd44a3cb7634ea3c63e8fbe1c7619d7a9a6.tar.bz2
android_packages_apps_Snap-789aefd44a3cb7634ea3c63e8fbe1c7619d7a9a6.zip
Don't use activatedBackgroundIndicator under API 14
bug:7460473 Change-Id: I5d46302e13dfda04f72128329ecea147913ea8d8
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e9aebcd18..0a2689e71 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -43,4 +43,7 @@
<color name="darker_transparent">#C1000000</color>
<style name="ActionBarTwoLinePrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"></style>
<style name="ActionBarTwoLineSecondary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Subtitle"></style>
+ <style name="ActionBarTwoLineItem">
+ <item name="android:background">@drawable/action_bar_two_line_background</item>
+ </style>
</resources>