mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
- Added "Exclude military department schedule" option
This commit is contained in:
+2564
-4617
File diff suppressed because it is too large
Load Diff
@@ -230,6 +230,12 @@
|
||||
android:layout_marginVertical="5dp"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/excludeMilitary"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/excludeMilitary"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/export"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
|
||||
<string name="destinationCalendarSpinner">Конечный календарь</string>
|
||||
|
||||
<string name="excludeMilitary">Не добавлять расписание военной кафедры</string>
|
||||
|
||||
<string name="addScheduleButton">Добавить расписание</string>
|
||||
|
||||
<string name="copyrights">©2020 Михаил Гордеев, ИСиТ, ИСТ-942</string>
|
||||
|
||||
@@ -56,6 +56,8 @@
|
||||
|
||||
<string name="destinationCalendarSpinner">Destination calendar</string>
|
||||
|
||||
<string name="excludeMilitary">Exclude military department schedule</string>
|
||||
|
||||
<string name="addScheduleButton">Add schedule</string>
|
||||
|
||||
<string name="copyrights">©2020 Michael Gordeev, IST, IST-942</string>
|
||||
|
||||
Reference in New Issue
Block a user