aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res-public/drawable/kau_transparent.xml
blob: 399a46bf19fff37691ad3bf3dde84985b333ec67 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@android:color/transparent" />
</shape>