parent
6f892d3e5d
commit
741a2720c5
@ -0,0 +1,17 @@ |
|||||||
|
<?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/menu_chapter_change_source" |
||||||
|
android:icon="@drawable/ic_bubble_chart" |
||||||
|
android:title="@string/chapter_change_source" |
||||||
|
app:showAsAction="never" /> |
||||||
|
|
||||||
|
<item |
||||||
|
android:id="@+id/menu_book_change_source" |
||||||
|
android:icon="@drawable/ic_bubble_chart" |
||||||
|
android:title="@string/book_change_source" |
||||||
|
app:showAsAction="never" /> |
||||||
|
|
||||||
|
</menu> |
@ -0,0 +1,23 @@ |
|||||||
|
<?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/menu_refresh_dur" |
||||||
|
android:icon="@drawable/ic_bubble_chart" |
||||||
|
android:title="@string/menu_refresh_dur" |
||||||
|
app:showAsAction="never" /> |
||||||
|
|
||||||
|
<item |
||||||
|
android:id="@+id/menu_refresh_after" |
||||||
|
android:icon="@drawable/ic_bubble_chart" |
||||||
|
android:title="@string/menu_refresh_after" |
||||||
|
app:showAsAction="never" /> |
||||||
|
|
||||||
|
<item |
||||||
|
android:id="@+id/menu_refresh_all" |
||||||
|
android:icon="@drawable/ic_bubble_chart" |
||||||
|
android:title="@string/menu_refresh_all" |
||||||
|
app:showAsAction="never" /> |
||||||
|
|
||||||
|
</menu> |
Loading…
Reference in new issue