summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-05-21 14:18:49 -0700
committerAdam Powell <adamp@google.com>2012-05-21 14:18:49 -0700
commitfc82c8257bbe6c89c21c14c9fcc93be8672cbace (patch)
tree2570340815be1c09209c0dedd9537be4951b634e /res
parent766b286187d02b3da6e0142376a4478072f30a16 (diff)
downloadpackages_apps_settings-fc82c8257bbe6c89c21c14c9fcc93be8672cbace.zip
packages_apps_settings-fc82c8257bbe6c89c21c14c9fcc93be8672cbace.tar.gz
packages_apps_settings-fc82c8257bbe6c89c21c14c9fcc93be8672cbace.tar.bz2
Update the All Apps PagerTabStrip text appearance.
Change-Id: I5f6b924d0a291b0723b76ee024bc87cb69d61893
Diffstat (limited to 'res')
-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>