diff options
Diffstat (limited to 'packages/SystemUI/res/layout/volume_dnd_icon.xml')
-rw-r--r-- | packages/SystemUI/res/layout/volume_dnd_icon.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/volume_dnd_icon.xml b/packages/SystemUI/res/layout/volume_dnd_icon.xml index 10c1472ae993..56587b99b80b 100644 --- a/packages/SystemUI/res/layout/volume_dnd_icon.xml +++ b/packages/SystemUI/res/layout/volume_dnd_icon.xml @@ -18,12 +18,14 @@ android:id="@+id/dnd_icon" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="6dp"> + android:layout_gravity="bottom" + android:layout_marginTop="6dp" + android:layout_marginBottom="6dp"> <ImageView android:layout_width="14dp" android:layout_height="14dp" - android:layout_gravity="right|top" + android:layout_gravity="center" android:src="@*android:drawable/ic_qs_dnd" android:tint="?android:attr/textColorTertiary"/> </FrameLayout>
\ No newline at end of file |