aboutsummaryrefslogtreecommitdiff
path: root/common/res/layout/fragment_setup_multi_pane.xml
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-29 00:20:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-29 00:20:48 +0000
commit7b32e8a67561a7989dbfc0f1d3480dca162c6769 (patch)
treed31e2adc1f9cce4f27ca07d30bee921032e33a3c /common/res/layout/fragment_setup_multi_pane.xml
parentbc7f430decab0bc34a533811efe457d4615f28aa (diff)
parentbb2e798ef4d546dd54cd9e95796403062b860c15 (diff)
downloadTV-7b32e8a67561a7989dbfc0f1d3480dca162c6769.tar.gz
Change-Id: I0aff16fbf430ba5e4dbba83b8e06e4a23b38060a
Diffstat (limited to 'common/res/layout/fragment_setup_multi_pane.xml')
-rw-r--r--common/res/layout/fragment_setup_multi_pane.xml25
1 files changed, 22 insertions, 3 deletions
diff --git a/common/res/layout/fragment_setup_multi_pane.xml b/common/res/layout/fragment_setup_multi_pane.xml
index 45aff132..e3ff8d83 100644
--- a/common/res/layout/fragment_setup_multi_pane.xml
+++ b/common/res/layout/fragment_setup_multi_pane.xml
@@ -40,11 +40,13 @@
android:clipChildren="false"
android:clipToPadding="false" />
<!-- TODO: Use button action list in GuidedStepFragment -->
- <FrameLayout
+ <LinearLayout
android:id="@+id/done_button_container"
android:layout_width="@dimen/setup_done_button_container_width"
android:layout_height="match_parent"
android:layout_gravity="end"
+ android:orientation="vertical"
+ android:paddingTop="190dp"
style="?attr/doneButtonContainerStyle"
android:transitionGroup="true"
android:transitionName="buttonDoneTransition">
@@ -54,7 +56,6 @@
android:layout_height="45dp"
android:layout_marginStart="24dp"
android:layout_marginEnd="40dp"
- android:layout_marginTop="190dp"
android:elevation="0dp"
android:focusable="true"
android:fontFamily="sans-serif-condensed"
@@ -65,5 +66,23 @@
android:text="@string/action_text_done"
android:textColor="#EEEEEE"
android:textSize="14sp" />
- </FrameLayout>
+ <TextView
+ android:id="@+id/button_skip"
+ android:layout_width="match_parent"
+ android:layout_height="45dp"
+ android:layout_marginStart="24dp"
+ android:layout_marginEnd="40dp"
+ android:layout_marginTop="8dp"
+ android:elevation="0dp"
+ android:focusable="true"
+ android:fontFamily="sans-serif-condensed"
+ android:paddingEnd="12dp"
+ android:paddingStart="12dp"
+ android:background="@drawable/setup_action_button_done"
+ android:gravity="center_vertical|start"
+ android:visibility="gone"
+ android:text="@string/action_text_skip"
+ android:textColor="#EEEEEE"
+ android:textSize="14sp" />
+ </LinearLayout>
</FrameLayout>