fix(style): Change "Open source repo" icon

This commit is contained in:
Ahmad Ansori Palembani 2024-07-01 09:47:51 +07:00
parent 0809841f83
commit 29231816cf
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 11 additions and 6 deletions

View file

@ -7,5 +7,5 @@
## Other ?? Technical stuff, what happened behind the scene
-->
## Fixes
- Fixed saving combined pages not doing anything
## Changes
- Changed "Open source repo" icon to prevent confusion

View file

@ -46,8 +46,8 @@ android {
minSdk = AndroidConfig.minSdk
targetSdk = AndroidConfig.targetSdk
applicationId = "eu.kanade.tachiyomi"
versionCode = 137
versionName = "1.8.4.1"
versionCode = 138
versionName = "1.8.4.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true

View file

@ -0,0 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="960" android:viewportWidth="960" android:width="24dp">
<path android:fillColor="@android:color/white" android:pathData="M353,480L412,421Q424,409 424,393Q424,377 412,365Q400,353 383.5,353Q367,353 355,365L268,452Q262,458 259.5,465Q257,472 257,480Q257,488 259.5,495Q262,502 268,508L355,595Q367,607 383.5,607Q400,607 412,595Q424,583 424,567Q424,551 412,539L353,480ZM607,480L548,539Q536,551 536,567Q536,583 548,595Q560,607 576.5,607Q593,607 605,595L692,508Q698,502 700.5,495Q703,488 703,480Q703,472 700.5,465Q698,458 692,452L605,365Q599,359 591.5,356Q584,353 576.5,353Q569,353 561.5,356Q554,359 548,365Q536,377 536,393Q536,409 548,421L607,480ZM200,840Q167,840 143.5,816.5Q120,793 120,760L120,200Q120,167 143.5,143.5Q167,120 200,120L760,120Q793,120 816.5,143.5Q840,167 840,200L840,760Q840,793 816.5,816.5Q793,840 760,840L200,840ZM200,760L760,760Q760,760 760,760Q760,760 760,760L760,200Q760,200 760,200Q760,200 760,200L200,200Q200,200 200,200Q200,200 200,200L200,760Q200,760 200,760Q200,760 200,760ZM200,200L200,200Q200,200 200,200Q200,200 200,200L200,760Q200,760 200,760Q200,760 200,760L200,760Q200,760 200,760Q200,760 200,760L200,200Q200,200 200,200Q200,200 200,200Z"/>
</vector>

View file

@ -3,7 +3,7 @@
<item
android:id="@+id/action_open_repo"
android:icon="@drawable/ic_open_in_webview_24dp"
android:icon="@drawable/ic_code_blocks_24dp"
android:title="@string/action_open_repo"
app:showAsAction="ifRoom" />
@ -13,4 +13,4 @@
android:title="@string/clear_cookies"
app:showAsAction="never" />
</menu>
</menu>