Files
rr3-apk/decompiled-community/resources/res/layout/browser_actions_context_menu_row.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

28 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:paddingStart="15dp"
android:paddingEnd="15dp">
<TextView
android:textSize="15sp"
android:textColor="@color/browser_actions_text_color"
android:layout_gravity="center_vertical"
android:id="@+id/browser_actions_menu_item_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_weight="1"
android:layout_marginStart="10dp"/>
<ImageView
android:id="@+id/browser_actions_menu_item_icon"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:layout_width="20dp"
android:layout_height="match_parent"
android:scaleType="centerInside"
android:contentDescription="@null"/>
</LinearLayout>