summaryrefslogtreecommitdiffstats
path: root/res/layout/action_bar_text.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-10-30 17:34:20 -0700
committerJohn Reck <jreck@google.com>2012-10-31 15:01:13 -0700
commit372152961edd8feada0ae6478c91ba6b2565191d (patch)
treea585e02ea366691c00f7b63b38ead196d96176d6 /res/layout/action_bar_text.xml
parent0981f2aeb30fd2c607f9b4214fe3e8e6ce9abd11 (diff)
downloadandroid_packages_apps_Gallery2-372152961edd8feada0ae6478c91ba6b2565191d.tar.gz
android_packages_apps_Gallery2-372152961edd8feada0ae6478c91ba6b2565191d.tar.bz2
android_packages_apps_Gallery2-372152961edd8feada0ae6478c91ba6b2565191d.zip
Gingerbread support-ish
This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
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 a33264702..bff5f1f96 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"