aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml
index 032b9eee6..33042c541 100644
--- a/OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/view_key_certs_fragment.xml
@@ -1,5 +1,4 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
@@ -9,16 +8,6 @@
android:layout_height="wrap_content"
android:orientation="vertical">
- <Spinner
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/spinner"
- android:layout_gravity="center_horizontal"
- android:gravity="center_horizontal"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="2dp"
- android:layout_marginBottom="2dp" />
-
<view
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -28,7 +17,7 @@
android:paddingLeft="16dp"
android:layout_alignParentStart="false"
android:layout_alignParentEnd="false"
- android:layout_below="@+id/spinner" />
+ android:layout_below="@+id/list" />
<TextView
android:layout_width="wrap_content"