mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-04 09:41:51 +01:00
b7e66fa404
I'm stealing from that reddit sync alpha Also light blue theme is now broken...too bad
23 lines
864 B
XML
23 lines
864 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_search"
|
|
android:icon="@drawable/ic_search_white_24dp"
|
|
android:title="@string/action_search"
|
|
android:visible="false"
|
|
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
|
app:showAsAction="ifRoom|collapseActionView" />
|
|
|
|
<item
|
|
android:id="@+id/action_recents"
|
|
android:icon="@drawable/ic_update_black_24dp"
|
|
android:title="@string/label_recent_updates"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:icon="@drawable/ic_settings_white_24dp"
|
|
android:title="@string/label_settings"
|
|
app:showAsAction="never"
|
|
/>
|
|
</menu> |