mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
13 lines
277 B
XML
13 lines
277 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="2dp"
|
|
android:color="@color/briar_text_primary"/>
|
|
|
|
</shape> |