PDFReaderPro/app/src/main/res/drawable/dr_sel_off_frame.xml
2025-11-07 10:23:39 +08:00

7 lines
267 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="@color/placeholder_bg_color"
android:width="1dp"/>
<corners android:radius="4dp" />
</shape>