Don't give onboarding dialog a fixed width

Test: visual inspection (display and font largest)
Change-Id: Ia81cfa41c125d088d95db2e29f83248dc6819396
Fixes: 79960996
This commit is contained in:
Beverly
2018-05-18 18:02:14 -04:00
committed by Beverly Tai
parent cf2dc360bd
commit f6d54bc6c5

View File

@@ -16,8 +16,8 @@
--> -->
<RelativeLayout <RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="320dp" android:layout_width="match_parent"
android:layout_height="wrap_content" > android:layout_height="wrap_content">
<RelativeLayout <RelativeLayout
android:id="@+id/zen_onboarding_choices" android:id="@+id/zen_onboarding_choices"