mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-15 19:27:31 +00:00
9 lines
381 B
XML
9 lines
381 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<solid android:color="@color/black_a50" />
|
||
|
<corners
|
||
|
android:bottomLeftRadius="@dimen/dm_message_card_radius"
|
||
|
android:bottomRightRadius="@dimen/dm_message_card_radius"
|
||
|
android:topLeftRadius="0dp"
|
||
|
android:topRightRadius="0dp" />
|
||
|
</shape>
|