mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
13 lines
436 B
XML
13 lines
436 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/email"
|
|
android:title="Сообщить об ошибке"
|
|
app:showAsAction="never" />
|
|
<item
|
|
android:id="@+id/about"
|
|
android:title="О приложении"
|
|
app:showAsAction="never" />
|
|
</menu>
|