mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-24 13:21:16 +00:00
dda0e48fda
Ref #404.
8 lines
No EOL
280 B
XML
8 lines
No EOL
280 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:insetLeft="@dimen/material_divider_inset">
|
|
<shape>
|
|
<solid android:color="@color/divider" />
|
|
<size android:height="1px" />
|
|
</shape>
|
|
</inset> |