Show bomb badge in same style as send button

This commit is contained in:
Torsten Grote
2020-12-16 11:21:24 -03:00
parent dceb38b777
commit 56705bde74
2 changed files with 2 additions and 16 deletions

View File

@@ -1,13 +0,0 @@
<?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>