1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-28 05:37:29 +00:00
BarInsta/app/src/main/res/drawable/bg_quote_line.xml
Ammar Githam 343b2cf9d7 Update DM module. (WIP)
Remove left over images


DM update (WIP)

Update DM module. (WIP)


Update DM module. (WIP)
2021-01-02 11:54:32 +09:00

5 lines
197 B
XML

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