diff options
author | 2013-04-24 03:31:44 -0700 | |
---|---|---|
committer | 2013-04-24 03:31:44 -0700 | |
commit | fd4baafe710dc0fe843c7672a6bd8bee4244fd73 (patch) | |
tree | 35845d52047084432dccce49003c0c1b37f28ada /java/res | |
parent | 38df0ed22b232d77119c709ee0e7a863c7f756b6 (diff) | |
parent | 46913aedb43af4d0f735ec80095bea031d344710 (diff) | |
download | latinime-fd4baafe710dc0fe843c7672a6bd8bee4244fd73.tar.gz latinime-fd4baafe710dc0fe843c7672a6bd8bee4244fd73.tar.xz latinime-fd4baafe710dc0fe843c7672a6bd8bee4244fd73.zip |
am 46913aed: Merge "Add next axction to setup wizard"
* commit '46913aedb43af4d0f735ec80095bea031d344710':
Add next axction to setup wizard
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/setup_steps_cards.xml | 6 | ||||
-rw-r--r-- | java/res/values/strings.xml | 2 |
2 files changed, 8 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" diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index d8a88a8eb..4a7c70bc6 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -461,6 +461,8 @@ <string name="setup_step1_title">"Enable <xliff:g id="application_name">%s</xliff:g>"</string> <!-- Detailed instruction of the 1st step in the setup wizard. [CHAR LIMIT=120] --> <string name="setup_step1_instruction">"Please check \"<xliff:g id="application_name">%s</xliff:g>\" in your Language & input settings. This will authorize it to run on your device."</string> + <!-- Detailed instruction of the already finished 1st step in the setup wizard. [CHAR LIMIT=120] --> + <string name="setup_step1_finished_instruction">"<xliff:g id="application_name">%s</xliff:g> is already enabled in your Language & input settings, so this step is done. On to the next one!"</string> <!-- The label of the button that triggers the Language & input settings in order to enable the keyboard. [CHAR_LIMIT=64] --> <string name="setup_step1_action">Enable in Settings</string> <!-- Ordinal number of the 2nd step in the setup wizard. [CHAR LIMIT=5] --> |