mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 22:20:17 +02:00
[UI] Fix timetable lesson colors.
This commit is contained in:
@ -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" />
|
||||||
|
<solid android:color="#00000000" />
|
||||||
</shape>
|
</shape>
|
Reference in New Issue
Block a user