summaryrefslogtreecommitdiffstats
path: root/res/drawable/per_app_theme_list_background.xml
blob: 09868c322fad78012db52e840f0869ba54a7f9ef (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:radius="4dp"/>
    <solid android:color="@color/per_app_theme_bg_color" />
</shape>