PDFReaderPro/app/src/main/res/drawable/dr_scroll_handle_bottom.xml
2025-09-05 18:32:32 +08:00

12 lines
352 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:color="#6C7A89"
android:width="1dp" />
<corners
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />
<solid android:color="#DADFE1" />
</shape>