mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 06:03:18 +01:00
Update assets and themes to leverage DayNight system.
This commit is contained in:
14
app/src/main/res/drawable/unread_count_background.xml
Normal file
14
app/src/main/res/drawable/unread_count_background.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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_white"
|
||||
android:width="1dp"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user