Updated on 2026-08-14
This commit is contained in:
parent
304bc23a3c
commit
20421a758c
45 changed files with 1599 additions and 10 deletions
8
app/src/main/res/drawable/shape_rectangle_rounded_4.xml
Normal file
8
app/src/main/res/drawable/shape_rectangle_rounded_4.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="@color/backgroundGray" />
|
||||
|
||||
<corners android:radius="4dp" />
|
||||
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue