Added landscape version for now playing screen
This commit is contained in:
parent
36d9facc48
commit
4dc8178012
6 changed files with 400 additions and 178 deletions
|
|
@ -147,7 +147,9 @@ public class AlbumCoverPagerAdapter extends CustomFragmentStatePagerAdapter {
|
|||
new SimpleImageLoadingListener() {
|
||||
@Override
|
||||
public void onLoadingFailed(String imageUri, View view, @Nullable FailReason failReason) {
|
||||
setColor(ColorUtil.resolveColor(view.getContext(), R.attr.default_bar_color));
|
||||
if(getActivity() != null) {
|
||||
setColor(ColorUtil.resolveColor(getActivity(), R.attr.default_bar_color));
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue