- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
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>
|