add license
[adBlock.git] / res / layout / about.xml
blob3cba8cb1c05b499e061c5d796434f8bcca910097
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2009 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:orientation="vertical" android:layout_width="fill_parent"
21         android:layout_height="fill_parent">
23         <TextView android:text="@string/about" android:layout_width="wrap_content"
24                 android:layout_height="wrap_content" android:paddingLeft="5sp"
25                 android:paddingRight="5sp" android:autoLink="web" />
27         <TextView android:text="@string/license_"
28                 android:layout_width="wrap_content" android:layout_height="wrap_content"
29                 android:paddingTop="5sp" android:paddingLeft="5sp" />
30         <TextView android:text="@string/license" android:layout_width="wrap_content"
31                 android:layout_height="wrap_content" android:paddingLeft="15sp"
32                 android:paddingRight="5sp" android:autoLink="web" />
34         <TextView android:text="@string/author_" android:layout_width="wrap_content"
35                 android:layout_height="wrap_content" android:paddingTop="5sp"
36                 android:paddingLeft="5sp" />
37         <TextView android:text="@string/author" android:layout_width="wrap_content"
38                 android:layout_height="wrap_content" android:paddingLeft="15sp"
39                 android:paddingRight="5sp" android:autoLink="email" />
41         <TextView android:text="@string/source_" android:layout_width="wrap_content"
42                 android:layout_height="wrap_content" android:paddingTop="5sp"
43                 android:paddingLeft="5sp" />
44         <TextView android:text="@string/source" android:layout_width="wrap_content"
45                 android:layout_height="wrap_content" android:paddingLeft="15sp"
46                 android:paddingRight="5sp" android:autoLink="web" />
48         <!--
49                 <Button android:id="@+id/btn_donate" android:text="@string/donate_"
50                 android:layout_width="fill_parent"
51                 android:layout_height="wrap_content" android:layout_marginTop="10sp"
52                 android:layout_marginLeft="5sp" android:layout_marginRight="5sp" />
53         -->
54 </LinearLayout>