Merge "TalkBack does not announce properly the buttons of the PIN lock." into ics-mr1

This commit is contained in:
Svetoslav Ganov
2011-12-05 15:03:13 -08:00
committed by Android (Google) Code Review
4 changed files with 4 additions and 0 deletions

View File

@@ -134,6 +134,7 @@
android:layout_marginTop="5dip" android:layout_marginTop="5dip"
android:keyBackground="@drawable/btn_keyboard_key_ics" android:keyBackground="@drawable/btn_keyboard_key_ics"
android:visibility="gone" android:visibility="gone"
android:clickable="true"
/> />
<!-- Emergency call button. Generally not used on tablet devices. --> <!-- Emergency call button. Generally not used on tablet devices. -->

View File

@@ -133,6 +133,7 @@
android:background="#40000000" android:background="#40000000"
android:keyBackground="@drawable/btn_keyboard_key_ics" android:keyBackground="@drawable/btn_keyboard_key_ics"
android:layout_marginBottom="80dip" android:layout_marginBottom="80dip"
android:clickable="true"
/> />
<!-- emergency call button --> <!-- emergency call button -->

View File

@@ -193,6 +193,7 @@
android:keyBackground="@*android:drawable/btn_keyboard_key_ics" android:keyBackground="@*android:drawable/btn_keyboard_key_ics"
android:visibility="gone" android:visibility="gone"
android:layout_rowSpan="7" android:layout_rowSpan="7"
android:clickable="true"
/> />
<!-- Music transport control --> <!-- Music transport control -->

View File

@@ -157,6 +157,7 @@
android:background="#40000000" android:background="#40000000"
android:keyBackground="@*android:drawable/btn_keyboard_key_ics" android:keyBackground="@*android:drawable/btn_keyboard_key_ics"
android:visibility="gone" android:visibility="gone"
android:clickable="true"
/> />
<TextView <TextView