Files
android/app/src/main/res/drawable/drag_handle_bg.xml
T
shihaam d227d468b1
Auto Tag on Version Change / check-version (push) Successful in 3s
add notifcations #24
2026-06-04 01:38:38 +05:00

7 lines
222 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#44808080" />
<corners android:radius="2dp" />
</shape>