1.水平与垂直阅读 2.逐页 3.反转颜色(夜晚模式) 二:优化fileActionEvent事件通知写法,需要观察什么事件自己写 三:添加自定义CustomSwitchButton按钮
14 lines
460 B
XML
14 lines
460 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M4,7h16v10h-16z"
|
|
android:strokeWidth="2"
|
|
android:strokeColor="@color/icon_color"
|
|
android:fillColor="@android:color/transparent"
|
|
android:strokeLineJoin="round"
|
|
android:strokeLineCap="round" />
|
|
</vector>
|