Files
rr3-apk/decompiled-community/resources/res/layout/mbridge_cm_loading_layout.xml
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

13 lines
504 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ProgressBar
android:id="@+id/mbridge_interstitial_pb"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
style="@android:style/Widget.ProgressBar.Large"/>
</LinearLayout>