diff options
-rw-r--r-- | packages/Keyguard/res/layout/keyguard_presentation.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/Keyguard/res/layout/keyguard_presentation.xml b/packages/Keyguard/res/layout/keyguard_presentation.xml index ab676aa..920498f 100644 --- a/packages/Keyguard/res/layout/keyguard_presentation.xml +++ b/packages/Keyguard/res/layout/keyguard_presentation.xml @@ -29,8 +29,7 @@ android:id="@+id/clock" android:orientation="vertical" android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:contentDescription="@string/keyguard_accessibility_status"> + android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" |