Merge "Added contentDescription to IME settings image button."

This commit is contained in:
Svetoslav Ganov
2011-07-28 16:30:21 -07:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 0 deletions

View File

@@ -78,6 +78,7 @@
android:paddingLeft="15dip" android:paddingLeft="15dip"
android:paddingRight="?android:attr/scrollbarSize" android:paddingRight="?android:attr/scrollbarSize"
android:src="@drawable/ic_sysbar_quicksettings" android:src="@drawable/ic_sysbar_quicksettings"
android:contentDescription="@string/input_method_settings_button"
android:layout_gravity="center" android:layout_gravity="center"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"

View File

@@ -2587,6 +2587,8 @@ found in the list of installed applications.</string>
<string name="configure_input_method">Configure input methods</string> <string name="configure_input_method">Configure input methods</string>
<!-- Title for settings of each IME [CHAR LIMIT=25] --> <!-- Title for settings of each IME [CHAR LIMIT=25] -->
<string name="input_method_settings">Settings</string> <string name="input_method_settings">Settings</string>
<!-- Spoken description for IME settings image button [CHAR LIMIT=NONE] -->
<string name="input_method_settings_button">Settings</string>
<!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] --> <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
<string name="active_input_method_subtypes">Active input methods</string> <string name="active_input_method_subtypes">Active input methods</string>
<!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] --> <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] -->