Merge "Fix for bug: 7281620. Blank line after date in status widget disappears." into jb-mr1-dev
This commit is contained in:
@@ -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 @@
|
||||
<TextView
|
||||
android:id="@+id/alarm_status"
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginTop="28dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
|
||||
Reference in New Issue
Block a user