OSDN Git Service

Fix 5579440: Add transport control view to tablet unlock screens
authorJim Miller <jaggies@google.com>
Sat, 12 Nov 2011 03:25:50 +0000 (19:25 -0800)
committerJim Miller <jaggies@google.com>
Mon, 14 Nov 2011 22:08:47 +0000 (14:08 -0800)
The AM/PM indicator is no longer used in lockscreen.  This propagates
the change to the cryptkeeper.

Change-Id: Iecd99f6439b5f898443e7d5c37984f7cd7607ce5

res/layout/crypt_keeper_status.xml

index b9c8288..5144e75 100644 (file)
             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