mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
163 lines
5.8 KiB
XML
163 lines
5.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#0c609c"
|
|
android:gravity="center">
|
|
|
|
|
|
<GridLayout
|
|
android:layout_width="300dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginEnd="@dimen/standard_gap"
|
|
android:layout_marginRight="@dimen/standard_gap"
|
|
android:columnCount="2"
|
|
>
|
|
|
|
<ImageView
|
|
android:src="@drawable/mount_zao"
|
|
android:id="@+id/mount_zao"
|
|
android:layout_width="150dp"
|
|
android:layout_height="118dp"
|
|
android:scaleType="fitXY"
|
|
android:contentDescription="@string/welcome_image_mount_zao"
|
|
/>
|
|
|
|
<ImageView
|
|
android:src="@drawable/llamas"
|
|
android:id="@+id/llamas"
|
|
android:layout_width="150dp"
|
|
android:layout_height="118dp"
|
|
android:scaleType="fitXY"
|
|
android:contentDescription="@string/welcome_image_llamas"
|
|
/>
|
|
|
|
<ImageView
|
|
android:src="@drawable/rainbow_bridge"
|
|
android:id="@+id/rainbow_bridge"
|
|
android:layout_width="150dp"
|
|
android:layout_height="118dp"
|
|
android:scaleType="fitXY"
|
|
android:contentDescription="@string/welcome_image_rainbow_bridge"
|
|
/>
|
|
|
|
<ImageView
|
|
android:src="@drawable/tulip"
|
|
android:id="@+id/tulip"
|
|
android:layout_width="150dp"
|
|
android:layout_height="118dp"
|
|
android:scaleType="fitXY"
|
|
android:contentDescription="@string/welcome_image_tulip"
|
|
/>
|
|
|
|
</GridLayout>
|
|
|
|
|
|
<LinearLayout android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_vertical"
|
|
>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="240dp"
|
|
android:text="@string/tutorial_2_text"
|
|
android:layout_gravity="center"
|
|
android:textStyle="bold"
|
|
android:textSize="@dimen/normal_text"
|
|
android:textAlignment="center"
|
|
android:gravity="center_horizontal"
|
|
android:textColor="@android:color/white"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="240dp"
|
|
android:layout_gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bullet"
|
|
android:paddingRight="4dp"
|
|
android:textSize="16sp"
|
|
android:paddingTop="@dimen/standard_gap"
|
|
android:textColor="@android:color/white"/>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="240dp"
|
|
android:text="@string/tutorial_2_subtext_1"
|
|
android:layout_gravity="center"
|
|
android:textAlignment="textStart"
|
|
android:paddingTop="@dimen/standard_gap"
|
|
android:gravity="start"
|
|
android:textColor="@android:color/white"
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="240dp"
|
|
android:layout_gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bullet"
|
|
android:paddingRight="4dp"
|
|
android:textSize="16sp"
|
|
android:textColor="@android:color/white"/>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="240dp"
|
|
android:text="@string/tutorial_2_subtext_2"
|
|
android:layout_gravity="center"
|
|
android:textAlignment="textStart"
|
|
android:gravity="start"
|
|
android:textColor="@android:color/white"
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="240dp"
|
|
android:layout_gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bullet"
|
|
android:paddingRight="4dp"
|
|
android:textSize="16sp"
|
|
android:textColor="@android:color/white"/>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="240dp"
|
|
android:text="@string/tutorial_2_subtext_3"
|
|
android:layout_gravity="center"
|
|
android:textAlignment="textStart"
|
|
android:gravity="start"
|
|
android:textColor="@android:color/white"
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|