mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-02 09:11:17 +00:00
5 lines
194 B
XML
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>
|