summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-11-11 19:25:50 -0800
committerJim Miller <jaggies@google.com>2011-11-14 14:08:47 -0800
commit9e2e24202d3405175f086419477d208264dfd580 (patch)
treeac2bc4e6c5843f729bc82734288b1aeeb3f61d17 /res
parentaf9252849fd94c1f2859c56a4010900ea38a607e (diff)
downloadpackages_apps_Settings-9e2e24202d3405175f086419477d208264dfd580.zip
packages_apps_Settings-9e2e24202d3405175f086419477d208264dfd580.tar.gz
packages_apps_Settings-9e2e24202d3405175f086419477d208264dfd580.tar.bz2
Fix 5579440: Add transport control view to tablet unlock screens
The AM/PM indicator is no longer used in lockscreen. This propagates the change to the cryptkeeper. Change-Id: Iecd99f6439b5f898443e7d5c37984f7cd7607ce5
Diffstat (limited to 'res')
-rw-r--r--res/layout/crypt_keeper_status.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/res/layout/crypt_keeper_status.xml b/res/layout/crypt_keeper_status.xml
index b9c8288..5144e75 100644
--- a/res/layout/crypt_keeper_status.xml
+++ b/res/layout/crypt_keeper_status.xml
@@ -60,19 +60,6 @@
android:layout_marginBottom="6dip"
/>
- <TextView android:id="@*android:id/am_pm"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@*android:id/timeDisplayBackground"
- android:layout_alignBaseline="@*android:id/timeDisplayBackground"
- android:singleLine="true"
- android:ellipsize="none"
- android:textSize="30sp"
- android:layout_marginLeft="8dip"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="@color/crypt_keeper_clock_am_pm"
- />
-
</com.android.internal.widget.DigitalClock>
<TextView