Add semester switch in grades (#94)
This commit is contained in:

committed by
Rafał Borcz

parent
cb6d39fe15
commit
4ef3334bf7
13
app/src/main/res/menu/semester_switch.xml
Normal file
13
app/src/main/res/menu/semester_switch.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<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="io.github.wulkanowy.timetable.MainActivity"
|
||||
>
|
||||
<item
|
||||
android:id="@+id/action_filter"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/switch_semester"
|
||||
android:icon="@drawable/ic_filter_list_black_24dp"
|
||||
app:showAsAction="always"
|
||||
/>
|
||||
</menu>
|
Reference in New Issue
Block a user