PDFReaderPro/app/src/main/res/drawable/dr_bg_toggle_group.xml
ocean 038c1bc46b 一:添加阅读模式对话框
1.水平与垂直阅读
2.逐页
3.反转颜色(夜晚模式)
二:优化fileActionEvent事件通知写法,需要观察什么事件自己写
三:添加自定义CustomSwitchButton按钮
2025-09-16 18:43:16 +08:00

6 lines
184 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/grey"/>
<corners android:radius="24dp"/>
</shape>