]> Pileus Git - ~andy/freeotp/blob - res/layout/about.xml
Add about dialog
[~andy/freeotp] / res / layout / about.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:orientation="vertical"
6     android:padding="16dp" >
7     <TextView
8         android:id="@+id/about_version"
9         android:layout_width="match_parent"
10         android:layout_height="wrap_content"
11         android:textSize="18sp"
12         android:textStyle="bold"
13         android:text="@string/about_version" />
14
15     <TextView
16         android:layout_width="match_parent"
17         android:layout_height="wrap_content"
18         android:text="@string/about_copyright"/>
19
20     <TextView
21         android:id="@+id/about_license"
22         android:layout_width="match_parent"
23         android:layout_height="wrap_content"
24         android:layout_marginTop="16dp"
25         android:text="@string/about_license" />
26
27     <TextView
28         android:id="@+id/about_website"
29         android:layout_width="match_parent"
30         android:layout_height="wrap_content"
31         android:layout_marginTop="16dp"
32         android:text="@string/about_website" />
33
34     <TextView
35         android:id="@+id/about_feedback"
36         android:layout_width="match_parent"
37         android:layout_height="wrap_content"
38         android:layout_marginTop="16dp"
39         android:text="@string/about_feedback" />
40 </LinearLayout>