mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 20:11:36 +00:00
8 lines
No EOL
337 B
XML
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> |