forked from github/wulkanowy-mirror
Add timetable to Wulkanowy (#38)
* Add timetable entities, synchronization and UI * Add better code hub config * Update SDK tools * Change activity to ui * [API] fix lesson room, when division into groups * [API] Rewrite lesson parser * [API] Add support for new lesson type * [API] Fix for substitutions in the timetable
This commit is contained in:

committed by
Mikołaj Pich

parent
647ed08460
commit
c111e43f18
8
app/src/main/res/drawable/ic_generic_exclamation.xml
Normal file
8
app/src/main/res/drawable/ic_generic_exclamation.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<!-- drawable/exclamation.xml -->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:width="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path android:fillColor="@color/colorPrimary" android:pathData="M11,4.5H13V15.5H11V4.5M13,17.5V19.5H11V17.5H13Z" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_timetable_swap.xml
Normal file
9
app/src/main/res/drawable/ic_timetable_swap.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="30dp"
|
||||
android:height="30dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:pathData="M6.99,11L3,15l3.99,4v-3H14v-2H6.99v-3zM21,9l-3.99,-4v3H10v2h7.01v3L21,9z"
|
||||
android:fillColor="@color/colorPrimary"/>
|
||||
</vector>
|
Reference in New Issue
Block a user