From: Vikram Aggarwal Date: Wed, 2 May 2012 22:08:38 +0000 (-0700) Subject: Include the clock in landscape on Xoom X-Git-Tag: android-x86-4.4-r1~1275^2~5^3~174^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c85f0408297737464ae51728dd6272ce03ee7a9b;p=android-x86%2Fpackages-apps-Settings.git 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 --- diff --git a/res/layout-sw600dp-land/crypt_keeper_password_entry.xml b/res/layout-sw600dp-land/crypt_keeper_password_entry.xml index 8898b7610e..d94b2f4a10 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 5144e75f57..d94e66dc1d 100644 --- a/res/layout/crypt_keeper_status.xml +++ b/res/layout/crypt_keeper_status.xml @@ -63,16 +63,6 @@ - -