Remove extra padding on volume mute status icon

Bug: b/292301332

Test: Manual. Press volume button. Mute ringer mode. The status icon
should be equally padded compared to other icons.

Change-Id: Ib27e34267ff8742043148fe37a29ef56ff76bd45
This commit is contained in:
Behnam Heydarshahi
2023-08-17 21:14:05 +00:00
parent c25d75a1d3
commit 7fc20501d1

View File

@@ -14,6 +14,4 @@ Copyright (C) 2015 The Android Open Source Project
limitations under the License.
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="3dp"
android:insetRight="3dp"
android:drawable="@drawable/ic_speaker_mute" />