Skip to content

Conversation

@d4rken
Copy link
Member

@d4rken d4rken commented Aug 30, 2025

This commit addresses a layout issue in the Debug Recorder where the content was not fully scrollable.

Key changes:

  • Set android:fillViewport="true" on the NestedScrollView to allow the content to fill the scroll view's viewport, enabling scrolling even if the content is smaller than the viewport.
  • Adjusted padding on the inner LinearLayout and added minHeight, paddingBottom, and clipToPadding to the RecyclerView (@id/list) to ensure all items are visible and scrollable, particularly the last items which were previously obscured.

This commit addresses a layout issue in the Debug Recorder where the content was not fully scrollable.

Key changes:
- Set `android:fillViewport="true"` on the `NestedScrollView` to allow the content to fill the scroll view's viewport, enabling scrolling even if the content is smaller than the viewport.
- Adjusted padding on the inner `LinearLayout` and added `minHeight`, `paddingBottom`, and `clipToPadding` to the `RecyclerView` (`@id/list`) to ensure all items are visible and scrollable, particularly the last items which were previously obscured.
@d4rken d4rken added bug Something isn't working as expected ROM: Android TV A device specific issue or behavior. labels Aug 30, 2025
@d4rken d4rken merged commit 3b6d2ea into main Aug 30, 2025
16 checks passed
@d4rken d4rken deleted the tv-debug-screen branch August 30, 2025 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working as expected ROM: Android TV A device specific issue or behavior.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants