WootzApp v0.6 - UI Improvement #130
pandey019
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary:
This PR introduces major UI changes to Chromium, including moving the toolbar to a fixed bottom position, implementing a grid-based app menu using a bottom sheet, and various other layout improvements and some bug fixes.
Key Changes:
Modified AppMenu.java and related classed to implement a grid layout using a bottom sheet.
Updated app_menu_bottom_sheet_layout.xml to support the new grid structure.
2. Toolbar Repositioning:
Moved the toolbar to a fixed position at the bottom of the screen.
Updated ToolbarControlContainer and related classes to support the new bottom positioning.
3. General UI Improvements:
adjusted padding, margins, and layout weights to accommodate the bottom toolbar.
4. Bug Fixes:
Fixed the bug where, after the keyboard goes out of view whenever something is searched, it leaves a blank patch behind.
Fixed the bug where a shadow appears under the toolbar.
This discussion was created from the release WootzApp v0.6 - UI Improvement .
Beta Was this translation helpful? Give feedback.
All reactions