Files
SNFLauncherMain_AllWinner/app/src/main/res/layout/ad_multi_layout.xml
2025-12-17 20:50:14 +08:00

36 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/layout_rect_group"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:ignore="MissingDefaultResource">
<RelativeLayout
android:id="@+id/multi_inside"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<ImageView
android:id="@+id/img_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"/>
<TextView
android:id="@+id/tx_view"
android:layout_width="match_parent"
android:layout_height="53dp"
android:background="@drawable/item_text_bg"
android:textSize="15sp"
android:paddingStart="16dp"
android:paddingTop="12dp"
android:paddingBottom="19dp"
android:gravity="left"
android:textColor="@color/btn_text_color"/>
<RelativeLayout
android:id="@+id/ad_root"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>
</RelativeLayout>