move ViewKeyActivity classes into their own package structure

This commit is contained in:
Vincent Breitmoser
2017-05-21 05:12:45 +02:00
parent 1331d3960c
commit b328c97853
28 changed files with 117 additions and 93 deletions

View File

@@ -147,7 +147,7 @@
/>
</LinearLayout>
<org.sufficientlysecure.keychain.ui.widget.KeyStatusList
<org.sufficientlysecure.keychain.ui.keyview.view.KeyStatusList
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/key_health_status_list"

View File

@@ -9,7 +9,7 @@
android:paddingRight="16dp"
android:paddingTop="16dp">
<org.sufficientlysecure.keychain.ui.widget.KeyHealthCardView
<org.sufficientlysecure.keychain.ui.keyview.view.KeyHealthCardView
android:id="@+id/subkey_status_card"
android:layout_gravity="center"
android:layout_width="match_parent"
@@ -22,7 +22,7 @@
card_view:cardCornerRadius="4dp"
/>
<org.sufficientlysecure.keychain.ui.widget.LinkedIdentitiesCardView
<org.sufficientlysecure.keychain.ui.keyview.view.LinkedIdentitiesCardView
android:id="@+id/card_linked_ids"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -94,7 +94,7 @@
</android.support.v7.widget.CardView>
<org.sufficientlysecure.keychain.ui.widget.SystemContactCardView
<org.sufficientlysecure.keychain.ui.keyview.view.SystemContactCardView
android:id="@+id/linked_system_contact_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"