2020-03-29 16:43:00 -04:00
|
|
|
<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"
|
2021-06-20 02:45:16 +07:00
|
|
|
app:iconTint="?attr/colorOnToolbar"
|
2020-03-29 16:43:00 -04:00
|
|
|
app:showAsAction="ifRoom" />
|
|
|
|
|
|
|
|
</menu>
|