pull/32/head
parent
6e804e7b11
commit
6bb230acb6
@ -0,0 +1,2 @@ |
||||
package io.legado.app.utils |
||||
|
@ -0,0 +1,9 @@ |
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:width="24dp" |
||||
android:height="24dp" |
||||
android:viewportWidth="24.0" |
||||
android:viewportHeight="24.0"> |
||||
<path |
||||
android:fillColor="#FF000000" |
||||
android:pathData="M19,2L5,2c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h4l3,3 3,-3h4c1.1,0 2,-0.9 2,-2L21,4c0,-1.1 -0.9,-2 -2,-2zM13,18h-2v-2h2v2zM15.07,10.25l-0.9,0.92C13.45,11.9 13,12.5 13,14h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,8c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"/> |
||||
</vector> |
@ -1,15 +1,10 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto"> |
||||
<item android:id="@+id/action_settings" |
||||
android:title="@string/action_settings" |
||||
android:orderInCategory="100" |
||||
app:showAsAction="never"/> |
||||
|
||||
<item android:id="@+id/action_settings" |
||||
android:title="@string/help" |
||||
android:icon="@drawable/ic_live_help_black_24dp" |
||||
app:showAsAction="always"/> |
||||
|
||||
<item android:id="@+id/action_test" |
||||
android:title="测试" |
||||
android:icon="@drawable/ic_search" |
||||
android:orderInCategory="100" |
||||
app:showAsAction="never"/> |
||||
</menu> |
||||
|
Loading…
Reference in new issue