Based on Nekogram. Key additions: - Rebrand to FoxiGram (app name, APK name, applicationId com.foxigram.app) - Embedded Xray (VLESS+Reality) proxy client via JNI libxray.so - Bundled hidden one-tap proxies (LTE + WiFi), read-only in UI - Auto-restore proxy on restart, rebind to active network (LTE/WiFi) - Server credentials externalized to git-ignored XrayServers.java (+ template) - libxray Go source included; compiled .so, keystore, google-services.json ignored
15 lines
456 B
XML
15 lines
456 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:width="40dp"
|
|
android:height="40dp">
|
|
<shape android:shape="oval">
|
|
<solid android:color="#2ca5e0" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:drawable="@drawable/notification"
|
|
android:gravity="center"
|
|
android:width="24dp"
|
|
android:height="24dp" />
|
|
</layer-list>
|