Add a summary of attendance (#132)
This commit is contained in:

committed by
Mikołaj Pich

parent
900065d758
commit
f96d0ebed9
10
app/src/main/res/menu/action_menu_attendance.xml
Normal file
10
app/src/main/res/menu/action_menu_attendance.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?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/attendanceMenuSummary"
|
||||
android:icon="@drawable/ic_all_about_24dp"
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/grade_switch_semester"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
@ -1,6 +1,6 @@
|
||||
<?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/gradeMenuSemester"
|
||||
android:icon="@drawable/ic_menu_grade_semester_24dp"
|
||||
|
Reference in New Issue
Block a user