mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 18:15:07 +01:00
10 lines
363 B
XML
10 lines
363 B
XML
|
<?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_recents"
|
||
|
android:icon="@drawable/ic_history_black_24dp"
|
||
|
android:title="@string/label_recent_manga"
|
||
|
app:showAsAction="ifRoom" />
|
||
|
</menu>
|