bump to v0.5
[adBlock.git] / res / layout / import_url.xml
blob9f97aae0dd226bb2c9c302234bec54ffdcf75a0f
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2010 Felix Bechstein
4         -->
5         <!--
6                 This file is part of AdBlock. This program is free software; you can
7                 redistribute it and/or modify it under the terms of the GNU General
8                 Public License as published by the Free Software Foundation; either
9                 version 3 of the License, or (at your option) any later version.
10         -->
11         <!--
12                 This program is distributed in the hope that it will be useful, but
13                 WITHOUT ANY WARRANTY; without even the implied warranty of
14                 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15                 General Public License for more details. You should have received a
16                 copy of the GNU General Public License along with this program; If
17                 not, see <http://www.gnu.org/licenses/>.
18         -->
19 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
20         android:layout_width="fill_parent" android:layout_height="wrap_content"
21         android:orientation="vertical">
22         <EditText android:id="@+id/import_url" android:layout_width="fill_parent"
23                 android:layout_height="wrap_content" android:inputType="textUri" />
24         <LinearLayout android:layout_width="fill_parent"
25                 android:layout_height="wrap_content">
26                 <Button android:text="@android:string/ok" android:id="@+id/ok"
27                         android:layout_width="wrap_content" android:layout_height="wrap_content"
28                         android:layout_weight="1" />
29                 <Button android:text="@android:string/cancel" android:id="@+id/cancel"
30                         android:layout_width="wrap_content" android:layout_height="wrap_content"
31                         android:layout_weight="1" />
32         </LinearLayout>
33 </LinearLayout>