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
This commit is contained in:
Jim Miller
2011-11-11 19:25:50 -08:00
parent af9252849f
commit 9e2e24202d

View File

@@ -60,19 +60,6 @@
android:layout_marginBottom="6dip" 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> </com.android.internal.widget.DigitalClock>
<TextView <TextView