blob: f6af291090f99038bd713413b6257e4776075348 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/padding_medium">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:contentDescription="@string/app_name"
android:src="@drawable/ring_logo" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/item_generic_selector">
<TextView
android:id="@+id/app_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:gravity="center"
android:text="@string/app_name"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/web_site"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/app_name"
android:gravity="center"
android:text="@string/web_site"
android:textAppearance="?android:attr/textAppearanceSmall" />
<TextView
android:id="@+id/licence"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/web_site"
android:layout_centerHorizontal="true"
android:gravity="center"
android:text="@string/copyright"
android:textAppearance="?android:attr/textAppearanceSmall" />
</RelativeLayout>
<ImageView
android:id="@+id/logo"
android:layout_width="260dp"
android:layout_height="134dp"
android:layout_gravity="center_horizontal"
android:contentDescription="@string/app_author"
android:maxWidth="250dp"
android:src="@drawable/logo_sfl_coul_rgb" />
</LinearLayout>
</ScrollView>