firetech/PactrackDroid

Double Update actions in two-pane layout (tablets)

Closed this issue · 4 comments

When viewing a parcel in two-pane layout (on a tablet/xlarge display), both the "Update" and "Update All" actions are visible in the action bar, with the same icon. A bit confusing.

I see two possible ways of solving this:

  1. Set showAsAction for the "Update All" menu item to "never" in two pane layouts.
  2. Change the icon for either of the actions to make the situation clearer. For example adding a '1' to the "Update" icon or something else to the "Update All" icon.

I would prefer option 2, but I don't feel confident in editing the icons. Option 1, however, can be implemented in just a few minutes.

@blunden can you take a look at creating an "update one" icon whenever you have time?

Ok

This should solve that.

ae5e0c3

Thanks! Looks nice! :)