mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 14:13:22 +01:00
Update assets and themes to leverage DayNight system.
This commit is contained in:
6
app/src/main/res/drawable/reaction_pill_background.xml
Normal file
6
app/src/main/res/drawable/reaction_pill_background.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="1000dp" />
|
||||
<solid android:color="@color/core_grey_05" />
|
||||
<stroke android:color="@color/white" android:width="1dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user