Files
pezkuwi-wallet-android/common/src/main/res/drawable/ic_currency.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

14 lines
1.7 KiB
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="M11.378,17.098V18.393H12.883V17.098C13.816,16.991 14.558,16.687 15.109,16.188C15.659,15.689 15.935,15.063 15.935,14.312C15.935,13.598 15.739,12.982 15.347,12.464C14.959,11.946 14.32,11.573 13.429,11.344L11.777,10.91C11.17,10.742 10.755,10.562 10.531,10.371C10.307,10.18 10.195,9.921 10.195,9.594C10.195,9.137 10.386,8.78 10.769,8.523C11.156,8.266 11.632,8.138 12.197,8.138C12.775,8.138 13.205,8.28 13.485,8.565C13.765,8.845 13.944,9.244 14.024,9.762L15.753,9.706C15.748,9.235 15.634,8.796 15.41,8.39C15.186,7.984 14.864,7.643 14.444,7.368C14.024,7.088 13.524,6.901 12.946,6.808V5.401H11.434V6.801C10.832,6.88 10.3,7.053 9.838,7.319C9.376,7.585 9.014,7.928 8.753,8.348C8.491,8.763 8.363,9.242 8.368,9.783C8.377,10.52 8.606,11.108 9.054,11.547C9.506,11.981 10.113,12.284 10.874,12.457L12.575,12.863C13.107,12.989 13.496,13.164 13.744,13.388C13.996,13.607 14.122,13.92 14.122,14.326C14.122,14.606 14.033,14.853 13.856,15.068C13.678,15.283 13.44,15.451 13.142,15.572C12.843,15.693 12.514,15.754 12.155,15.754C11.553,15.754 11.046,15.626 10.636,15.369C10.23,15.108 9.964,14.72 9.838,14.207L8.06,14.27C8.167,15.119 8.512,15.78 9.096,16.251C9.684,16.718 10.444,17 11.378,17.098Z"
android:fillColor="#2194FF"/>
<path
android:pathData="M23,12C23,18.075 18.075,23 12,23C5.925,23 1,18.075 1,12C1,5.925 5.925,1 12,1C18.075,1 23,5.925 23,12ZM21.7,12C21.7,17.357 17.357,21.7 12,21.7C6.643,21.7 2.3,17.357 2.3,12C2.3,6.643 6.643,2.3 12,2.3C17.357,2.3 21.7,6.643 21.7,12Z"
android:fillColor="#2194FF"
android:fillType="evenOdd"/>
</vector>