FoxiGram/TMessagesProj/src/main/res/drawable/call_custom_notification_icon.xml
instant992 8e79f2ee9c FoxiGram: Telegram client with built-in Xray VLESS proxy
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
2026-06-08 16:41:07 +04:00

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>