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

10 lines
485 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- QS Background rectangle - we wrap it in a layer-list to give it some top margin -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:top="@dimen/qs_top_inset">
<shape android:shape="rectangle" >
<solid android:color="@color/system_primary_color"/>
<corners android:radius="@dimen/notification_material_rounded_rect_radius"/>
</shape>
</item>
</layer-list>