aboutsummaryrefslogtreecommitdiff
path: root/res/layout/create_bookmark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/create_bookmark.xml')
-rw-r--r--res/layout/create_bookmark.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/res/layout/create_bookmark.xml b/res/layout/create_bookmark.xml
deleted file mode 100644
index f72b39d8..00000000
--- a/res/layout/create_bookmark.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <TextView
- android:id="@+id/comment_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="4dp"
- android:textSize="20dp"
- android:text="@string/common.comment" />
- <EditText
- android:id="@+id/comment_text"
- android:inputType="text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_marginLeft="4dp" />
- </LinearLayout>
-</LinearLayout>