diff options
| -rw-r--r-- | packages/SystemUI/res/layout-land/volume_dialog.xml | 1 | ||||
| -rw-r--r-- | packages/SystemUI/res/layout/volume_dialog.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-land/volume_dialog.xml b/packages/SystemUI/res/layout-land/volume_dialog.xml index b08e51372dd0..7a03172c69db 100644 --- a/packages/SystemUI/res/layout-land/volume_dialog.xml +++ b/packages/SystemUI/res/layout-land/volume_dialog.xml @@ -126,6 +126,7 @@ android:gravity="right" android:layout_gravity="right" android:clipToPadding="false" + android:clipToOutline="true" android:background="@drawable/volume_row_rounded_background"> <com.android.systemui.volume.CaptionsToggleImageButton android:id="@+id/odi_captions_icon" diff --git a/packages/SystemUI/res/layout/volume_dialog.xml b/packages/SystemUI/res/layout/volume_dialog.xml index beac05794fe9..6aaa54afd158 100644 --- a/packages/SystemUI/res/layout/volume_dialog.xml +++ b/packages/SystemUI/res/layout/volume_dialog.xml @@ -125,6 +125,7 @@ android:gravity="right" android:layout_gravity="right" android:clipToPadding="false" + android:clipToOutline="true" android:background="@drawable/volume_row_rounded_background"> <com.android.systemui.volume.CaptionsToggleImageButton android:id="@+id/odi_captions_icon" |