summaryrefslogtreecommitdiffstats
path: root/res/layout/action_bar_text.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-08-24 12:25:57 +0800
committerOwen Lin <owenlin@google.com>2012-08-27 12:30:47 +0800
commita57d8fedf0b998036289b7bc30de8268553304f4 (patch)
tree5b204c8a8b2e1981e190487338bea88ed3f3a3e6 /res/layout/action_bar_text.xml
parentf27cbd2417a4171e49af603aa7da02fab865e102 (diff)
downloadandroid_packages_apps_Snap-a57d8fedf0b998036289b7bc30de8268553304f4.tar.gz
android_packages_apps_Snap-a57d8fedf0b998036289b7bc30de8268553304f4.tar.bz2
android_packages_apps_Snap-a57d8fedf0b998036289b7bc30de8268553304f4.zip
Uses ActionBarSherlock in Gallery
bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
Diffstat (limited to 'res/layout/action_bar_text.xml')
-rw-r--r--res/layout/action_bar_text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/action_bar_text.xml b/res/layout/action_bar_text.xml
index 7fccf0268..bded20102 100644
--- a/res/layout/action_bar_text.xml
+++ b/res/layout/action_bar_text.xml
@@ -16,7 +16,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
- android:background="?android:attr/activatedBackgroundIndicator"
+ android:background="?attr/activatedBackgroundIndicator"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"