aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/res/layout/key_server_export_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org_apg/res/layout/key_server_export_layout.xml')
-rw-r--r--org_apg/res/layout/key_server_export_layout.xml36
1 files changed, 14 insertions, 22 deletions
diff --git a/org_apg/res/layout/key_server_export_layout.xml b/org_apg/res/layout/key_server_export_layout.xml
index b2270417d..257f087ee 100644
--- a/org_apg/res/layout/key_server_export_layout.xml
+++ b/org_apg/res/layout/key_server_export_layout.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2010 Thialfihar <thi@thialfihar.org>
+<!--
+ Copyright (C) 2010 Thialfihar <thi@thialfihar.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -14,29 +15,20 @@
limitations under the License.
-->
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:orientation="vertical">
+ android:orientation="vertical" >
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
-
- <Spinner
- android:id="@+id/keyServer"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"/>
+ <Spinner
+ android:id="@+id/keyServer"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" />
- <Button
- android:id="@+id/btn_export_to_server"
- android:text="@string/btn_export_to_server"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- </LinearLayout>
+ <Button
+ android:id="@+id/btn_export_to_server"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/btn_export_to_server" />
-</LinearLayout>
+</LinearLayout> \ No newline at end of file