diff options
author | Vikram Aggarwal <viki@google.com> | 2012-10-16 15:23:01 -0700 |
---|---|---|
committer | Vikram Aggarwal <viki@google.com> | 2012-10-16 15:23:19 -0700 |
commit | f487e2ade0fe222b21ff85ed47789c51209f5965 (patch) | |
tree | e2af178b118b4d506ef58b1f407e540716cf2082 /res/layout | |
parent | 891185a4fa836c1d386eda0667cf34e293380b48 (diff) | |
download | packages_apps_Settings-f487e2ade0fe222b21ff85ed47789c51209f5965.zip packages_apps_Settings-f487e2ade0fe222b21ff85ed47789c51209f5965.tar.gz packages_apps_Settings-f487e2ade0fe222b21ff85ed47789c51209f5965.tar.bz2 |
Remove clock
Bug: 7267695 time on "decrypt storage" page is wrong
Change-Id: I582e758006f0e01aedaffc6c9310d550abb56000
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/crypt_keeper_status.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/res/layout/crypt_keeper_status.xml b/res/layout/crypt_keeper_status.xml index df80fe3..c7264be 100644 --- a/res/layout/crypt_keeper_status.xml +++ b/res/layout/crypt_keeper_status.xml @@ -25,44 +25,6 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" > - - <com.android.internal.widget.DigitalClock android:id="@+id/time" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - android:layout_marginTop="8dip" - android:layout_gravity="center" - android:layout_marginBottom="8dip" - > - - <!-- Because we can't have multi-tone fonts, we render two TextViews, one on - top of the other. Hence the redundant layout... --> - <TextView android:id="@*android:id/timeDisplayBackground" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:singleLine="true" - android:ellipsize="none" - android:textSize="@dimen/crypt_clock_size" - android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="@color/crypt_keeper_clock_background" - android:layout_marginBottom="6dip" - /> - - <TextView android:id="@*android:id/timeDisplayForeground" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:singleLine="true" - android:ellipsize="none" - android:textSize="@dimen/crypt_clock_size" - android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="@color/crypt_keeper_clock_foreground" - android:layout_alignStart="@*android:id/timeDisplayBackground" - android:layout_alignTop="@*android:id/timeDisplayBackground" - android:layout_marginBottom="6dip" - /> - - </com.android.internal.widget.DigitalClock> - <TextView android:id="@+id/status" android:layout_width="wrap_content" |