diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2014-10-17 00:06:56 +0400 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2014-10-17 00:06:56 +0400 |
| commit | 97cc96839d31b6cce59ec29a6681c6fe802552ee (patch) | |
| tree | 9f3b8df270095bc65c10cd7208d05b3dad4794b9 /res/layout/subscribe.xml | |
| parent | 5775c0d56b7c856b508bb34e478eef53c2460624 (diff) | |
initial
Diffstat (limited to 'res/layout/subscribe.xml')
| -rw-r--r-- | res/layout/subscribe.xml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/res/layout/subscribe.xml b/res/layout/subscribe.xml deleted file mode 100644 index 3b61424a..00000000 --- a/res/layout/subscribe.xml +++ /dev/null @@ -1,51 +0,0 @@ -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:padding="5dp" >
-
- <EditText
- android:id="@+id/feed_url"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentRight="true"
- android:ems="10"
- android:hint="@string/feed_url"
- android:inputType="textUri"
- android:maxLines="3" >
-
- <requestFocus />
- </EditText>
-
- <Spinner
- android:id="@+id/category_spinner"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignLeft="@+id/feed_url"
- android:layout_alignParentRight="true"
- android:layout_below="@+id/feed_url" />
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignLeft="@+id/category_spinner"
- android:layout_alignRight="@+id/category_spinner"
- android:layout_below="@+id/category_spinner" >
-
- <Button
- android:id="@+id/cats_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0.5"
- android:text="Update categories" />
-
- <Button
- android:id="@+id/subscribe_button"
- android:layout_width="wrap_content"
- android:layout_weight="0.5"
- android:layout_height="wrap_content"
- android:text="@string/subscribe_to_feed" />
- </LinearLayout>
-
-</RelativeLayout>
\ No newline at end of file |