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

am: c4929ccc19

Change-Id: Id3a296b4daad2dd2353ae31a3a91bea720a1ec47
This commit is contained in:
Beverly
2018-05-21 07:36: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"