move ViewKeyActivity classes into their own package structure
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user