Moving Previous, Next and Done strings to UnifiedEmail.

Other change: 500164
Change-Id: I2eb4fd00b62d18c523c3ec49eec6748eb602e7cd
This commit is contained in:
Milos Stankovic 2014-07-11 12:02:08 +02:00
parent c3404cca71
commit 4fb4820223
3 changed files with 5 additions and 11 deletions

View File

@ -32,5 +32,5 @@
style="@style/account_settings_button" style="@style/account_settings_button"
android:layout_width="0dip" android:layout_width="0dip"
android:layout_weight="1" android:layout_weight="1"
android:text="@string/done_action" /> android:text="@string/done" />
</LinearLayout> </LinearLayout>

View File

@ -57,12 +57,12 @@
android:orientation="horizontal"> android:orientation="horizontal">
<ImageButton <ImageButton
style="@style/account_setup_nav_button" style="@style/account_setup_nav_button"
android:contentDescription="@string/previous_action" android:contentDescription="@string/previous"
android:id="@+id/previous" android:id="@+id/previous"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:src="@drawable/ic_nav_arrow_previous_button" android:src="@drawable/ic_nav_arrow_previous_button"
android:text="@string/next_action" /> android:text="@string/next" />
<Button <Button
android:id="@+id/manual_setup" android:id="@+id/manual_setup"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -77,12 +77,12 @@
android:layout_weight="1" /> android:layout_weight="1" />
<ImageButton <ImageButton
style="@style/account_setup_nav_button" style="@style/account_setup_nav_button"
android:contentDescription="@string/next_action" android:contentDescription="@string/next"
android:id="@+id/next" android:id="@+id/next"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:src="@drawable/ic_nav_arrow_next_button" android:src="@drawable/ic_nav_arrow_next_button"
android:text="@string/next_action" /> android:text="@string/next" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</ScrollView> </ScrollView>

View File

@ -40,12 +40,6 @@
<!-- Actions will be used as buttons and in menu items --> <!-- Actions will be used as buttons and in menu items -->
<skip /> <skip />
<!-- Button name used as part of a multi-step process -->
<string name="next_action">Next</string>
<!-- Button name used to cancel out of dialog boxes -->
<string name="previous_action">Previous</string>
<!-- Button name used to complete a multi-step process -->
<string name="done_action">Done</string>
<!-- Menu item used to create a new quick response [CHAR_LIMIT=16] --> <!-- Menu item used to create a new quick response [CHAR_LIMIT=16] -->
<string name="create_action">Create new</string> <string name="create_action">Create new</string>
<!-- Message informing user when a list that would contain quick responses <!-- Message informing user when a list that would contain quick responses