aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-04-19 10:58:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-19 10:58:55 +0000
commit16ec2e1155a0152c6ded42bc8941b90b7cd08d35 (patch)
tree29bce356069f4d4998fefb8991bbcc7ced9078fa /java/res/layout
parentff078041e7829e1a0d4537c395dad0cf9c4d7f51 (diff)
parent192743a6aea378163d4ad47037ee16509b1d7b2a (diff)
downloadlatinime-16ec2e1155a0152c6ded42bc8941b90b7cd08d35.tar.gz
latinime-16ec2e1155a0152c6ded42bc8941b90b7cd08d35.tar.xz
latinime-16ec2e1155a0152c6ded42bc8941b90b7cd08d35.zip
Merge "Add finish action to setup wizard"
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/setup_wizard.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/res/layout/setup_wizard.xml b/java/res/layout/setup_wizard.xml
index a922fdab8..0ee24c282 100644
--- a/java/res/layout/setup_wizard.xml
+++ b/java/res/layout/setup_wizard.xml
@@ -57,6 +57,7 @@
android:layout_height="24dp"
android:layout_below="@id/setup_step_bullets" />
<FrameLayout
+ android:id="@+id/setup_steps_pane"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/setup_step_indicator">
@@ -70,4 +71,10 @@
android:id="@+id/setup_step3"
layout="@layout/setup_step" />
</FrameLayout>
+ <TextView
+ android:id="@+id/setup_finish"
+ android:text="@string/setup_finish_action"
+ style="@style/setupStepActionLabelStyle"
+ android:layout_below="@id/setup_steps_pane"
+ android:layout_marginTop="2dp" />
</RelativeLayout>