mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 08:21:35 +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
13
app/src/main/res/drawable/bg_dm_time.xml
Normal file
13
app/src/main/res/drawable/bg_dm_time.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="-90"
|
||||
android:endColor="@color/grey_900"
|
||||
android:startColor="#00FFFFFF"
|
||||
android:type="linear" />
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dm_message_card_radius_small"
|
||||
android:bottomRightRadius="@dimen/dm_message_card_radius_small"
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="0dp" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue