From c85f0408297737464ae51728dd6272ce03ee7a9b Mon Sep 17 00:00:00 2001 From: Vikram Aggarwal Date: Wed, 2 May 2012 15:08:38 -0700 Subject: [PATCH] Include the clock in landscape on Xoom 1. R.id.status was defined twice and was used inconsistently in code: (visibility set to enabled, but only on portrait...) This code removes the bad view. 2. The TextView date was never used, either by another layout or by code. Deleting this view too. 3. Including a standard status layout on smallest-width-600px, which includes a clock and a status message on Xoom. Fix b/6061076 Change-Id: Ibb492e89f6a4a38ac6a22398ec9c14bbe3fb7e3d --- .../crypt_keeper_password_entry.xml | 19 ++++++------------- .../crypt_keeper_password_entry.xml | 13 ------------- res/layout/crypt_keeper_status.xml | 10 ---------- 3 files changed, 6 insertions(+), 36 deletions(-) diff --git a/res/layout-sw600dp-land/crypt_keeper_password_entry.xml b/res/layout-sw600dp-land/crypt_keeper_password_entry.xml index 8898b7610ee..d94b2f4a100 100644 --- a/res/layout-sw600dp-land/crypt_keeper_password_entry.xml +++ b/res/layout-sw600dp-land/crypt_keeper_password_entry.xml @@ -16,11 +16,16 @@ ** limitations under the License. */ --> + + + + + - - + - - diff --git a/res/layout/crypt_keeper_status.xml b/res/layout/crypt_keeper_status.xml index 5144e75f57f..d94e66dc1d4 100644 --- a/res/layout/crypt_keeper_status.xml +++ b/res/layout/crypt_keeper_status.xml @@ -62,16 +62,6 @@ - -