mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
9 lines
275 B
XML
9 lines
275 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/forum_discussion_nested_line"/>
|
|
</shape> |