1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00
This commit is contained in:
Austin Huang 2020-09-02 13:31:09 -04:00
commit b62dc66032
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
29 changed files with 409 additions and 94 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
android:color="#ff0000"/>
<size
android:width="120dp"
android:height="120dp"/>
</shape>