Improve media browser and video viewer
* show/hide status bar by tapping a photo * dim and color status bar in video/media viewers * show/hide status bar in video viewer * use shared element transition when opening a photo is possible * center video in VideoView
This commit is contained in:
parent
6e67db7631
commit
08f928a2b2
11 changed files with 222 additions and 50 deletions
|
|
@ -25,7 +25,7 @@ public interface StatusActionListener extends LinkListener {
|
|||
void onReblog(final boolean reblog, final int position);
|
||||
void onFavourite(final boolean favourite, final int position);
|
||||
void onMore(View view, final int position);
|
||||
void onViewMedia(String[] urls, int index, Status.MediaAttachment.Type type);
|
||||
void onViewMedia(String[] urls, int index, Status.MediaAttachment.Type type, View view);
|
||||
void onViewThread(int position);
|
||||
void onOpenReblog(int position);
|
||||
void onExpandedChange(boolean expanded, int position);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue