Signal-Android/app/src/main/res/drawable-night/unread_count_background_new.xml

14 lines
361 B
XML
Raw Normal View History

2021-09-03 17:38:20 -03:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/unread_count_bubble_radius" />
<solid android:color="@color/core_ultramarine" />
<stroke
android:color="@color/core_grey_95"
android:width="2.5dp"/>
</shape>