mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 17:29:17 +01:00
38d131be37
* Remove material-components workaround that was fixed upstream * Remove unused toolbar workaround * Fix cover dialog navigation icon
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/colorOnSurface"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|