jerryhcooke / smouldering_durtles

An attempt to keep a well-loved Android client for WaniKani alive amid changes
Other
47 stars 14 forks source link

Align contents of dashboard better and add more rounding #50

Closed shocklateboy92 closed 8 months ago

shocklateboy92 commented 8 months ago

@jerryhcooke I promise I'll stop bothering you with a torrent of PRs soon™️. But until then, here's one that aligns the contents of main dashboard better, so it looks nice in dark theme (where you can't see the grey backgrounds): dark-theme

I also gave the widgets rounded corners so they look better in light theme: small_radius

The above screenshot was with 2dp radius to match all the other rounded corners we have in the app. That's what I've committed in this PR.

However, if you prefer to have a larger radius for the background than other elements, here's a screenshot of 4dp: large_radius

shocklateboy92 commented 8 months ago

I decided to add even more rounding: this time to the level progress view. (I might have a problem. At this rate the whole app might end up one giant sphere :stuck_out_tongue: )

image

Also I decided that 4dp rounding looks better for the background than 2dp.