OSDN Git Service

Fix change IME content description
authorAdrian Roos <roosa@google.com>
Thu, 19 Feb 2015 16:39:40 +0000 (17:39 +0100)
committerThe Android Automerger <android-build@google.com>
Wed, 4 Mar 2015 04:04:15 +0000 (20:04 -0800)
Bug: 19434845
Change-Id: I28be1d8efb61d47abdce168b07a0846056eb650d

packages/Keyguard/res/layout/keyguard_password_view.xml
packages/Keyguard/res/values/strings.xml
packages/SystemUI/res/values/strings.xml

index b7d5d30..b1b2631 100644 (file)
@@ -65,6 +65,7 @@
              android:layout_height="wrap_content"
              android:layout_marginBottom="12dp"
              android:src="@drawable/ic_lockscreen_ime"
+             android:contentDescription="@string/accessibility_ime_switch_button"
              android:clickable="true"
              android:padding="8dip"
              android:layout_gravity="end|center_vertical"
index feab127..5990647 100644 (file)
         This is displayed if the phone is not connected to a carrier.-->
     <string name="keyguard_carrier_default">No service.</string>
 
+    <!-- Content description of the switch input method button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+    <string name="accessibility_ime_switch_button" msgid="5032926134740456424">Switch input method button.</string>
+
 </resources>
index 38c6a44..558d90a 100644 (file)
     <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
     <string name="camera_label">open camera</string>
 
-    <!-- Content description of the switch input method button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
-    <string name="accessibility_ime_switch_button">Switch input method button.</string>
     <!-- Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
     <string name="accessibility_compatibility_zoom_button">Compatibility zoom button.</string>