summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-04-16 12:06:28 -0700
committerYorke Lee <yorkelee@google.com>2014-04-16 12:06:57 -0700
commit7e5e5a6dc52a7d4caaea795ae9173559c4e0f2ca (patch)
tree389c5824b7194bac79ed20c968d3cdc2355ea5f7 /res
parenta63d4469cdb92e717599d13830c9f43584fb66ef (diff)
Apply new ViewPager tab styles to ViewPagerTabs class
Also correctly detect and set the textStyle and textSize on the children TextViews Bug: 14012803 Change-Id: I4e0f6ed8354befb7c738707131124d5c442e713f
Diffstat (limited to 'res')
-rw-r--r--res/layout/lists_fragment.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml
index d4995e0f2..740dc2af6 100644
--- a/res/layout/lists_fragment.xml
+++ b/res/layout/lists_fragment.xml
@@ -26,7 +26,8 @@
android:layout_height="?android:attr/actionBarSize"
android:textAllCaps="true"
android:orientation="horizontal"
- android:layout_gravity="top"/>
+ android:layout_gravity="top"
+ style="@style/DialtactsActionBarTabTextStyle" />
<android.support.v4.view.ViewPager
android:id="@+id/lists_pager"
android:layout_width="match_parent"