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/layout/layout_dm_like.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

9 lines
No EOL
402 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.AppCompatImageButton xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tvMessage"
android:layout_width="68dp"
android:layout_height="68dp"
android:background="@android:color/transparent"
android:scaleType="centerCrop"
android:src="@drawable/ic_like"
android:tint="@color/red_800" />