- 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
39 lines
1.6 KiB
XML
39 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/mbridge_rl_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="19sp"
|
|
android:textColor="@color/mbridge_reward_white"
|
|
android:gravity="center_horizontal"
|
|
android:id="@+id/mbridge_tv_vasttitle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/mbridge_reward_endcard_vast_notice"
|
|
android:layout_centerHorizontal="true"/>
|
|
<TextView
|
|
android:gravity="center_horizontal"
|
|
android:id="@+id/mbridge_tv_vasttag"
|
|
android:layout_width="1dp"
|
|
android:layout_height="1dp"
|
|
android:layout_centerHorizontal="true"/>
|
|
<ImageView
|
|
android:id="@+id/mbridge_iv_vastclose"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:layout_marginTop="45dp"
|
|
android:layout_marginRight="35dp"
|
|
android:src="@drawable/mbridge_reward_vast_end_close"
|
|
android:layout_toLeftOf="@+id/mbridge_tv_vasttag"
|
|
android:contentDescription="closeButton"/>
|
|
<ImageView
|
|
android:id="@+id/mbridge_iv_vastok"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:layout_marginLeft="35dp"
|
|
android:layout_marginTop="45dp"
|
|
android:src="@drawable/mbridge_reward_vast_end_ok"
|
|
android:layout_toRightOf="@+id/mbridge_tv_vasttag"/>
|
|
</RelativeLayout>
|