1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-02 09:11:17 +00:00
syncthing-android/app/src/main/res/drawable/list_divider.xml
2017-10-24 14:55:28 +09:00

5 lines
194 B
XML

<?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>