Merge "Don't give onboarding dialog a fixed width" into pi-dev
am: c4929ccc19
Change-Id: Id3a296b4daad2dd2353ae31a3a91bea720a1ec47
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
-->
|
-->
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="320dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content" >
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/zen_onboarding_choices"
|
android:id="@+id/zen_onboarding_choices"
|
||||||
|
Reference in New Issue
Block a user