This is a mod of the Spotify Lite v0.6.6. The official Spotify app for Wear OS is not able to stream music standalone. Sideloading any Spotify works but the UI is obviously giant on Wear OS - see this recent Spotify screenshot from Wear OS.
It's possible to change system wide density but it takes away the usability and look of Wear OS. I did a quick experiment with pure resource mod and it works surprisingly nice so I'm sharing it with you. Downscaling other well written apps is therefore possible.
What it took:

Spotify Lite mod is attached to this post. (Lite version doesn't support offline playback but the whole app is supposed to be snappy.)
Full version of modded Spotify (8.4.62.490) is available from mega.nz or AndroidFileHost. Mod v2 (improved top toolbar): mega.nz or AndroidFileHost.
Here's the raw (but trivial) tool - WearModder.jar
How to use it:
WearModder modifies all files in-place so do not run it more than once on the same files (d'oh). Feel free to try modding your favorite apps and let me know how well it works.
Update 2018/10/04: Uploaded mod of Spotify Lite v0.9.5.
Chech also uploads of others who shared their (newer) versions.
It's possible to change system wide density but it takes away the usability and look of Wear OS. I did a quick experiment with pure resource mod and it works surprisingly nice so I'm sharing it with you. Downscaling other well written apps is therefore possible.
What it took:
- Replace all sizes (dip/sp in layouts, dimens etc.) - I divided them by 2
- Few quick fixes - set bottom tab layout alignment to center instead of fill, set custom height for actionBarSize, set horizontal margin for toolbar (so far only on Home screen)



Spotify Lite mod is attached to this post. (Lite version doesn't support offline playback but the whole app is supposed to be snappy.)
Full version of modded Spotify (8.4.62.490) is available from mega.nz or AndroidFileHost. Mod v2 (improved top toolbar): mega.nz or AndroidFileHost.
Here's the raw (but trivial) tool - WearModder.jar
How to use it:
Code:
# Decompile apk
java -jar apktool_2.3.3.jar d spotify-lite.apk
# Mod resources (use directory or individual files as arguments)
java -jar WearModder.jar spotify-lite/res
# Perform additional manual tweaks
# Build apk
java -jar apktool_2.3.3.jar b spotify-lite
# Sign
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore spotify-lite/dist/spotify-lite.apk alias_name
WearModder modifies all files in-place so do not run it more than once on the same files (d'oh). Feel free to try modding your favorite apps and let me know how well it works.
Update 2018/10/04: Uploaded mod of Spotify Lite v0.9.5.
Chech also uploads of others who shared their (newer) versions.
Attachments
Last edited: