2014-10-23 16:58:47 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2014-11-25 02:03:46 +00:00
|
|
|
android:background="@drawable/background"
|
2014-10-23 16:58:47 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingBottom="@dimen/activity_vertical_margin"
|
|
|
|
android:paddingLeft="@dimen/activity_horizontal_margin"
|
|
|
|
android:paddingRight="@dimen/activity_horizontal_margin"
|
|
|
|
android:paddingTop="@dimen/activity_vertical_margin"
|
|
|
|
tools:context="fishrungames.bashgid.WelcomeFragment" >
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/logo_view"
|
|
|
|
android:layout_width="match_parent"
|
2015-07-02 08:36:51 +00:00
|
|
|
android:layout_height="250dp"
|
2014-10-23 16:58:47 +00:00
|
|
|
android:layout_marginTop="22dp"
|
|
|
|
android:contentDescription="@string/RB_Coat"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@drawable/logo" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/flag_view"
|
|
|
|
android:layout_width="match_parent"
|
2015-07-02 08:36:51 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="bottom"
|
2015-07-02 10:49:20 +00:00
|
|
|
android:baselineAligned="false"
|
2015-07-02 08:36:51 +00:00
|
|
|
android:gravity="bottom" >
|
2014-10-23 16:58:47 +00:00
|
|
|
|
2015-07-02 10:49:20 +00:00
|
|
|
<LinearLayout
|
2014-10-23 16:58:47 +00:00
|
|
|
android:layout_width="wrap_content"
|
2015-07-02 10:49:20 +00:00
|
|
|
android:layout_height="match_parent"
|
2014-10-23 16:58:47 +00:00
|
|
|
android:layout_weight="1"
|
2015-07-02 10:49:20 +00:00
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:text="@string/lang_english"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/image_flag_usa"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_margin="8dp"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:background="@drawable/transparent"
|
|
|
|
android:contentDescription="@string/lang_english"
|
|
|
|
android:onClick="OnSelectEnglish"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@drawable/united_states_icon_button" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2014-10-23 16:58:47 +00:00
|
|
|
android:layout_width="wrap_content"
|
2015-07-02 10:49:20 +00:00
|
|
|
android:layout_height="match_parent"
|
2014-10-23 16:58:47 +00:00
|
|
|
android:layout_weight="1"
|
2015-07-02 10:49:20 +00:00
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView01"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:text="@string/lang_russian"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/image_flag_russia"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_margin="8dp"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:background="@drawable/transparent"
|
|
|
|
android:contentDescription="@string/lang_russian"
|
|
|
|
android:onClick="OnSelectRussian"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@drawable/russia_icon_button" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2014-10-23 16:58:47 +00:00
|
|
|
android:layout_width="wrap_content"
|
2015-07-02 10:49:20 +00:00
|
|
|
android:layout_height="match_parent"
|
2014-10-23 16:58:47 +00:00
|
|
|
android:layout_weight="1"
|
2015-07-02 10:49:20 +00:00
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/TextView02"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:text="@string/lang_chinese"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/image_flag_china"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_margin="8dp"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:background="@drawable/transparent"
|
|
|
|
android:contentDescription="@string/lang_chinese"
|
|
|
|
android:onClick="OnSelectChinese"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@drawable/china_icon_button" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2014-10-23 16:58:47 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|