mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
11 lines
265 B
XML
11 lines
265 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
|
|
<solid android:color="@color/window_background"/>
|
|
|
|
<stroke
|
|
android:width="2dp"
|
|
android:color="@color/thread_indicator"/>
|
|
</shape> |