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,7 +16,7 @@
-->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="320dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RelativeLayout