32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:id="@+id/header"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="130dp"
|
||
|
android:layout_alignParentTop="true"
|
||
|
tools:showIn="@layout/swap_blank">
|
||
|
|
||
|
<ImageView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:scaleType="centerCrop"
|
||
|
android:src="@drawable/swap_start_header" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_centerHorizontal="true"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:padding="20dp"
|
||
|
android:paddingLeft="30dp"
|
||
|
android:paddingRight="30dp"
|
||
|
android:paddingEnd="30dp"
|
||
|
android:gravity="center"
|
||
|
android:textAlignment="center"
|
||
|
android:text="@string/swap_intro"
|
||
|
android:textColor="@android:color/white"
|
||
|
android:textSize="18sp"
|
||
|
tools:ignore="UnusedAttribute" />
|
||
|
|
||
|
</RelativeLayout>
|