mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-31 05:48:19 +01:00
[UI] Fix timetable lesson colors.
This commit is contained in:
parent
2d01a8c4d4
commit
fdad2d9e1a
@ -5,5 +5,5 @@
|
|||||||
|
|
||||||
<corners android:radius="4dp" />
|
<corners android:radius="4dp" />
|
||||||
<stroke android:color="@color/dividerColor" android:width="1dp" />
|
<stroke android:color="@color/dividerColor" android:width="1dp" />
|
||||||
<solid android:color="#DCDCDC" />
|
<solid android:color="@color/dividerColor" />
|
||||||
</shape>
|
</shape>
|
||||||
|
@ -4,4 +4,5 @@
|
|||||||
|
|
||||||
<corners android:radius="4dp" />
|
<corners android:radius="4dp" />
|
||||||
<stroke android:width="1dp" android:color="#1e000000" />
|
<stroke android:width="1dp" android:color="#1e000000" />
|
||||||
</shape>
|
<solid android:color="#00000000" />
|
||||||
|
</shape>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user