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

This commit is contained in:
TreeHugger Robot
2018-05-21 14:20:12 +00:00
committed by Android (Google) Code Review

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"