dirkvranckaert / my-episodes-watch-manager

Automatically exported from code.google.com/p/my-episodes-watch-manager
1 stars 2 forks source link

Episode details in context menu #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The context menu which is shown when pressing on an episode for a long 
time currently contains both the option 'Mark watched' and 'Details'. 
However a user can by mistake long-press a wrong episode so it's not clear 
at all when in the context menu for which episode you are about to execute 
an action. Therefore I thought it would be a good idea to add the episode 
details (Episode and Show name, Episode and Show number) as title in the 
context menu as shown in the mockup attached to this issue.

Original issue reported on code.google.com by dirkvran...@gmail.com on 12 May 2010 at 8:00

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 12 May 2010 at 8:33

GoogleCodeExporter commented 8 years ago
In a MenuItem  there is only 1 row for text, so i think your mockup isn't 
possible 
(correct me if i'm wrong).

see screenshot what I have now.

Original comment by ivoniftrik on 22 May 2010 at 2:59

Attachments:

GoogleCodeExporter commented 8 years ago
Now working with setHeaderTitle() of contextmenu!
Showname and episodename are showed.

Original comment by ivoniftrik on 22 May 2010 at 4:01