list trust ids in ShowKeyFragment

This commit is contained in:
Vincent Breitmoser
2016-11-16 15:52:40 +01:00
parent c7bb6a7bc0
commit 31ef4c4789
10 changed files with 418 additions and 16 deletions

View File

@@ -51,6 +51,17 @@
</android.support.v7.widget.CardView>
<org.sufficientlysecure.keychain.ui.keyview.view.TrustIdsIdCardView
android:id="@+id/view_key_card_trust_ids"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
card_view:cardBackgroundColor="?attr/colorCardViewBackground"
card_view:cardCornerRadius="4dp"
card_view:cardElevation="2dp"
card_view:cardUseCompatPadding="true"
/>
<org.sufficientlysecure.keychain.ui.keyview.view.IdentitiesCardView
android:id="@+id/card_identities"
android:layout_width="match_parent"