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 @@