Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
862 stars 254 forks source link

refactor: ConfigActivity refactored design #1124

Closed aquilesTrindade closed 2 weeks ago

aquilesTrindade commented 2 weeks ago

Before

ConfigActivity bad design

After:

ConfigActivity Refactored

JavkhlanK commented 2 weeks ago

Why are the commits e4f7261b598f6ce18b6601a990333ecce522735e, 650939c4db496e5185c93568d621ef8afbfb5e63, f7bf95f08a8ae16a4f9eb3f3ea108cc3b9abe70d, and 41088753de70001a64a1d599043d6e0a569cf540 so similar? It could be just 1 commit. There's also a missing explanation on why it all's needed.

ilyassesalama commented 2 weeks ago

Thanks for the contribution, great work. However, as an addition to what others have said, can you try to fix that toolbar as well? it'd be great if it follows the app new design.

Screenshot 2024-05-02 at 10 45 31 AM

Here's an example of how it may look expanded:

and collapsed:

Moreover, it seems like options' description text is bold, why is that?

aquilesTrindade commented 2 weeks ago

good, thanks, I can try to make this design with CollapsingToolbar soon, and I'll find a way without having to create new attributes and colors

ilyassesalama commented 2 weeks ago

Why did you close it?