mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
10 lines
389 B
XML
10 lines
389 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_add"
|
|
android:icon="@drawable/ic_add"
|
|
android:iconTint="@color/titleTextColor"
|
|
android:title="@string/menu_add_button"
|
|
app:showAsAction="always" />
|
|
</menu> |