forked from github/szkolny
[UI] Fix timetable lesson colors.
This commit is contained in:
parent
2d01a8c4d4
commit
fdad2d9e1a
@ -5,5 +5,5 @@
|
||||
|
||||
<corners android:radius="4dp" />
|
||||
<stroke android:color="@color/dividerColor" android:width="1dp" />
|
||||
<solid android:color="#DCDCDC" />
|
||||
<solid android:color="@color/dividerColor" />
|
||||
</shape>
|
@ -4,4 +4,5 @@
|
||||
|
||||
<corners android:radius="4dp" />
|
||||
<stroke android:width="1dp" android:color="#1e000000" />
|
||||
<solid android:color="#00000000" />
|
||||
</shape>
|
Loading…
Reference in New Issue
Block a user