trustid: show intent icon for trust ids

This commit is contained in:
Vincent Breitmoser
2017-07-25 22:19:31 +02:00
parent 31ef4c4789
commit 930d2c6e3e
3 changed files with 45 additions and 3 deletions
@@ -27,4 +27,14 @@
tools:text="alice@example.com"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:padding="8dp"
android:id="@+id/trust_id_action"
android:background="?selectableItemBackground"
android:src="@drawable/ic_chat_black_24dp"
/>
</LinearLayout>