aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-12-22 14:06:00 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-12-22 14:06:00 +0100
commit55479834adf283f536cf20bdadb155f4bcb4270a (patch)
tree312e6c82d098d40725d4fa6ff61b2f69120579e5 /OpenKeychain/src/main/res/layout
parentb55f6515c007a06eaac30be404968701377146b4 (diff)
downloadopen-keychain-55479834adf283f536cf20bdadb155f4bcb4270a.tar.gz
open-keychain-55479834adf283f536cf20bdadb155f4bcb4270a.tar.bz2
open-keychain-55479834adf283f536cf20bdadb155f4bcb4270a.zip
Remove unused layout
Diffstat (limited to 'OpenKeychain/src/main/res/layout')
-rw-r--r--OpenKeychain/src/main/res/layout/key_server_editor.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_server_editor.xml b/OpenKeychain/src/main/res/layout/key_server_editor.xml
deleted file mode 100644
index b07fdc50c..000000000
--- a/OpenKeychain/src/main/res/layout/key_server_editor.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<org.sufficientlysecure.keychain.ui.widget.KeyServerEditor xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="3dip"
- android:orientation="horizontal" >
-
- <EditText
- android:id="@+id/server"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:inputType="textUri" />
-
- <ImageButton
- android:id="@+id/delete"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_margin="10dp"
- android:layout_marginRight="3dip"
- android:background="@drawable/button_rounded_red"
- android:src="@drawable/minus" />
- </LinearLayout>
-
- <View
- android:id="@+id/separator"
- android:layout_width="match_parent"
- android:layout_height="1dip"
- android:background="?android:attr/listDivider" />
-
-</org.sufficientlysecure.keychain.ui.widget.KeyServerEditor> \ No newline at end of file