Compare commits
2 Commits
3b9eb35a37
...
b00c5247f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b00c5247f5 | ||
|
|
e39e0370e2 |
@ -11,8 +11,8 @@ android {
|
||||
applicationId = "com.archipelago.app"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 9
|
||||
versionName = "0.4.5"
|
||||
versionCode = 10
|
||||
versionName = "0.4.6"
|
||||
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
||||
@ -14,13 +14,14 @@
|
||||
android:fillColor="#0A0A0A"
|
||||
android:pathData="M0,0h752v752H0z" />
|
||||
|
||||
<!-- Ring matching logo.svg's gradient (#000->#666), pushed to scale 0.53 so it
|
||||
sits at the very edge of the launcher's visible crop. -->
|
||||
<!-- Ring matching logo.svg's gradient (#000->#666). Scale 0.65 places it at
|
||||
the home-screen's visible edge (calibrated from a device home screenshot;
|
||||
launcher3 crops less than the Settings App-info view). -->
|
||||
<group
|
||||
android:pivotX="376"
|
||||
android:pivotY="376"
|
||||
android:scaleX="0.53"
|
||||
android:scaleY="0.53">
|
||||
android:scaleX="0.65"
|
||||
android:scaleY="0.65">
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:strokeWidth="22.8834"
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user