diff options
author | Yorke Lee <yorkelee@google.com> | 2014-04-16 22:03:14 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-16 22:03:14 +0000 |
commit | 9d0bcf58310692e6cd873a1b4c103bb474e59d6f (patch) | |
tree | 1f65efe748153a4a4e55e215d6d64d73df29fcd5 /res | |
parent | 98a65b74af3f960ed4d20688292522c6cfbc8a00 (diff) | |
parent | 7e5e5a6dc52a7d4caaea795ae9173559c4e0f2ca (diff) |
am 7e5e5a6d: Apply new ViewPager tab styles to ViewPagerTabs class
* commit '7e5e5a6dc52a7d4caaea795ae9173559c4e0f2ca':
Apply new ViewPager tab styles to ViewPagerTabs class
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/lists_fragment.xml | 3 |
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" |