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
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