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

Commit a8bd8a36 authored by Isaac Katzenelson's avatar Isaac Katzenelson Committed by Isaac Katzenelson
Browse files

Remove default formatting from the date on the widget

Bug: 11172770
Widget on lock screen was using the wrong default formatting for the date.
Removed formatting so that the date will not be shown until widget provider
is running.

Change-Id: Ib3000502caea4f675d4bf3804d89ce009d22a818
(cherry picked from commit d1e10c46)
parent 6690bbd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="@color/clock_white"
            android:format12Hour="@string/abbrev_wday_month_day_no_year"
            android:format24Hour="@string/abbrev_wday_month_day_no_year"
            android:format12Hour=""
            android:format24Hour=""
            style="@style/widget_label"
            android:gravity="center"
            />