diff options
| author | 2018-04-24 13:34:05 +0000 | |
|---|---|---|
| committer | 2018-04-24 13:34:05 +0000 | |
| commit | 57e77be49d16e0d26acf9649ce689c15806ab692 (patch) | |
| tree | 92fbf4ce5e337b7265145ca9457f13b2d9852478 | |
| parent | 66b6d1c3bc3e5bb8792252159b75defd070ac47d (diff) | |
| parent | b36ef4eb5779a03c25d2fbeb283944f93e273583 (diff) | |
Merge "Edit dnd icon in volume dialog" into pi-dev
| -rw-r--r-- | packages/SystemUI/res/layout/volume_dnd_icon.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/SystemUI/res/layout/volume_dnd_icon.xml b/packages/SystemUI/res/layout/volume_dnd_icon.xml index 215b2300992a..acf9aedd5a3c 100644 --- a/packages/SystemUI/res/layout/volume_dnd_icon.xml +++ b/packages/SystemUI/res/layout/volume_dnd_icon.xml @@ -15,16 +15,16 @@ --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="14dp" - android:layout_height="14dp" - android:layout_marginTop="6dp" - android:layout_marginRight="6dp" - android:layout_gravity="right|top"> + android:layout_width="@dimen/volume_dialog_panel_width" + android:layout_height="wrap_content"> <ImageView android:id="@+id/dnd_icon" - android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_width="14dp" + android:layout_height="14dp" + android:layout_marginTop="6dp" + android:layout_marginRight="6dp" + android:layout_gravity="right|top" android:src="@drawable/ic_dnd" android:tint="?android:attr/textColorTertiary"/> </FrameLayout> |