Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Sep 24, 2023
1 parent 999ae68 commit adbf562
Show file tree
Hide file tree
Showing 34 changed files with 150 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class AppDetailAdapter(private val callbacks: Callbacks) :

override val iconResId: Int
get() = when (donate) {
is Product.Donate.Regular -> drawableRes.ic_donate_regular
is Product.Donate.Regular -> drawableRes.ic_donate
is Product.Donate.Bitcoin -> drawableRes.ic_donate_bitcoin
is Product.Donate.Litecoin -> drawableRes.ic_donate_litecoin
is Product.Donate.Flattr -> drawableRes.ic_donate_flattr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class SettingsFragment : Fragment() {
initialValue = autoSync,
values = AutoSync.entries,
title = CommonR.string.sync_repositories_automatically,
iconRes = CommonR.drawable.ic_sync,
iconRes = CommonR.drawable.ic_sync_type,
valueToString = valueToString,
onClick = viewModel::setAutoSync
)
Expand All @@ -166,7 +166,7 @@ class SettingsFragment : Fragment() {
initialValue = installerType,
values = InstallerType.entries,
title = CommonR.string.installer,
iconRes = CommonR.drawable.ic_download,
iconRes = CommonR.drawable.ic_apk_install,
valueToString = valueToString,
onClick = viewModel::setInstaller
)
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/app_detail_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
<com.google.android.material.imageview.ShapeableImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_code"
android:src="@drawable/ic_source_code"
app:shapeAppearanceOverlay="@style/Shape.Small"
app:srcCompat="@drawable/ic_code" />
app:srcCompat="@drawable/ic_source_code" />

<TextView
android:layout_width="wrap_content"
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/layout/repository_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@
android:textColor="?colorOnError" />
</LinearLayout>

<FrameLayout
android:layout_width="match_parent"
android:layout_height="20dp"/>

</LinearLayout>
3 changes: 2 additions & 1 deletion app/src/main/res/layout/tabs_toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<FrameLayout
android:id="@+id/section_layout"
android:layout_width="match_parent"
android:layout_height="0dp">
android:layout_height="0dp"
android:background="?android:attr/selectableItemBackground">

<LinearLayout
android:id="@+id/section_change"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ fun Context.copyToClipboard(clip: String) {
clipboardManager.setPrimaryClip(ClipData.newPlainText(null, clip))
}

val Context.copy: Drawable
get() = getDrawableCompat(R.drawable.ic_copy)

val Context.corneredBackground: Drawable
get() = getDrawableCompat(R.drawable.background_border)

Expand Down
10 changes: 5 additions & 5 deletions core/common/src/main/res/drawable/arrow_up.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M22.5,40V13.7L10.1,26.1L8,24L24,8L40,24L37.9,26.1L25.5,13.7V40Z" />
android:pathData="M452.12,771.92L452.12,295.73L227.81,519.84L188.08,480L480,188.08L771.92,480L732.19,519.84L508.08,295.73L508.08,771.92L452.12,771.92Z" />
</vector>
10 changes: 10 additions & 0 deletions core/common/src/main/res/drawable/ic_apk_install.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M175.48,851.92Q147.1,851.92 127.19,832.01Q107.27,812.09 107.27,783.74L107.27,176.26Q107.27,147.91 127.19,127.99Q147.1,108.08 175.54,108.08L490.81,108.08L692.73,310L692.73,501.42L636.77,501.42L636.77,338.38L462.42,338.38L462.42,164.04L175.54,164.04Q170.92,164.04 167.08,167.89Q163.23,171.73 163.23,176.35L163.23,783.65Q163.23,788.27 167.08,792.11Q170.92,795.96 175.54,795.96L577.23,795.96L577.23,851.92L175.48,851.92ZM163.23,795.96L163.23,501.42L163.23,501.42L163.23,338.38L163.23,164.04L163.23,164.04Q163.23,164.04 163.23,167.89Q163.23,171.73 163.23,176.35L163.23,783.65Q163.23,788.27 163.23,792.11Q163.23,795.96 163.23,795.96L163.23,795.96ZM222.46,740.58Q226.08,697 249.02,660.69Q271.96,624.38 309.62,603L275.89,542.66Q275.89,542.54 279.25,528.87Q282.92,527 287.29,527.69Q291.65,528.39 293.65,532.31L327.94,593.77Q345.58,586.54 363.35,583.02Q381.13,579.5 399.88,579.5Q418.64,579.5 436.73,583.02Q454.81,586.54 472.12,593.77L506.54,532.31Q506.73,531.92 519.95,528.69Q523.73,530.63 524.92,534.9Q526.11,539.16 524.11,542.65L490.77,603Q528.42,624.38 551.21,660.68Q574,696.98 577.54,740.58L222.46,740.58ZM320.46,687.15Q327.69,687.15 332.77,681.84Q337.85,676.53 337.85,669.44Q337.85,662.35 332.71,657.08Q327.57,651.81 320.46,651.81Q313.23,651.81 307.81,657.11Q302.39,662.41 302.39,669.48Q302.39,676.55 307.81,681.85Q313.23,687.15 320.46,687.15ZM479.92,687.15Q487.15,687.15 492.58,681.85Q498,676.55 498,669.48Q498,662.41 492.58,657.11Q487.15,651.81 479.92,651.81Q472.69,651.81 467.52,657.11Q462.35,662.41 462.35,669.48Q462.35,676.55 467.62,681.85Q472.89,687.15 479.92,687.15ZM761.08,851.92L618.23,708.5L657.08,668.65L733.19,744.46L733.19,561L789.15,561L789.15,743.96L865.08,669.04L904.11,708.5L761.08,851.92Z" />
</vector>
10 changes: 5 additions & 5 deletions core/common/src/main/res/drawable/ic_bug_report.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorOnSurface"
android:viewportWidth="24"
android:viewportHeight="24">
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M19,8h-1.81c-0.45,-0.78 -1.07,-1.45 -1.82,-1.96l0.93,-0.93c0.39,-0.39 0.39,-1.02 0,-1.41 -0.39,-0.39 -1.02,-0.39 -1.41,0l-1.47,1.47C12.96,5.06 12.49,5 12,5s-0.96,0.06 -1.41,0.17L9.11,3.7c-0.39,-0.39 -1.02,-0.39 -1.41,0 -0.39,0.39 -0.39,1.02 0,1.41l0.92,0.93C7.88,6.55 7.26,7.22 6.81,8L5,8c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h1.09c-0.05,0.33 -0.09,0.66 -0.09,1v1L5,12c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h1v1c0,0.34 0.04,0.67 0.09,1L5,16c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h1.81c1.04,1.79 2.97,3 5.19,3s4.15,-1.21 5.19,-3L19,18c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1h-1.09c0.05,-0.33 0.09,-0.66 0.09,-1v-1h1c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1h-1v-1c0,-0.34 -0.04,-0.67 -0.09,-1L19,10c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1zM13,16h-2c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1h2c0.55,0 1,0.45 1,1s-0.45,1 -1,1zM13,12h-2c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1h2c0.55,0 1,0.45 1,1s-0.45,1 -1,1z" />
</vector>
android:pathData="M480.01,812.73Q422,812.73 372.87,783.98Q323.73,755.23 294.51,705.15L184.15,705.15L184.15,649.19L273.54,649.19Q267.46,624.27 266.56,598.64Q265.65,573.01 265.65,547.58L184.15,547.58L184.15,491.62L265.65,491.62Q265.65,465.42 266.02,439.67Q266.39,413.92 273.54,389.19L184.15,389.19L184.15,333.23L294.54,333.23Q308.87,308.69 328.92,288.75Q348.96,268.81 374.27,255.05L306.42,187L344.58,148.04L429.1,232.46Q453.88,224.62 479.79,224.62Q505.69,224.62 530.52,232.46L616.19,148.04L654.34,187L586.08,255.05Q611.38,268.81 631.23,288.6Q651.08,308.39 665.28,333.3L775.84,333.3L775.84,389.19L686.46,389.19Q693.31,413.92 693.83,439.76Q694.34,465.59 694.34,491.62L775.84,491.62L775.84,547.58L694.34,547.58Q694.34,573.08 693.44,598.67Q692.54,624.27 686.46,649.19L775.84,649.19L775.84,705.15L665.46,705.15Q636.27,755.23 587.14,783.98Q538.02,812.73 480.01,812.73ZM480.02,756.77Q545.69,756.77 592.04,710.38Q638.39,663.99 638.39,598.29L638.39,440.81Q638.39,375.11 592.02,328.77Q545.65,282.42 479.98,282.42Q414.31,282.42 367.96,328.81Q321.61,375.2 321.61,440.9L321.61,598.38Q321.61,664.08 367.98,710.42Q414.36,756.77 480.02,756.77ZM407.77,626.77L552.23,626.77L552.23,570.81L407.77,570.81L407.77,626.77ZM407.77,468.38L552.23,468.38L552.23,412.42L407.77,412.42L407.77,468.38ZM480,519.5Q480,519.5 480,519.5Q480,519.5 480,519.5L480,519.5Q480,519.5 480,519.5Q480,519.5 480,519.5Q480,519.5 480,519.5Q480,519.5 480,519.5L480,519.5Q480,519.5 480,519.5Q480,519.5 480,519.5Z" />
</vector>
5 changes: 1 addition & 4 deletions core/common/src/main/res/drawable/ic_cannot_load.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
android:pathData="M0,0 108,0 108,108 L0,108 z" />
<path
android:fillColor="#690005"
android:fillType="nonZero"
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
android:strokeWidth="0"
android:strokeColor="#00000000" />
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z" />
</vector>
10 changes: 5 additions & 5 deletions core/common/src/main/res/drawable/ic_code.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorOnSurface"
android:viewportWidth="24"
android:viewportHeight="24">
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M8.0855,18.6109L14.0817,4.6064C14.2991,4.0987 14.8868,3.8633 15.3946,4.0807C15.866,4.2826 16.1026,4.8038 15.96,5.2837L15.9202,5.3936L9.9241,19.3981C9.7067,19.9058 9.1189,20.1412 8.6112,19.9238C8.1398,19.722 7.9032,19.2007 8.0458,18.7208L8.0855,18.6109L14.0817,4.6064L8.0855,18.6109ZM2.2929,11.2929L6.2929,7.2929C6.6834,6.9024 7.3166,6.9024 7.7071,7.2929C8.0676,7.6534 8.0953,8.2206 7.7903,8.6129L7.7071,8.7071L4.4142,12L7.7071,15.2929C8.0976,15.6834 8.0976,16.3166 7.7071,16.7071C7.3466,17.0676 6.7794,17.0953 6.3871,16.7903L6.2929,16.7071L2.2929,12.7071C1.9324,12.3466 1.9047,11.7794 2.2097,11.3871L2.2929,11.2929L6.2929,7.2929L2.2929,11.2929ZM16.2921,7.2917C16.6526,6.9312 17.2198,6.9035 17.6121,7.2085L17.7063,7.2917L21.7071,11.2929C22.0678,11.6536 22.0953,12.2211 21.7899,12.6134L21.7066,12.7076L17.7058,16.7031C17.315,17.0934 16.6819,17.0929 16.2916,16.7022C15.9313,16.3414 15.904,15.7742 16.2093,15.3821L16.2925,15.288L19.5854,11.9995L16.292,8.7059C15.9015,8.3153 15.9015,7.6822 16.2921,7.2917Z" />
</vector>
android:pathData="M322.11,700.81L100.81,479.5L321.61,258.69L361.96,299.04L180.38,480.61L361.35,661.58L322.11,700.81ZM638.39,701.31L598.04,660.96L779.62,479.39L598.66,298.42L638.08,259L859.38,480.31L638.39,701.31Z" />
</vector>
10 changes: 0 additions & 10 deletions core/common/src/main/res/drawable/ic_copy.xml

This file was deleted.

10 changes: 5 additions & 5 deletions core/common/src/main/res/drawable/ic_copyright.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorOnSurface"
android:viewportWidth="24"
android:viewportHeight="24">
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M10.08,10.86c0.05,-0.33 0.16,-0.62 0.3,-0.87s0.34,-0.46 0.59,-0.62c0.24,-0.15 0.54,-0.22 0.91,-0.23 0.23,0.01 0.44,0.05 0.63,0.13 0.2,0.09 0.38,0.21 0.52,0.36s0.25,0.33 0.34,0.53 0.13,0.42 0.14,0.64h1.79c-0.02,-0.47 -0.11,-0.9 -0.28,-1.29s-0.4,-0.73 -0.7,-1.01 -0.66,-0.5 -1.08,-0.66 -0.88,-0.23 -1.39,-0.23c-0.65,0 -1.22,0.11 -1.7,0.34s-0.88,0.53 -1.2,0.92 -0.56,0.84 -0.71,1.36S8,11.29 8,11.87v0.27c0,0.58 0.08,1.12 0.23,1.64s0.39,0.97 0.71,1.35 0.72,0.69 1.2,0.91c0.48,0.22 1.05,0.34 1.7,0.34 0.47,0 0.91,-0.08 1.32,-0.23s0.77,-0.36 1.08,-0.63 0.56,-0.58 0.74,-0.94 0.29,-0.74 0.3,-1.15h-1.79c-0.01,0.21 -0.06,0.4 -0.15,0.58s-0.21,0.33 -0.36,0.46 -0.32,0.23 -0.52,0.3c-0.19,0.07 -0.39,0.09 -0.6,0.1 -0.36,-0.01 -0.66,-0.08 -0.89,-0.23 -0.25,-0.16 -0.45,-0.37 -0.59,-0.62s-0.25,-0.55 -0.3,-0.88 -0.08,-0.67 -0.08,-1v-0.27c0,-0.35 0.03,-0.68 0.08,-1.01zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" />
</vector>
android:pathData="M400.81,626.77L559.19,626.77Q571.19,626.77 578.98,618.63Q586.77,610.48 586.77,598.45L586.77,530.81L530.81,530.81L530.81,570.81L429.19,570.81L429.19,389.19L530.81,389.19L530.81,429.19L586.77,429.19L586.77,361.35Q586.77,349.65 578.98,341.44Q571.19,333.23 559.19,333.23L400.81,333.23Q388.81,333.23 381.02,341.39Q373.23,349.55 373.23,361.61L373.23,598.39Q373.23,610.45 381.02,618.61Q388.81,626.77 400.81,626.77ZM480.09,851.92Q402.94,851.92 335.03,822.6Q267.11,793.27 216.87,743Q166.64,692.73 137.36,624.95Q108.08,557.16 108.08,480.09Q108.08,402.94 137.4,335.03Q166.73,267.11 217,216.87Q267.27,166.64 335.05,137.36Q402.84,108.08 479.91,108.08Q557.06,108.08 624.97,137.4Q692.89,166.73 743.13,217Q793.36,267.27 822.64,335.05Q851.92,402.84 851.92,479.91Q851.92,557.06 822.6,624.97Q793.27,692.89 743,743.13Q692.73,793.36 624.95,822.64Q557.16,851.92 480.09,851.92ZM479.99,795.96Q611.89,795.96 703.92,703.94Q795.96,611.91 795.96,480.01Q795.96,348.11 703.94,256.08Q611.91,164.04 480.01,164.04Q348.11,164.04 256.08,256.06Q164.04,348.09 164.04,479.99Q164.04,611.89 256.06,703.92Q348.09,795.96 479.99,795.96ZM480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Z" />
</vector>
16 changes: 7 additions & 9 deletions core/common/src/main/res/drawable/ic_delete.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorOnSurface"
android:viewportWidth="24"
android:viewportHeight="24">

<path
android:fillColor="@android:color/white"
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V9c0,-1.1 -0.9,-2 -2,-2H8c-1.1,0 -2,0.9 -2,2v10zM18,4h-2.5l-0.71,-0.71c-0.18,-0.18 -0.44,-0.29 -0.7,-0.29H9.91c-0.26,0 -0.52,0.11 -0.7,0.29L8.5,4H6c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h12c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1z" />
</vector>
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M283,830Q252.06,830 230.03,807.97Q208,785.94 208,755L208,243L169,243L169,168L362,168L362,130L599,130L599,168L792,168L792,243L753,243L753,755Q753,785.94 730.97,807.97Q708.94,830 678,830L283,830ZM678,243L283,243L283,755Q283,755 283,755Q283,755 283,755L678,755Q678,755 678,755Q678,755 678,755L678,243ZM365,676.5L440,676.5L440,321.5L365,321.5L365,676.5ZM521,676.5L596,676.5L596,321.5L521,321.5L521,676.5ZM283,243L283,243L283,755Q283,755 283,755Q283,755 283,755L283,755Q283,755 283,755Q283,755 283,755L283,243Z"/>
</vector>
10 changes: 10 additions & 0 deletions core/common/src/main/res/drawable/ic_donate.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M471.92,638.08L497.08,638.08L497.08,606.46Q525.08,602.54 544.58,583.93Q564.08,565.31 564.08,535.92Q564.08,510.45 544.08,493.3Q524.08,476.15 498.08,465.15L498.08,387.69Q508.85,390.31 516.31,397.5Q523.77,404.69 527.15,414.31L559.31,400.85Q551.92,381.39 535.28,369.38Q518.64,357.38 498.08,353.54L498.08,321.92L471.92,321.92L471.92,352.92Q443.92,355.84 424.42,372.84Q404.92,389.84 404.92,418Q404.92,444.23 425.42,462.08Q445.92,479.94 471.92,490.85L471.92,572.54Q454.39,568.31 442.81,556.5Q431.23,544.69 426.85,528.69L395.31,542.15Q403.31,568.81 423.31,585.94Q443.31,603.08 471.92,607.08L471.92,638.08ZM498.08,571.92L498.08,500.92Q510.59,506.63 520.26,514.62Q529.92,522.61 529.92,537.15Q529.92,553.77 520.96,561.04Q512,568.31 498.08,571.92ZM471.92,454.08Q459.77,448.31 449.42,440.35Q439.08,432.39 439.08,418Q439.08,403 449.23,396.04Q459.39,389.08 471.92,387.08L471.92,454.08ZM320,737.88Q212.24,737.88 137.18,662.83Q62.12,587.77 62.12,480.02Q62.12,372.27 137.18,297.1Q212.24,221.92 320,221.92L640,221.92Q747.84,221.92 822.96,297.02Q898.08,372.12 898.08,479.92Q898.08,587.73 822.96,662.81Q747.84,737.88 640,737.88L320,737.88ZM320,681.92L640,681.92Q723.88,681.92 783,622.86Q842.11,563.79 842.11,479.99Q842.11,396.19 783,337.04Q723.88,277.89 640,277.89L320,277.89Q236.2,277.89 177.14,336.99Q118.08,396.09 118.08,479.95Q118.08,563.81 177.14,622.86Q236.2,681.92 320,681.92ZM480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480L480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480L480,480Z" />
</vector>
19 changes: 4 additions & 15 deletions core/common/src/main/res/drawable/ic_donate_bitcoin.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorOnSurface"
android:viewportWidth="24"
android:viewportHeight="24">

android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M19.441 9.596C19.777 7.351 18.067 6.144 15.729 5.338L16.488 2.297 14.636 1.835 13.898 4.797C13.411
4.675 12.911 4.561 12.414 4.448L13.158 1.467 11.307 1.005 10.548 4.046C10.145 3.954 9.75 3.863 9.366 3.768l.002
-.009L6.814 3.121 6.321 5.098c0 0 1.374 .315 1.345 .334 .75 .187 .886 .683 .863 1.077L7.665 9.975c.052 .013 .119
.032 .193 .062-.062-.015-.128-.032-.196-.049L6.451 14.842c-.092 .228-.324 .57-.849 .44 .018 .027-1.346-.336-1.346
-.336l-.919 2.119 2.41 .601c.448 .112 .888 .23 1.32 .341l-.766 3.076 1.85 .461 .759-3.044c.505 .137 .996 .264
1.476 .383l-.756 3.03 1.852 .461 .766-3.071c3.158 .597 5.532 .356 6.531-2.499 .805-2.299-.04-3.625-1.701-4.49 1.21
-.279 2.121-1.075 2.364-2.718zm-4.231 5.932c-.572 2.299-4.444 1.056-5.699 .745L10.528 12.197c1.255 .313 5.28 .933
4.682 3.331zM15.783 9.563C15.261 11.654 12.038 10.592 10.993 10.331l.922-3.697c1.045 .261 4.412 .747
3.868 2.928z" />

android:pathData="M378.27,812.73L378.27,737.88L263.42,737.88L263.42,681.92L338.27,681.92L338.27,277.89L263.42,277.89L263.42,221.83L378.27,221.83L378.27,147.27L434.23,147.27L434.23,221.92L516.77,221.92L516.77,147.27L572.73,147.27L572.73,224.83L572.73,224.83Q625.11,232.5 658.92,271.59Q692.73,310.67 692.73,364.97Q692.73,395.54 681.33,421.87Q669.92,448.19 650.54,466.39Q688.96,483.54 710.84,517.96Q732.73,552.38 732.73,595.24Q732.73,655.5 691.46,696.69Q650.2,737.88 589.85,737.88L572.73,737.88L572.73,812.73L516.77,812.73L516.77,737.88L434.23,737.88L434.23,812.73L378.27,812.73ZM394.23,451.92L549.85,451.92Q586.57,451.92 611.67,426.89Q636.77,401.86 636.77,364.99Q636.77,328.12 611.67,303Q586.57,277.89 549.85,277.89L394.23,277.89L394.23,451.92ZM394.23,681.92L589.85,681.92Q626.57,681.92 651.67,656.89Q676.77,631.86 676.77,594.99Q676.77,558.11 651.67,533Q626.57,507.88 589.85,507.88L394.23,507.88L394.23,681.92Z" />
</vector>
Loading

0 comments on commit adbf562

Please sign in to comment.