You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:screenOrientation="portrait">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.5">
<ImageView
android:layout_height="wrap_content"
android:scaleType="centerCrop"
app:srcCompat="@mipmap/mail"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:id="@+id/imageView2"
android:layout_width="wrap_content"/>
<GridLayout
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="36dp"
android:layout_marginLeft="100dp"
android:layout_alignParentBottom="true">
<TextView
android:text="Выберите подписки"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textView2"
android:textAppearance="@style/TextAppearance.AppCompat.Button"
android:textSize="18sp"
android:layout_marginLeft="20dp"/>
<TextView
android:text="Кажется, что вы впервые в этом приложение, а значит нам нужно узнать, что вам интересно."
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginRight="10dp"
android:id="@+id/textView6"
android:textAppearance="@style/TextAppearance.AppCompat.Caption" />
</GridLayout>
</RelativeLayout>
<ListView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.5"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:id="@+id/subsList"/>
</LinearLayout>