Merge "Don't give onboarding dialog a fixed width" into pi-dev am: c4929ccc19

am: cacd84c669

Change-Id: I83391213e8382269190dbb83ff5d405616db5c17
This commit is contained in:
Beverly
2018-05-21 07:48:41 -07:00
committed by android-build-merger

View File

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