From 0223ffaa040ea071916d26e06e9913a08ccf1e55 Mon Sep 17 00:00:00 2001 From: Philip Milne Date: Fri, 5 Oct 2012 10:27:42 -0700 Subject: [PATCH] Fix for bug: 7281620. Blank line after date in status widget disappears. Change-Id: I9e8e31e14e17643551c3bf89bac898d91c3d37ca --- core/res/res/layout/keyguard_status_view.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/res/res/layout/keyguard_status_view.xml b/core/res/res/layout/keyguard_status_view.xml index c7f6863317f1b..951787b0b977f 100644 --- a/core/res/res/layout/keyguard_status_view.xml +++ b/core/res/res/layout/keyguard_status_view.xml @@ -59,6 +59,7 @@ android:layout_height="wrap_content" android:layout_gravity="end" android:layout_marginTop="-16dp" + android:layout_marginBottom="24dp" android:layout_marginEnd="@dimen/kg_status_line_font_right_margin" android:singleLine="true" android:ellipsize="marquee" @@ -69,7 +70,7 @@