Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign the UI #69

Merged
merged 14 commits into from
Jun 6, 2024
Merged

Redesign the UI #69

merged 14 commits into from
Jun 6, 2024

Conversation

pxeemo
Copy link
Contributor

@pxeemo pxeemo commented May 23, 2024

No description provided.

Copy link
Collaborator

@BobbyESP BobbyESP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With these changed I believe the PR should be ready to be merged.

@@ -103,7 +102,7 @@
<string name="set_sd_path">Establece aquí la ruta de tu tarjeta SD. Esto es necesario para Android 10 y versiones anteriores.</string>
<string name="no_sd_card_path_set">¡No se ha establecido la ruta de la tarjeta SD!</string>
<string name="sd_card_path_set_successfully">¡Ruta de la tarjeta SD establecida con éxito!</string>
<string name="clear_sd_card_path">Borrar ruta de la tarjeta SD</string>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend to change the resource name/id since now it's more indentificable as "clear". Also the other modified strings

org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -Dfile.encoding\=UTF-8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be a better option to leave it non defined

sharedContentState = rememberSharedContentState(key = "cover$id"),
animatedVisibilityScope = animatedVisibilityScope,
clipInOverlayDuringTransition = sharedTransitionScope.OverlayClip(
RoundedCornerShape(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For shapes it's recommended to use dp unit

@BobbyESP BobbyESP merged commit d46a8e4 into Lambada10:redesign Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants