replicant-vendor_replicant/overlay/common/frameworks/base/packages/SystemUI/res/drawable/volume_dialog_background.xml

9 lines
268 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="@color/volume_panel_background_color" />
<corners android:radius="@dimen/notification_material_rounded_rect_radius" />
</shape>