remove whitelist, add some more info to filter_
[adBlock.git] / res / layout / about.xml
blob6a591a045ac8bfde0d06ca4a502ab3cb58b2cadc
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 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
20         android:layout_width="fill_parent" android:layout_height="fill_parent">
21         <LinearLayout android:orientation="vertical"
22                 android:layout_width="fill_parent" android:layout_height="fill_parent">
24                 <TextView android:text="@string/about0" android:layout_width="wrap_content"
25                         android:layout_height="wrap_content" android:paddingLeft="5dip"
26                         android:paddingRight="5dip" />
27                 <TextView android:text="@string/about1" android:layout_width="wrap_content"
28                         android:layout_height="wrap_content" android:paddingLeft="5dip"
29                         android:paddingRight="5dip" />
30                 <TextView android:text="@string/about2" android:layout_width="wrap_content"
31                         android:layout_height="wrap_content" android:paddingLeft="5dip"
32                         android:paddingRight="5dip" />
33                 <TextView android:text="@string/license_"
34                         android:layout_width="wrap_content" android:layout_height="wrap_content"
35                         android:paddingTop="5dip" android:paddingLeft="5dip" />
36                 <TextView android:text="@string/license"
37                         android:layout_width="wrap_content" android:layout_height="wrap_content"
38                         android:paddingLeft="15dip" android:paddingRight="5dip"
39                         android:autoLink="web" />
41                 <TextView android:text="@string/author_"
42                         android:layout_width="wrap_content" android:layout_height="wrap_content"
43                         android:paddingTop="5dip" android:paddingLeft="5dip" />
44                 <TextView android:text="@string/author" android:layout_width="wrap_content"
45                         android:layout_height="wrap_content" android:paddingLeft="15dip"
46                         android:paddingRight="5dip" android:autoLink="email" />
48                 <TextView android:text="@string/website_"
49                         android:layout_width="wrap_content" android:layout_height="wrap_content"
50                         android:paddingTop="5dip" android:paddingLeft="5dip" />
51                 <TextView android:text="@string/website"
52                         android:layout_width="wrap_content" android:layout_height="wrap_content"
53                         android:paddingLeft="15dip" android:paddingRight="5dip"
54                         android:autoLink="web" />
56                 <TextView android:text="@string/source_"
57                         android:layout_width="wrap_content" android:layout_height="wrap_content"
58                         android:paddingTop="5dip" android:paddingLeft="5dip" />
59                 <TextView android:text="@string/source" android:layout_width="wrap_content"
60                         android:layout_height="wrap_content" android:paddingLeft="15dip"
61                         android:paddingRight="5dip" android:paddingBottom="5dip"
62                         android:autoLink="web" />
63         </LinearLayout>
64 </ScrollView>