Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e2e2420 authored by Jim Miller's avatar Jim Miller
Browse files

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
parent af925284
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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