Skip to content

Commit 0223ffa

Browse files
author
Philip Milne
committed
Fix for bug: 7281620. Blank line after date in status widget disappears.
Change-Id: I9e8e31e14e17643551c3bf89bac898d91c3d37ca
1 parent 3c008f2 commit 0223ffa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/res/res/layout/keyguard_status_view.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
android:layout_height="wrap_content"
6060
android:layout_gravity="end"
6161
android:layout_marginTop="-16dp"
62+
android:layout_marginBottom="24dp"
6263
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
6364
android:singleLine="true"
6465
android:ellipsize="marquee"
@@ -69,7 +70,7 @@
6970
<TextView
7071
android:id="@+id/alarm_status"
7172
android:layout_gravity="end"
72-
android:layout_marginTop="28dp"
73+
android:layout_marginTop="4dp"
7374
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
7475
android:singleLine="true"
7576
android:ellipsize="marquee"

0 commit comments

Comments
 (0)