Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0901a3c2 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Update the All Apps PagerTabStrip text appearance." into jb-dev

parents 8d43aeae fc82c825
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>

+5 −0
Original line number Diff line number Diff line
@@ -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>