1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 20:11:36 +00:00
BarInsta/app/src/main/res/drawable/bg_speech_bubble_incoming.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

8 lines
No EOL
337 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?attr/dmIncomingBgColor" />
<corners
android:radius="@dimen/dm_message_card_radius"
android:topLeftRadius="@dimen/dm_message_card_radius_small" />
</shape>