We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcfd3e6 + 0223ffa commit 04b0963Copy full SHA for 04b0963
core/res/res/layout/keyguard_status_view.xml
@@ -59,6 +59,7 @@
59
android:layout_height="wrap_content"
60
android:layout_gravity="end"
61
android:layout_marginTop="-16dp"
62
+ android:layout_marginBottom="24dp"
63
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
64
android:singleLine="true"
65
android:ellipsize="marquee"
@@ -69,7 +70,7 @@
69
70
<TextView
71
android:id="@+id/alarm_status"
72
- android:layout_marginTop="28dp"
73
+ android:layout_marginTop="4dp"
74
75
76
0 commit comments