summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdo Ben-Hur <idoybh2@gmail.com>2020-10-08 17:18:06 +0300
committeralk3pInjection <webmaster@raspii.tech>2023-04-20 00:08:54 +0800
commitf8fe77e671989690b2ff6e8a9c661a463b3b828b (patch)
treed0b2b832c8b5be43db309c68011b862f36b2aae6
parent85aa1709e7bd375ca210edcdfce39be244e66b13 (diff)
SystemUI: Fix uneven DND icon padding in status bar
Change-Id: I8f7f88d6451371458632b7949ef74bedbeccbaf8
-rw-r--r--packages/SystemUI/res/drawable/stat_sys_dnd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/drawable/stat_sys_dnd.xml b/packages/SystemUI/res/drawable/stat_sys_dnd.xml
index aa352b42cf04..da861eb72845 100644
--- a/packages/SystemUI/res/drawable/stat_sys_dnd.xml
+++ b/packages/SystemUI/res/drawable/stat_sys_dnd.xml
@@ -17,6 +17,6 @@
*/
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
- android:insetLeft="2.5dp"
- android:insetRight="2.5dp"
+ android:insetLeft="0dp"
+ android:insetRight="0dp"
android:drawable="@*android:drawable/ic_qs_dnd" /> \ No newline at end of file