From a10be93aaad4f7c9ee1df5daca3b9aba57d3211f Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Mon, 5 Dec 2011 14:16:26 -0800 Subject: [PATCH] TalkBack does not announce properly the buttons of the PIN lock. The KeyBoardView shown by the lock screen is not marked as clickable even though it handles clicks. TalkBack uses the clickability as a clue of what to speak. bug:5713102 Change-Id: I0733e30619e6045ce3f78e1499db65f4dc5bc388 --- .../res/layout-sw600dp/keyguard_screen_password_landscape.xml | 1 + .../res/res/layout-sw600dp/keyguard_screen_password_portrait.xml | 1 + core/res/res/layout/keyguard_screen_password_landscape.xml | 1 + core/res/res/layout/keyguard_screen_password_portrait.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/core/res/res/layout-sw600dp/keyguard_screen_password_landscape.xml b/core/res/res/layout-sw600dp/keyguard_screen_password_landscape.xml index f9728434a838f..7a5bb6a915b14 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_password_landscape.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_password_landscape.xml @@ -134,6 +134,7 @@ android:layout_marginTop="5dip" android:keyBackground="@drawable/btn_keyboard_key_ics" android:visibility="gone" + android:clickable="true" /> diff --git a/core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml b/core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml index 8b65b223e4e63..6df22cae5fcdf 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_password_portrait.xml @@ -133,6 +133,7 @@ android:background="#40000000" android:keyBackground="@drawable/btn_keyboard_key_ics" android:layout_marginBottom="80dip" + android:clickable="true" /> diff --git a/core/res/res/layout/keyguard_screen_password_landscape.xml b/core/res/res/layout/keyguard_screen_password_landscape.xml index ba0c22f100410..e95553f882ec6 100644 --- a/core/res/res/layout/keyguard_screen_password_landscape.xml +++ b/core/res/res/layout/keyguard_screen_password_landscape.xml @@ -193,6 +193,7 @@ android:keyBackground="@*android:drawable/btn_keyboard_key_ics" android:visibility="gone" android:layout_rowSpan="7" + android:clickable="true" /> diff --git a/core/res/res/layout/keyguard_screen_password_portrait.xml b/core/res/res/layout/keyguard_screen_password_portrait.xml index f6933c3924de5..053acb24c8d82 100644 --- a/core/res/res/layout/keyguard_screen_password_portrait.xml +++ b/core/res/res/layout/keyguard_screen_password_portrait.xml @@ -157,6 +157,7 @@ android:background="#40000000" android:keyBackground="@*android:drawable/btn_keyboard_key_ics" android:visibility="gone" + android:clickable="true" />