mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-24 21:12:35 -04:00
13 lines
459 B
XML
13 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>
|