diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/drawable/circular_background.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/circular_background.xml b/app/src/main/res/drawable/circular_background.xml new file mode 100644 index 00000000..5f6c58ee --- /dev/null +++ b/app/src/main/res/drawable/circular_background.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" > + <size android:width="24dp" android:height="24dp"/> +</shape>
\ No newline at end of file |