Skip to content

Commit 04b0963

Browse files
Philip MilneAndroid (Google) Code Review
authored andcommitted
Merge "Fix for bug: 7281620. Blank line after date in status widget disappears." into jb-mr1-dev
2 parents fcfd3e6 + 0223ffa commit 04b0963

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)