mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Show bomb badge in same style as send button
This commit is contained in:
@@ -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>
|
|
||||||
@@ -42,12 +42,11 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="end|bottom"
|
android:layout_gravity="end|bottom"
|
||||||
android:layout_margin="1dp"
|
android:layout_margin="3dp"
|
||||||
android:background="@drawable/bomb_badge"
|
|
||||||
android:contentDescription="@string/auto_delete_msg_contact_enabled"
|
android:contentDescription="@string/auto_delete_msg_contact_enabled"
|
||||||
android:visibility="invisible"
|
android:visibility="invisible"
|
||||||
app:srcCompat="@drawable/ic_bomb"
|
app:srcCompat="@drawable/ic_bomb"
|
||||||
app:tint="@color/color_primary"
|
app:tint="@color/briar_accent"
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
|
|||||||
Reference in New Issue
Block a user