summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKunhung Li <kunhungli@google.com>2019-02-26 15:49:55 +0800
committerKunhung Li <kunhungli@google.com>2019-03-06 12:41:31 +0800
commitd749704acc5c3feab4a385706fcb6238a5c32760 (patch)
treec19804781f0bcfd27d28d86aec965f408abaa644
parentd21c55c0a148e20ace3672a5e0a984846a26fc85 (diff)
downloadandroid_packages_wallpapers_LivePicker-d749704acc5c3feab4a385706fcb6238a5c32760.tar.gz
android_packages_wallpapers_LivePicker-d749704acc5c3feab4a385706fcb6238a5c32760.tar.bz2
android_packages_wallpapers_LivePicker-d749704acc5c3feab4a385706fcb6238a5c32760.zip
Change page title to fill width in landscape mode
Bug: 126304553 Test: Manual test Change-Id: Ia01dd866e858b8a8ffea84c7d786157544fa4f9b
-rw-r--r--res/layout/live_wallpaper_preview.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/live_wallpaper_preview.xml b/res/layout/live_wallpaper_preview.xml
index 3bef894..05ac0c9 100644
--- a/res/layout/live_wallpaper_preview.xml
+++ b/res/layout/live_wallpaper_preview.xml
@@ -54,6 +54,8 @@
android:layout_height="wrap_content"
app:tabTextAppearance="@style/LivePicker.TextAppearance.Tab.NoAllCaps"
app:tabIndicatorColor="?android:attr/textColorPrimary"
+ app:tabGravity="fill"
+ app:tabMaxWidth="0dp"
android:visibility="gone"/>
<com.android.wallpaper.livepicker.widget.ConstraintViewPager