Merge "Don't give onboarding dialog a fixed width" into pi-dev am: c4929ccc19
am: cacd84c669
Change-Id: I83391213e8382269190dbb83ff5d405616db5c17
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user