mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Show a bomb badge on the send button when disappearing messages is active
This commit is contained in:
13
briar-android/src/main/res/drawable/bomb_badge.xml
Normal file
13
briar-android/src/main/res/drawable/bomb_badge.xml
Normal 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>
|
||||
Reference in New Issue
Block a user