diff --git a/packages/SystemUI/res/layout/operator_name.xml b/packages/SystemUI/res/layout/operator_name.xml index c4f75e927604f..015e30a5d0504 100644 --- a/packages/SystemUI/res/layout/operator_name.xml +++ b/packages/SystemUI/res/layout/operator_name.xml @@ -27,5 +27,6 @@ android:maxLength="20" android:gravity="center_vertical|start" android:textAppearance="?android:attr/textAppearanceSmall" - android:singleLine="true" /> + android:singleLine="true" + android:paddingEnd="5dp" />