summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2012-03-14 17:47:31 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-14 17:47:31 -0700
commit6cdbcc42c9edf92ca63982925309c0adcaf88437 (patch)
treed5604a9803bbfb929921ed9ce184321249919077
parentf82afee9759df87b4f26e9f5f6b0d2cd6cdc1db4 (diff)
parentb95e2e9e5956e3a049d99c6961d7bd22c098cdaf (diff)
downloadandroid_packages_apps_Snap-6cdbcc42c9edf92ca63982925309c0adcaf88437.tar.gz
android_packages_apps_Snap-6cdbcc42c9edf92ca63982925309c0adcaf88437.tar.bz2
android_packages_apps_Snap-6cdbcc42c9edf92ca63982925309c0adcaf88437.zip
Merge "Fix 5406844 Category switcher does not highlight current selection"
-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"