mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 20:11:36 +00:00
Update DM module. (WIP)
Remove left over images DM update (WIP) Update DM module. (WIP) Update DM module. (WIP)
This commit is contained in:
parent
6a5c2171c6
commit
343b2cf9d7
318 changed files with 25129 additions and 4517 deletions
8
app/src/main/res/drawable/bg_speech_bubble_incoming.xml
Normal file
8
app/src/main/res/drawable/bg_speech_bubble_incoming.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue