Updated on 2026-08-14
This commit is contained in:
parent
58f34c4a2e
commit
cd534b9d3d
2 changed files with 29 additions and 19 deletions
|
|
@ -1,21 +1,31 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="42dp"
|
||||
android:height="42dp"
|
||||
android:autoMirrored="true"
|
||||
android:viewportWidth="42"
|
||||
android:viewportHeight="42">
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0h24v24h-24z"/>
|
||||
<path
|
||||
android:fillColor="#F4F5F5"
|
||||
android:pathData="M21,21m-21,0a21,21 0,1 1,42 0a21,21 0,1 1,-42 0" />
|
||||
<group>
|
||||
<clip-path android:pathData="M21,42C32.598,42 42,32.598 42,21C42,9.402 32.598,0 21,0C9.402,0 0,9.402 0,21C0,32.598 9.402,42 21,42Z" />
|
||||
<path
|
||||
android:fillColor="#0F1820"
|
||||
android:pathData="M0,8L27,8A4,4 0,0 1,31 12L31,30A4,4 0,0 1,27 34L0,34A4,4 0,0 1,-4 30L-4,12A4,4 0,0 1,0 8z" />
|
||||
<path
|
||||
android:fillAlpha="0.3"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M9.047,27H24.954C25.231,27 25.497,27.105 25.694,27.293C25.89,27.48 26,27.735 26,28C26,28.265 25.89,28.52 25.694,28.707C25.497,28.895 25.231,29 24.954,29H9.047C8.769,29 8.503,28.895 8.307,28.707C8.11,28.52 8,28.265 8,28C8,27.735 8.11,27.48 8.307,27.293C8.503,27.105 8.769,27 9.047,27Z" />
|
||||
</group>
|
||||
android:pathData="M12,7m-1.25,0a1.25,1.25 0,1 1,2.5 0a1.25,1.25 0,1 1,-2.5 0"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M14.5,9.5C15.881,8.119 15.881,5.881 14.5,4.5M9.5,9.5C8.119,8.119 8.119,5.881 9.5,4.5"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M17,12C19.761,9.239 19.761,4.761 17,2M7,12C4.239,9.239 4.239,4.761 7,2"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M12.662,11.945L22.754,22.036A1.25,1.25 0,0 1,22.754 23.804L17.804,28.753A1.25,1.25 0,0 1,16.036 28.753L5.945,18.662A1.25,1.25 0,0 1,5.945 16.894L10.894,11.945A1.25,1.25 0,0 1,12.662 11.945z"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M7.354,15.475L9.475,13.354A0.5,0.5 119.055,0 1,10.182 13.354L10.889,14.061A0.5,0.5 81.905,0 1,10.889 14.768L8.768,16.889A0.5,0.5 51.198,0 1,8.061 16.889L7.354,16.182A0.5,0.5 98.144,0 1,7.354 15.475z"
|
||||
android:fillColor="#000000"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
app:menu="@menu/wallet"
|
||||
app:navigationIcon="@drawable/ic_wallet_24"
|
||||
app:navigationIcon="@drawable/ic_scan_card"
|
||||
app:navigationIconTint="@color/darkGray6"
|
||||
app:title="@string/wallet_title"
|
||||
app:titleCentered="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue