Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 375af769 authored by Evan Laird's avatar Evan Laird Committed by Gerrit Code Review
Browse files

Merge "Leave spaces between Operator name and Clock in StatusBar"

parents 82e3d2f0 52a11bbe
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -27,5 +27,6 @@
        android:maxLength="20"
        android:maxLength="20"
        android:gravity="center_vertical|start"
        android:gravity="center_vertical|start"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:singleLine="true" />
        android:singleLine="true"
        android:paddingEnd="5dp" />
</com.android.systemui.statusbar.AlphaOptimizedFrameLayout>
</com.android.systemui.statusbar.AlphaOptimizedFrameLayout>