Improved security icon above chat button in contact detail

This commit is contained in:
Sylvain Berfini 2022-03-30 18:16:08 +02:00
parent fd2eea94a6
commit 09047f2af8

View file

@ -114,7 +114,7 @@
android:onClick="@{() -> data.startChat(true)}"
android:enabled="@{data.address != null}"
android:visibility="@{data.chatAllowed && data.showSecureChat ? View.VISIBLE : View.GONE}"
android:layout_width="65dp"
android:layout_width="70dp"
android:layout_height="60dp"
android:layout_margin="10dp">
@ -128,8 +128,9 @@
android:src="@drawable/chat_start_default" />
<ImageView
android:layout_width="17dp"
android:layout_height="17dp"
android:layout_width="21dp"
android:layout_height="21dp"
android:layout_marginTop="4dp"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:contentDescription="@string/content_description_start_encrypted_chat"