- 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
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="@android:color/white"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<include
|
|
android:id="@+id/applovin_native_icon_and_text_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:layout_marginHorizontal="8dp"
|
|
layout="@layout/max_native_ad_banner_icon_and_text_layout"/>
|
|
<FrameLayout
|
|
android:id="@+id/applovin_native_media_content_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:layout_above="@+id/applovin_native_cta_button"
|
|
android:layout_below="@+id/applovin_native_icon_and_text_layout"/>
|
|
<Button
|
|
android:textSize="17sp"
|
|
android:id="@+id/applovin_native_cta_button"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:layout_marginBottom="4dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginHorizontal="8dp"
|
|
style="@style/com.applovin.mediation.nativeAds.MaxNativeAdView.CTAButton"/>
|
|
</RelativeLayout>
|