63-ms-ui (#82)
This commit is contained in:
30
app/src/main/res/drawable/progress_bar.xml
Normal file
30
app/src/main/res/drawable/progress_bar.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:top="4dp"
|
||||
android:bottom="4dp"
|
||||
android:right="1dp"
|
||||
android:left="1dp">
|
||||
<shape>
|
||||
<size android:height="1dp"/>
|
||||
<corners android:radius="15dp"/>
|
||||
<solid android:color="@color/divider"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:top="1dp"
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp">
|
||||
|
||||
<scale android:scaleWidth="100%" android:scaleHeight="80%">
|
||||
<shape>
|
||||
<corners android:radius="15dp" />
|
||||
</shape>
|
||||
</scale>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
Reference in New Issue
Block a user