1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-04 02:01:16 +00:00
syncthing-android/src/main/res/drawable/list_divider.xml

5 lines
193 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/divider" />
<size android:height="1px" />
</shape>