Skip to content

Commit

Permalink
My code doesn't work, I have no idea why. My code works, I have no id…
Browse files Browse the repository at this point in the history
…ea why.

Somehow this icon being 500dp was causing a "java.lang.RuntimeException: Could not copy bitmap to parcel blob." during APK installation.
The issue is incorrectly closed at https://issuetracker.google.com/issues/303849830
I've followed guesswork and reduced the size of this icon and somehow it works now.
Issue #1112
  • Loading branch information
mendhak committed Mar 13, 2024
1 parent c0be87b commit 43276a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpslogger/src/main/res/drawable/gpslogger_monochrome.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<vector android:height="500dp" android:viewportHeight="28.575"
android:viewportWidth="28.575" android:width="500dp" xmlns:android="http://schemas.android.com/apk/res/android">
<vector android:height="120dp" android:viewportHeight="28.575"
android:viewportWidth="28.575" android:width="120dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffff"
android:pathData="M9.942,6.101l5.093,5.079l-2.216,2.21l-5.093,-5.079z"
android:strokeColor="#00000000" android:strokeWidth="9.26042"/>
Expand Down

0 comments on commit 43276a0

Please sign in to comment.