Merge "Update introduction layout spacing" into qt-dev

This commit is contained in:
Kevin Chyn
2019-04-22 23:16:39 +00:00
committed by Android (Google) Code Review

View File

@@ -45,14 +45,10 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
<Space
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1"/>
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:layout_marginVertical="48dp">
<com.google.android.setupdesign.view.IllustrationVideoView <com.google.android.setupdesign.view.IllustrationVideoView
android:id="@+id/illustration_normal" android:id="@+id/illustration_normal"
@@ -71,18 +67,12 @@
</FrameLayout> </FrameLayout>
<Space
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1"/>
<!-- Contains the buttons and extra information text at the bottom --> <!-- Contains the buttons and extra information text at the bottom -->
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:layout_gravity="center_horizontal|bottom" android:layout_gravity="center_horizontal|bottom">
android:layout_marginTop="24dp">
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
@@ -110,7 +100,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="16dp"> android:paddingEnd="16dp"
android:layout_marginTop="24dp">
<ImageView <ImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"