1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

address #74, fix #76, fix #90, fix #104, fix #106

This commit is contained in:
Austin Huang 2020-09-01 13:37:00 -04:00
parent a6c912c5d5
commit c87311a68e
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
30 changed files with 392 additions and 120 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>