blob: 3f5acb35a15373dfd892546344bdd56f3c284005 [file] [log] [blame]
alision5de91782013-07-10 10:47:30 -04001<?xml version="1.0" encoding="utf-8"?>
2<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:padding="@dimen/padding_medium" >
6
7 <RelativeLayout
8 android:layout_width="match_parent"
9 android:layout_height="wrap_content"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040010 android:layout_gravity="center"
alision5de91782013-07-10 10:47:30 -040011 android:orientation="vertical" >
12
13 <ImageView
14 android:id="@+id/logo"
15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content"
17 android:layout_alignParentTop="true"
18 android:src="@drawable/logo_sfl_coul_rgb" />
19
20 <TextView
21 android:id="@+id/app_name"
22 android:layout_width="match_parent"
23 android:layout_height="wrap_content"
24 android:layout_below="@+id/logo"
25 android:gravity="center"
26 android:text="@string/app_name"
27 android:textAppearance="?android:attr/textAppearanceLarge" />
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040028
29 <TextView
30 android:id="@+id/web_site"
31 android:layout_width="match_parent"
32 android:layout_height="wrap_content"
33 android:gravity="center"
34 android:layout_below="@+id/app_name"
35 android:text="@string/web_site"
36 android:textAppearance="?android:attr/textAppearanceSmall" />
alision5de91782013-07-10 10:47:30 -040037
38 <TextView
39 android:id="@+id/licence"
40 android:layout_width="match_parent"
41 android:layout_height="wrap_content"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040042 android:layout_below="@+id/web_site"
43 android:layout_centerHorizontal="true"
alision5de91782013-07-10 10:47:30 -040044 android:text="@string/copyright"
45 android:textAppearance="?android:attr/textAppearanceSmall" />
46 </RelativeLayout>
47
48</ScrollView>