1.水平与垂直阅读 2.逐页 3.反转颜色(夜晚模式) 二:优化fileActionEvent事件通知写法,需要观察什么事件自己写 三:添加自定义CustomSwitchButton按钮
6 lines
184 B
XML
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>
|