2014-01-12 15:33:37 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<Spinner
|
2014-01-18 12:44:34 -05:00
|
|
|
android:id="@+id/sign_key_keyserver"
|
2014-01-12 15:33:37 -05:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<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>
|