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

32 lines
982 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/messenger_button_send_round_shadow"/>
<item
android:left="1dp"
android:top="1dp"
android:right="1dp"
android:bottom="2dp">
<selector>
<item android:state_pressed="true">
<shape android:shape="oval">
<solid android:color="#ffebebeb"/>
</shape>
</item>
<item>
<shape android:shape="oval">
<solid android:color="#ffffffff"/>
</shape>
</item>
</selector>
</item>
<item
android:left="1dp"
android:top="1dp"
android:right="1dp"
android:bottom="2dp">
<bitmap
android:gravity="center"
android:src="@drawable/messenger_bubble_large_blue"/>
</item>
</layer-list>