mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
[android] rough sketch of UI for adding contacts remotely
This commit is contained in:
13
briar-android/src/main/res/drawable/bubble_completed.xml
Normal file
13
briar-android/src/main/res/drawable/bubble_completed.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners
|
||||
android:radius="32dp"/>
|
||||
|
||||
<solid
|
||||
android:color="@color/briar_green"/>
|
||||
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user