Updated on 2026-08-14
This commit is contained in:
parent
ca51d6803a
commit
3abd3268ff
34 changed files with 1166 additions and 523 deletions
15
app/src/main/res/drawable/shape_refresh_button.xml
Normal file
15
app/src/main/res/drawable/shape_refresh_button.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@color/white" />
|
||||
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#E2E2E2" />
|
||||
|
||||
<size
|
||||
android:width="40dp"
|
||||
android:height="40dp" />
|
||||
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue