Skip to content

Conversation

MihaiCristianCondrea
Copy link
Owner

Summary

  • rebuild the help screen layout around a MaterialToolbar and constraint container so the content scrolls edge-to-edge with consistent spacing
  • wire the toolbar into HelpActivity, apply edge-to-edge handling in onCreate, and relax the FAQ list padding to avoid nested scrolling artifacts

Testing

  • ./gradlew test (fails: Android SDK not installed in container)

https://chatgpt.com/codex/tasks/task_e_68ce6b8a8190832d971b75fa34eded45

This commit refactors `fragment_about.xml` by:
- Replacing the root `ConstraintLayout` with a `LinearLayoutCompat` for simpler vertical arrangement.
- Setting `android:fillViewport="true"` on the `FastScrollScrollView`.
- Adding `android:animateLayoutChanges="true"` to the `MaterialCardView`.
- Grouping chips into nested `LinearLayoutCompat` containers for better organization.
- Removing explicit `app:layout_constraintTop_toTopOf` and similar constraints, relying on the `LinearLayoutCompat`'s orientation.
The `--stacktrace` and `--info` flags were removed from the `./gradlew build` command in the `android.yml` workflow file.
@MihaiCristianCondrea MihaiCristianCondrea merged commit 022f1d2 into main Sep 20, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant