diff options
author | 2013-04-19 10:58:54 +0000 | |
---|---|---|
committer | 2013-04-19 10:58:55 +0000 | |
commit | 16ec2e1155a0152c6ded42bc8941b90b7cd08d35 (patch) | |
tree | 29bce356069f4d4998fefb8991bbcc7ced9078fa /java/res/layout | |
parent | ff078041e7829e1a0d4537c395dad0cf9c4d7f51 (diff) | |
parent | 192743a6aea378163d4ad47037ee16509b1d7b2a (diff) | |
download | latinime-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.xml | 7 |
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> |