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:
@@ -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
|
||||
|
Reference in New Issue
Block a user