blob: 3d9dea5b1199d2f384a780c8b6156e3edbca27ac [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"
10 android:orientation="vertical" >
11
12 <ImageView
13 android:id="@+id/logo"
14 android:layout_width="wrap_content"
15 android:layout_height="wrap_content"
16 android:layout_alignParentTop="true"
17 android:src="@drawable/logo_sfl_coul_rgb" />
18
19 <TextView
20 android:id="@+id/app_name"
21 android:layout_width="match_parent"
22 android:layout_height="wrap_content"
23 android:layout_below="@+id/logo"
24 android:gravity="center"
25 android:text="@string/app_name"
26 android:textAppearance="?android:attr/textAppearanceLarge" />
27
28 <TextView
29 android:id="@+id/licence"
30 android:layout_width="match_parent"
31 android:layout_height="wrap_content"
32 android:layout_below="@+id/app_name"
33 android:text="@string/copyright"
34 android:textAppearance="?android:attr/textAppearanceSmall" />
35 </RelativeLayout>
36
37</ScrollView>