Improved security icon above chat button in contact detail
This commit is contained in:
parent
fd2eea94a6
commit
09047f2af8
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue