Update the All Apps PagerTabStrip text appearance.
Change-Id: I5f6b924d0a291b0723b76ee024bc87cb69d61893
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>