- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
22 lines
855 B
XML
22 lines
855 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:layout_height="match_parent">
|
|
<RelativeLayout
|
|
android:id="@+id/mbridge_windwv_content_rl"
|
|
android:background="@null"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ImageView
|
|
android:id="@+id/mbridge_windwv_close"
|
|
android:visibility="gone"
|
|
android:layout_width="35dp"
|
|
android:layout_height="35dp"
|
|
android:layout_margin="10dp"
|
|
android:src="@drawable/mbridge_reward_close"
|
|
android:scaleType="centerInside"
|
|
android:layout_alignParentRight="true"
|
|
android:contentDescription="closeButton"
|
|
android:layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|