summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-05-21 16:02:04 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-21 16:02:04 -0700
commit0901a3c2132cb439fbab64d13cbe9ede0e5e5379 (patch)
tree757887b4c361f616a78e44eec216cf69d0122c20
parent8d43aeae0347435a03e4007eef5fce578ec50184 (diff)
parentfc82c8257bbe6c89c21c14c9fcc93be8672cbace (diff)
downloadpackages_apps_Settings-0901a3c2132cb439fbab64d13cbe9ede0e5e5379.zip
packages_apps_Settings-0901a3c2132cb439fbab64d13cbe9ede0e5e5379.tar.gz
packages_apps_Settings-0901a3c2132cb439fbab64d13cbe9ede0e5e5379.tar.bz2
Merge "Update the All Apps PagerTabStrip text appearance." into jb-dev
-rw-r--r--res/layout/manage_applications_content.xml3
-rw-r--r--res/values/styles.xml5
2 files changed, 7 insertions, 1 deletions
diff --git a/res/layout/manage_applications_content.xml b/res/layout/manage_applications_content.xml
index f72aa03..96ddeb3 100644
--- a/res/layout/manage_applications_content.xml
+++ b/res/layout/manage_applications_content.xml
@@ -34,7 +34,8 @@
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="top">
+ android:layout_gravity="top"
+ android:textAppearance="@style/TextAppearance.PagerTabs">
</android.support.v4.view.PagerTabStrip>
</android.support.v4.view.ViewPager>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 9af6c9e..8723982 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -185,4 +185,9 @@
<style name="TextAppearance.Switch" parent="@*android:style/TextAppearance.Holo.Widget.Switch">
<item name="android:textAllCaps">true</item>
</style>
+
+ <style name="TextAppearance.PagerTabs" parent="@android:style/TextAppearance.DeviceDefault.Small">
+ <item name="android:textAllCaps">true</item>
+ <item name="android:textStyle">bold</item>
+ </style>
</resources>