Make select fragments more reusable
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerHorizontal="true" >
|
||||
|
||||
<fragment
|
||||
android:id="@+id/select_public_key_fragment"
|
||||
android:name="org.sufficientlysecure.keychain.ui.SelectPublicKeyFragment"
|
||||
<FrameLayout
|
||||
android:id="@+id/select_public_key_fragment_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerHorizontal="true" >
|
||||
|
||||
<fragment
|
||||
android:id="@+id/select_secret_key_fragment"
|
||||
android:name="org.sufficientlysecure.keychain.ui.SelectSecretKeyFragment"
|
||||
<FrameLayout
|
||||
android:id="@+id/select_secret_key_fragment_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user