aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-04-24 12:29:03 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-04-24 19:22:41 +0900
commitb5d33059e063c69c730ac5b0b9bbbd8dc5272c0c (patch)
tree4fa728de51892919a76f67add386178922420147 /java/res/layout
parente918bf07a0562183d84ed04d8224a4ea732056ce (diff)
downloadlatinime-b5d33059e063c69c730ac5b0b9bbbd8dc5272c0c.tar.gz
latinime-b5d33059e063c69c730ac5b0b9bbbd8dc5272c0c.tar.xz
latinime-b5d33059e063c69c730ac5b0b9bbbd8dc5272c0c.zip
Add next axction to setup wizard
Bug: 8159728 Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/setup_steps_cards.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/layout/setup_steps_cards.xml b/java/res/layout/setup_steps_cards.xml
index 6c46461fe..245173122 100644
--- a/java/res/layout/setup_steps_cards.xml
+++ b/java/res/layout/setup_steps_cards.xml
@@ -56,6 +56,12 @@
layout="@layout/setup_step" />
</FrameLayout>
<TextView
+ android:id="@+id/setup_next"
+ android:text="@string/setup_next_action"
+ android:gravity="end|center_vertical"
+ style="@style/setupStepActionLabelStyleCommon"
+ android:layout_marginTop="@dimen/setup_step_horizontal_line_height" />
+ <TextView
android:id="@+id/setup_finish"
android:text="@string/setup_finish_action"
style="@style/setupStepActionLabelStyle"