mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
18 lines
540 B
XML
18 lines
540 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">
|
|
|
|
<item
|
|
android:id="@+id/clear"
|
|
android:title="@string/clearCalendarOption"
|
|
android:showAsAction="never"/>
|
|
<item
|
|
android:id="@+id/email"
|
|
android:title="@string/reportErrorOption"
|
|
app:showAsAction="never" />
|
|
<item
|
|
android:id="@+id/about"
|
|
android:title="@string/aboutTitle"
|
|
app:showAsAction="never" />
|
|
</menu>
|