Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?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="#1f8eff"/>
</shape>
</item>
<item>
<shape android:shape="oval">
<solid android:color="#0084ff"/>
</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_white"/>
</item>
</layer-list>