1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-03 09:41:16 +00:00
syncthing-android/app/src/main/res/drawable/list_divider.xml

6 lines
194 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" />
2015-09-07 00:25:43 +00:00
</shape>