Files
HouseProperty/app/src/main/res/layout/activity_logo.xml
2020-08-03 09:11:54 +08:00

46 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/imaloder"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:background="@mipmap/ic_launcher_bg"
android:scaleType="fitXY">
<ImageView
android:id="@+id/tip_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="60dp"
android:src="@mipmap/icon_launcher_tip" />
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="28dp"
android:text="@string/app_name"
android:textColor="@color/white"
android:textSize="20sp" />
<ImageView
android:id="@+id/imageView5"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_above="@+id/textView"
android:layout_marginBottom="8dp"
android:layout_centerHorizontal="true"
android:background="@mipmap/ic_launcher" />
</RelativeLayout>
</RelativeLayout>