mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-03-15 06:23:59 +01:00
11 lines
373 B
XML
11 lines
373 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/gradeMenuSemester"
|
|
android:icon="@drawable/ic_menu_grade_semester_24dp"
|
|
android:orderInCategory="1"
|
|
android:title="@string/grade_switch_semester"
|
|
app:showAsAction="ifRoom" />
|
|
</menu>
|