Files
APPBase/powerbell/src/main/res/drawable/divider_line.xml
2025-03-22 15:54:18 +08:00

8 lines
214 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke
android:width="1dp"
android:color="#E0E0E0"/>
</shape>