25 lines
899 B
XML
25 lines
899 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:gravity="center_horizontal"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:background="@android:color/black"
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="@dimen/dp_119"
|
|
android:layout_height="@dimen/dp_119"
|
|
app:srcCompat="@mipmap/ic_launcher"
|
|
android:layout_marginTop="@dimen/dp_224"/>
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginBottom="@dimen/dp_89"
|
|
app:srcCompat="@mipmap/ic_splash_appname"/>
|
|
|
|
</RelativeLayout> |