Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Ui improvement : moved help into the action bar + ability to hide filters #532

Merged
merged 6 commits into from
Aug 18, 2013

Conversation

tonymanou
Copy link
Contributor

++ Moved the help button to the action bar
++ Moved the edit help (pen icon) into the help pop-up (only for the main activity)
++ Added scrollbars to the main help pop-up in order to avoid cut content on small screens
++ Added a frame around the filter section
++ Ability to show/hide the filter section (hidden when the application starts)
++ Added two strings (filter title + help menu)
--- Removed two images :
-> the pen is no longer useful,
-> the question mark is now taken from the system in order to be displayed at the good scale in the action bar

Note :
I have been forced not to use a plural string for the filter title because the 'zero' case is bugged in Android. I used a formatted MessageFormat instead, you only have to translate the bold words :
{0,choice,0#No active filter|1#1 active filter|1<{0} actives filters}

The diff files for the layouts are really messy because I changed the order of the components and the layout tree.

filters

M66B added a commit that referenced this pull request Aug 18, 2013
Ui improvement : moved help into the action bar + ability to hide filters
@M66B M66B merged commit a093445 into M66B:master Aug 18, 2013
@tonymanou tonymanou deleted the ui_actionbar branch August 18, 2013 12:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants