🎨 Palette: Add focus states to interactive tooltips#54
🎨 Palette: Add focus states to interactive tooltips#54manupawickramasinghe wants to merge 1 commit intomainfrom
Conversation
Added `selectableItemBackground`, `clickable`, and `minHeight` properties to the `ftFeedback` and `qual_feedback` TextViews in `fragment_camera.xml`. These properties ensure that when users interact with these views (which show tooltips), they receive proper visual feedback (ripple effect) and can easily tap them on mobile devices due to the expanded touch target size. Recorded this learning in `.Jules/palette.md`. Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Added focus states and expanded touch targets to interactive tooltips.
🎯 Why: Tooltips for frame time and bitrate lacked visual feedback when clicked and were too small to reliably tap, making them difficult to use.
♿ Accessibility: Increased touch target to 48dp minimum and added focus state ripples for keyboard/touch navigation.
PR created automatically by Jules for task 8313773715248910076 started by @manupawickramasinghe