Show a bomb badge on the send button when disappearing messages is active

This commit is contained in:
Torsten Grote
2020-12-15 17:23:08 -03:00
parent 9947a6aa1b
commit dceb38b777
4 changed files with 51 additions and 2 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="oval">
<padding
android:bottom="1dp"
android:left="1dp"
android:right="1dp"
android:top="1dp" />
<solid android:color="@color/item_background_highlight" />
</shape>