- 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
46 lines
1.8 KiB
XML
46 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:id="@+id/mbridge_full_tv_display_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="133dp"
|
|
android:layout_above="@+id/mbridge_full_animation_content">
|
|
<ImageView
|
|
android:id="@+id/mbridge_full_tv_display_icon"
|
|
android:layout_width="100dp"
|
|
android:layout_height="100dp"
|
|
android:layout_marginTop="10dp"/>
|
|
<TextView
|
|
android:textSize="30sp"
|
|
android:textColor="#ff000000"
|
|
android:gravity="center_horizontal"
|
|
android:id="@+id/mbridge_full_tv_display_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="50dp"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginRight="50dp"
|
|
android:lines="1"
|
|
android:singleLine="true"/>
|
|
<TextView
|
|
android:textSize="20sp"
|
|
android:ellipsize="end"
|
|
android:id="@+id/mbridge_full_tv_display_description"
|
|
android:paddingLeft="4.5dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="35dp"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginRight="36dp"
|
|
android:singleLine="true"
|
|
android:lineSpacingExtra="4dp"/>
|
|
<com.mbridge.msdk.nativex.view.mbfullview.StarLevelLayoutView
|
|
android:gravity="center_horizontal"
|
|
android:id="@+id/mbridge_full_tv_feeds_star"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"/>
|
|
</LinearLayout>
|