mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Use new colors for step bubbles when adding contacts remotely
This commit is contained in:
13
briar-android/src/main/res/drawable/bubble_future.xml
Normal file
13
briar-android/src/main/res/drawable/bubble_future.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/step_bubble_future_background"/>
|
||||
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user