Files
ShiftRing/app/src/main/res/drawable/bg_chip_soft_ju.xml
T

10 lines
302 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#20FFD60A" />
<corners android:radius="12dp" />
<stroke
android:width="0.5dp"
android:color="#40FFD60A" />
</shape>