diff options
author | Andreas Straub <andy@strb.org> | 2015-07-10 02:56:44 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-19 22:23:27 +0200 |
commit | 3d339460889644c859d932eb3f2e324bd5696707 (patch) | |
tree | e78c64e213b8b8483063c1bb13600d8122a88c5d /src/main/res/layout/contact_key.xml | |
parent | 35714d3d08d287c5ded125c356835fb70ab342b7 (diff) |
Add key trust toggle to ContactDetailsActivity
Can now toggle IdentityKey trust
Diffstat (limited to 'src/main/res/layout/contact_key.xml')
-rw-r--r-- | src/main/res/layout/contact_key.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/res/layout/contact_key.xml b/src/main/res/layout/contact_key.xml index 79b9af62..a43f8083 100644 --- a/src/main/res/layout/contact_key.xml +++ b/src/main/res/layout/contact_key.xml @@ -50,4 +50,14 @@ android:src="?attr/icon_remove" android:visibility="invisible" /> + <ImageButton + android:id="@+id/button_trust" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_alignParentRight="true" + android:layout_centerVertical="true" + android:background="?android:selectableItemBackground" + android:padding="@dimen/image_button_padding" + android:src="?attr/icon_done" + android:visibility="invisible" /> </RelativeLayout>
\ No newline at end of file |