Moving Previous, Next and Done strings to UnifiedEmail.
Other change: 500164 Change-Id: I2eb4fd00b62d18c523c3ec49eec6748eb602e7cd
This commit is contained in:
parent
c3404cca71
commit
4fb4820223
@ -32,5 +32,5 @@
|
||||
style="@style/account_settings_button"
|
||||
android:layout_width="0dip"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/done_action" />
|
||||
android:text="@string/done" />
|
||||
</LinearLayout>
|
@ -57,12 +57,12 @@
|
||||
android:orientation="horizontal">
|
||||
<ImageButton
|
||||
style="@style/account_setup_nav_button"
|
||||
android:contentDescription="@string/previous_action"
|
||||
android:contentDescription="@string/previous"
|
||||
android:id="@+id/previous"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:src="@drawable/ic_nav_arrow_previous_button"
|
||||
android:text="@string/next_action" />
|
||||
android:text="@string/next" />
|
||||
<Button
|
||||
android:id="@+id/manual_setup"
|
||||
android:layout_height="wrap_content"
|
||||
@ -77,12 +77,12 @@
|
||||
android:layout_weight="1" />
|
||||
<ImageButton
|
||||
style="@style/account_setup_nav_button"
|
||||
android:contentDescription="@string/next_action"
|
||||
android:contentDescription="@string/next"
|
||||
android:id="@+id/next"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:src="@drawable/ic_nav_arrow_next_button"
|
||||
android:text="@string/next_action" />
|
||||
android:text="@string/next" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
@ -40,12 +40,6 @@
|
||||
<!-- Actions will be used as buttons and in menu items -->
|
||||
<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] -->
|
||||
<string name="create_action">Create new</string>
|
||||
<!-- Message informing user when a list that would contain quick responses
|
||||
|
Loading…
Reference in New Issue
Block a user