summaryrefslogtreecommitdiffstats
path: root/res/layout/action_bar_text.xml
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2012-03-12 21:34:25 +0800
committerRay Chen <raychen@google.com>2012-03-12 21:34:25 +0800
commitb95e2e9e5956e3a049d99c6961d7bd22c098cdaf (patch)
treed1e0ab8c1c1c5483a9e4c40d82e52f691d77a437 /res/layout/action_bar_text.xml
parentb71b20d213e88ce7cd66ade6b129e70587faad76 (diff)
downloadandroid_packages_apps_Snap-b95e2e9e5956e3a049d99c6961d7bd22c098cdaf.tar.gz
android_packages_apps_Snap-b95e2e9e5956e3a049d99c6961d7bd22c098cdaf.tar.bz2
android_packages_apps_Snap-b95e2e9e5956e3a049d99c6961d7bd22c098cdaf.zip
Fix 5406844 Category switcher does not highlight current selection
Change-Id: I7f6295d452764220bd3faa49526be25872a42e6d
Diffstat (limited to 'res/layout/action_bar_text.xml')
-rw-r--r--res/layout/action_bar_text.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/action_bar_text.xml b/res/layout/action_bar_text.xml
index 06a2ac9f0..2a1f0318c 100644
--- a/res/layout/action_bar_text.xml
+++ b/res/layout/action_bar_text.xml
@@ -16,6 +16,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
+ android:background="?android:attr/activatedBackgroundIndicator"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"