PDFReaderPro/app/src/main/res/drawable/dr_item_img_frame.xml
2025-09-04 18:32:01 +08:00

7 lines
257 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/line_color"
android:width="1dp"/>
<corners android:radius="8dp" />
</shape>