session-android/res/drawable/progress_background.xml
2015-07-01 15:38:55 -07:00

5 lines
181 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#99000000"/>
</shape>