Fix artist detail activity and a landscape bug
This commit is contained in:
parent
c49777e5cc
commit
55146753f2
4 changed files with 10 additions and 5 deletions
|
|
@ -157,7 +157,10 @@ public class AlbumDetailActivity extends AbsSlidingMusicPanelActivity implements
|
|||
|
||||
private void setUpObservableListViewParams() {
|
||||
toolbarColor = DialogUtils.resolveColor(this, R.attr.defaultFooterColor);
|
||||
headerViewHeight = getResources().getDimensionPixelSize(R.dimen.title_view_height);
|
||||
headerViewHeight = getResources().getDimensionPixelSize(R.dimen.detail_header_height);
|
||||
if (headerViewHeight == 0) {
|
||||
albumArtImageView.setVisibility(View.GONE);
|
||||
}
|
||||
}
|
||||
|
||||
private void setUpViews() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue