38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/ad_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1">
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="128dp"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:padding="16dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/logo"
|
|
android:layout_width="72dp"
|
|
android:layout_height="72dp"
|
|
android:layout_gravity="center"
|
|
android:src="@drawable/autojs6_material" />
|
|
|
|
<ImageView
|
|
android:layout_width="100dp"
|
|
android:layout_height="32dp"
|
|
android:layout_gravity="center"
|
|
android:layout_marginStart="-4dp"
|
|
android:src="@drawable/autojs6" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|