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

Unverified Commit a5517996 authored by Ido Ben-Hur's avatar Ido Ben-Hur Committed by Michael Bestas
Browse files

SystemUI: Fix uneven DND icon padding in status bar

Change-Id: I8f7f88d6451371458632b7949ef74bedbeccbaf8
parent d3ec5122
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@
*/
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetLeft="2.5dp"
    android:insetRight="2.5dp"
    android:insetLeft="0.5dp"
    android:insetRight="0.5dp"
    android:drawable="@*android:drawable/ic_qs_dnd" />
 No newline at end of file