Files
pezkuwi-wallet-android/common/src/main/res/drawable/ic_arrow_back.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
874 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.233,4.4545C12.6723,4.8938 12.6723,5.6062 12.233,6.0455L6.2785,12L12.233,17.9545C12.6723,18.3938 12.6723,19.1062 12.233,19.5455C11.7937,19.9848 11.0813,19.9848 10.642,19.5455L3.892,12.7955C3.4527,12.3562 3.4527,11.6438 3.892,11.2045L10.642,4.4545C11.0813,4.0152 11.7937,4.0152 12.233,4.4545Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
<path
android:pathData="M4.5,12C4.5,11.3787 5.0037,10.875 5.625,10.875H19.3125C19.9338,10.875 20.4375,11.3787 20.4375,12C20.4375,12.6213 19.9338,13.125 19.3125,13.125H5.625C5.0037,13.125 4.5,12.6213 4.5,12Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>