mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-04 02:01:16 +00:00
5 lines
193 B
XML
5 lines
193 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>
|