Fix invite drawable on API 19.

This commit is contained in:
Alan Evans
2019-09-03 15:19:06 -04:00
parent ccaeb089ab
commit b5ce7325fc
3 changed files with 37 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#70707C" />
</shape>