Files
briar/briar-android/res/drawable/spinner_border.xml
str4d b81a567468 First part of BQP UI improvements.
Includes parallel improvements to Bluetooth key exchange UI.
2016-05-06 13:57:30 +01:00

16 lines
309 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="@android:color/transparent"/>
<stroke
android:width="1dp"
android:color="@color/spinner_border"/>
<corners
android:radius="2dp"/>
</shape>