Tweak enrollment intro layout
Bug: 130740447
Test: Builds
Change-Id: If3b4ad795588586dcd6fb848bee213df0ae1095e
(cherry picked from commit 6deedd0bf3)
This commit is contained in:
committed by
android-build-team Robot
parent
99fc5bddcf
commit
bd8c560f6c
@@ -74,14 +74,15 @@
|
|||||||
<Space
|
<Space
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_weight="2"/>
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user