Skip to content

Commit

Permalink
Fix more icons in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed May 16, 2022
1 parent f810945 commit 37d67d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/drawable/ic_bank_transfer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:tint="?attr/colorControlNormal"
android:viewportHeight="24">
<path android:fillColor="#000" android:pathData="M15,14V11H18V9L22,12.5L18,16V14H15M14,7.7V9H2V7.7L8,4L14,7.7M7,10H9V15H7V10M3,10H5V15H3V10M13,10V12.5L11,14.3V10H13M9.1,16L8.5,16.5L10.2,18H2V16H9.1M17,15V18H14V20L10,16.5L14,13V15H17Z" />
<path android:fillColor="@android:color/white" android:pathData="M15,14V11H18V9L22,12.5L18,16V14H15M14,7.7V9H2V7.7L8,4L14,7.7M7,10H9V15H7V10M3,10H5V15H3V10M13,10V12.5L11,14.3V10H13M9.1,16L8.5,16.5L10.2,18H2V16H9.1M17,15V18H14V20L10,16.5L14,13V15H17Z" />
</vector>
3 changes: 2 additions & 1 deletion app/src/main/res/drawable/ic_bank_transfer_in.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:tint="?attr/colorControlNormal"
android:viewportHeight="24">
<path android:fillColor="#000" android:pathData="M2,15V12H5V10L9,13.5L5,17V15H2M22,8.7V10H10V8.7L16,5L22,8.7M10,17H22V19H10V17M15,11H17V16H15V11M11,11H13V16H11V11M19,11H21V16H19V11Z" />
<path android:fillColor="@android:color/white" android:pathData="M2,15V12H5V10L9,13.5L5,17V15H2M22,8.7V10H10V8.7L16,5L22,8.7M10,17H22V19H10V17M15,11H17V16H15V11M11,11H13V16H11V11M19,11H21V16H19V11Z" />
</vector>
3 changes: 2 additions & 1 deletion app/src/main/res/drawable/ic_bank_transfer_out.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:tint="?attr/colorControlNormal"
android:viewportHeight="24">
<path android:fillColor="#000" android:pathData="M15,15V12H18V10L22,13.5L18,17V15H15M14,8.7V10H2V8.7L8,5L14,8.7M2,17H14V19H2V17M7,11H9V16H7V11M3,11H5V16H3V11M11,11H13V16H11V11Z" />
<path android:fillColor="@android:color/white" android:pathData="M15,15V12H18V10L22,13.5L18,17V15H15M14,8.7V10H2V8.7L8,5L14,8.7M2,17H14V19H2V17M7,11H9V16H7V11M3,11H5V16H3V11M11,11H13V16H11V11Z" />
</vector>

0 comments on commit 37d67d4

Please sign in to comment.