1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-03-15 08:44:00 +01:00
wulkanowy-mirror/app/src/main/res/drawable/ic_all_divider.xml
Mateusz Idziejczak b2efe0d981
Probably fix list divider color (#1270)
Co-authored-by: Rafał Borcz <RafalBO99@outlook.com>
2021-05-02 12:33:27 +02:00

6 lines
189 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?colorDivider" />
</shape>