Updated on 2026-08-14
This commit is contained in:
commit
e3be65286b
4 changed files with 14 additions and 13 deletions
|
|
@ -1,10 +0,0 @@
|
|||
<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="M17,12C17,9.24 14.76,7 12,7C9.24,7 7,9.24 7,12C7,14.76 9.24,17 12,17C14.76,17 17,14.76 17,12ZM12,15C10.35,15 9,13.65 9,12C9,10.35 10.35,9 12,9C13.65,9 15,10.35 15,12C15,13.65 13.65,15 12,15ZM5,15H3V19C3,20.1 3.9,21 5,21H9V19H5V15ZM5,5H9V3H5C3.9,3 3,3.9 3,5V9H5V5ZM19,3H15V5H19V9H21V5C21,3.9 20.1,3 19,3ZM19,19H15V21H19C20.1,21 21,20.1 21,19V15H19V19Z"
|
||||
android:fillColor="#000"
|
||||
android:fillType="evenOdd" />
|
||||
</vector>
|
||||
10
app/src/main/res/drawable/ic_wallet_24.xml
Normal file
10
app/src/main/res/drawable/ic_wallet_24.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<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="M4.2,4.4C3.5,4.4 2.8,5 2.8,6V6.1C3.2,5.9 3.7,5.8 4.2,5.8H19.8C20.3,5.8 20.8,5.9 21.2,6.1V6C21.2,5 20.5,4.4 19.8,4.4H4.2ZM4.2,7.4C3.4,7.4 2.8,8 2.8,8.6V9.2C3.2,8.9 3.7,8.8 4.2,8.8H8.7C9.6,8.8 10.3,9.6 10.5,10.4L10.5,10.4C10.7,11.3 11.4,11.8 12,11.8C12.6,11.8 13.3,11.3 13.5,10.4C13.7,9.6 14.4,8.8 15.3,8.8H19.8C20.4,8.8 20.8,8.9 21.2,9.2V8.6C21.2,8 20.7,7.4 19.8,7.4H4.2ZM21.2,12.3C21.2,11.1 20.4,10.4 19.8,10.4H15.3C15.3,10.4 15.3,10.4 15.3,10.5C15.2,10.5 15.1,10.6 15.1,10.8L15.1,10.8C14.7,12.2 13.5,13.4 12,13.4C10.5,13.4 9.3,12.2 8.9,10.8C8.9,10.6 8.8,10.5 8.8,10.5C8.7,10.4 8.7,10.4 8.7,10.4H4.2C3.6,10.4 2.8,11.1 2.8,12.3V18.3C2.8,19.2 3.5,19.8 4.2,19.8H19.8C20.5,19.8 21.2,19.2 21.2,18.3V12.3ZM1.2,12.3V18.3C1.2,19.9 2.5,21.4 4.2,21.4H19.8C21.5,21.4 22.8,19.9 22.8,18.3V12.3V8.6V6C22.8,4.3 21.5,2.8 19.8,2.8H4.2C2.5,2.8 1.2,4.3 1.2,6V8.6V12.3Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="evenOdd" />
|
||||
</vector>
|
||||
|
|
@ -22,8 +22,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
app:menu="@menu/wallet"
|
||||
app:navigationIcon="@drawable/ic_scan_card_24"
|
||||
app:navigationIconTint="@color/iconGray"
|
||||
app:navigationIcon="@drawable/ic_wallet_24"
|
||||
app:navigationIconTint="@color/darkGray6"
|
||||
app:titleCentered="true"
|
||||
app:title="@string/wallet_title" />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
android:id="@+id/details_menu"
|
||||
android:title="@string/details_title"
|
||||
android:icon="@drawable/ic_more_vertical_24"
|
||||
app:iconTint="@color/iconGray"
|
||||
app:iconTint="@color/darkGray6"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue