Files
pezkuwi-wallet-android/common/src/main/res/drawable/ic_asset_view_tokens.xml
T
pezkuwichain a294aa1a6b Initial commit: Pezkuwi Wallet Android
Security hardened release:
- Code obfuscation enabled (minifyEnabled=true, shrinkResources=true)
- Sensitive files excluded (google-services.json, keystores)
- Branch.io key moved to BuildConfig placeholder
- Updated dependencies: OkHttp 4.12.0, Gson 2.10.1, BouncyCastle 1.77
- Comprehensive ProGuard rules for crypto wallet
- Navigation 2.7.7, Lifecycle 2.7.0, ConstraintLayout 2.1.4
2026-02-12 05:19:41 +03:00

15 lines
446 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,18m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"
android:fillColor="#ffffff"
android:fillAlpha="0.88"/>
<path
android:pathData="M9,3h6v6h-6z"
android:fillColor="#ffffff"
android:fillAlpha="0.16"/>
</vector>