mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 23:59:19 +01:00
14 lines
459 B
XML
14 lines
459 B
XML
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
tools:context=".MainActivity">
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_update_library"
|
||
|
android:icon="@drawable/ic_refresh_24dp"
|
||
|
android:title="@string/action_update_library"
|
||
|
app:iconTint="?attr/colorOnPrimary"
|
||
|
app:showAsAction="ifRoom" />
|
||
|
|
||
|
</menu>
|