mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-08-06 11:25:41 +00:00
a294aa1a6b
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
24 lines
856 B
XML
24 lines
856 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:width="311dp"
|
|
android:height="10dp"
|
|
android:viewportWidth="297"
|
|
android:viewportHeight="10">
|
|
<path
|
|
android:pathData="M5,0L292,0A5,5 0,0 1,297 5L297,5A5,5 0,0 1,292 10L5,10A5,5 0,0 1,0 5L0,5A5,5 0,0 1,5 0z">
|
|
<aapt:attr name="android:fillColor">
|
|
<gradient
|
|
android:startX="311"
|
|
android:startY="5"
|
|
android:endX="0"
|
|
android:endY="5"
|
|
android:type="linear">
|
|
<item android:offset="0" android:color="#FF9900"/>
|
|
<item android:offset="0.31" android:color="#B6F234"/>
|
|
<item android:offset="0.63" android:color="#58F8B2"/>
|
|
<item android:offset="1" android:color="#21A2FF"/>
|
|
</gradient>
|
|
</aapt:attr>
|
|
</path>
|
|
</vector>
|