1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 08:21:35 +00:00
This commit is contained in:
Ammar Githam 2021-03-20 13:49:13 +09:00
parent 8e32958da6
commit d7ecc935f7
4 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:opacity="opaque">
<item android:drawable="@color/grey_900" />
<item>
<bitmap
android:gravity="center"
android:src="@drawable/barinsta_logo" />
</item>
</layer-list>