Use new colors for step bubbles when adding contacts remotely

This commit is contained in:
Torsten Grote
2024-06-10 10:12:56 -03:00
parent dcaf873117
commit 5bba0daa89
8 changed files with 52 additions and 14 deletions

View 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>