Removed unused method and dimen
This commit is contained in:
parent
1d06642747
commit
5e3944d1f0
2 changed files with 0 additions and 5 deletions
|
|
@ -469,10 +469,6 @@ public abstract class AbsSlidingMusicPanelActivity extends AbsMusicServiceActivi
|
|||
}
|
||||
}
|
||||
|
||||
public int getBottomOffset() {
|
||||
return getResources().getDimensionPixelSize(R.dimen.bottom_offset_fab_activity) - slidingUpPanelLayout.getPanelHeight();
|
||||
}
|
||||
|
||||
protected void updatePlayPauseDrawableState(boolean animate) {
|
||||
if (playPauseDrawable == null) {
|
||||
playPauseDrawable = new PlayPauseDrawable(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue