-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* optimized city screen for smart phone - moved "buy" button to city info table - removed "add to queue" button - expand icon changed to android defaults - CityStatsTable: big scrollable area, expandable * made CityStatsTable collapsible * Extracted BuyButtonFactory and re-added buy button close to construction queue * optimized city screen construction queue for space and optimized for cramped portrait - moved priority buttons under the queue - queue is collapsible and shows preview - when expanded, the queue takes available space - collapse stats on cramped portrait - collapsed stats show 2 lines of resources in cramped portrait to reduce width, right aligned - raze button moved close to city button in cramped portrait * allow selection in queue preview * Use Table.setEnabled() on priority buttons * Fix update after deleting entry from queue * Add reasoning for vertical space distribution of the left handed tables in the city screen. Minor fix for queue buttons. * Fixed click event propagation * Replace max() with coerceAtLeast() --------- Co-authored-by: M. Rittweger <[email protected]> Co-authored-by: mrimvo <[email protected]>
- Loading branch information
1 parent
2e32ecc
commit 9ce439f
Showing
5 changed files
with
192 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.