Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
7643 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3
android:shape="rectangle">
4
<corners android:radius="12dp" />
5
<padding android:left="16dp"
6
android:right="16dp"
7
android:top="16dp"
8
android:bottom="16dp" />
9
<solid android:color="@color/busy_indicator" />
10
</shape>
11
12