Skip to content

fix: keep touchpad controls visible at larger display zoom - #6

Merged
Tygb99 merged 1 commit into
mainfrom
claude/android-layout-bug-67f443
Aug 7, 2026
Merged

fix: keep touchpad controls visible at larger display zoom#6
Tygb99 merged 1 commit into
mainfrom
claude/android-layout-bug-67f443

Conversation

@Tygb99

@Tygb99 Tygb99 commented Aug 7, 2026

Copy link
Copy Markdown
Owner

문제

화면 확대(디스플레이 크기) 설정을 2단계보다 크게 하면 터치패드 화면의 오른쪽 버튼 컬럼(고정 300dp)과 연결 패널(고정 430dp)이 화면보다 커져서 마지막 버튼 줄이 잘렸다.

수정

  • 두 패널의 폭을 실제 화면 폭 대비 상한(44% / 85%)으로 클램프
  • 버튼 컬럼을 ScrollView로 감싸 어떤 확대 단계에서도 컨트롤 접근 가능

검증

  • :app:compileDebugKotlin, :app:testDebugUnitTest 통과

🤖 Generated with Claude Code

The controls column used a fixed 300dp width and the connection
drawer a fixed 430dp width, sized for the middle display-zoom step.
At larger zoom (higher density) the fixed dp widths outgrew the
screen and the bottom button row was clipped.

Clamp both panels to a fraction of the real screen width and wrap
the controls column in a ScrollView so no zoom setting can clip
controls off screen.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Tygb99
Tygb99 merged commit fb4ad41 into main Aug 7, 2026
1 check passed
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.

1 participant