Navigation bar icons in audio player were not displayed correctly
This commit is contained in:
parent
60abf883c5
commit
433056c72f
@ -330,6 +330,10 @@ public class AudioplayerActivity extends MediaplayerActivity {
|
|||||||
R.attr.navigation_shownotes, R.attr.navigation_chapters});
|
R.attr.navigation_shownotes, R.attr.navigation_chapters});
|
||||||
final Playable media = controller.getMedia();
|
final Playable media = controller.getMedia();
|
||||||
if (butNavLeft != null && butNavRight != null && media != null) {
|
if (butNavLeft != null && butNavRight != null && media != null) {
|
||||||
|
|
||||||
|
butNavRight.setTag(R.id.imageloader_key, null);
|
||||||
|
butNavLeft.setTag(R.id.imageloader_key, null);
|
||||||
|
|
||||||
switch (currentlyShownPosition) {
|
switch (currentlyShownPosition) {
|
||||||
case POS_COVER:
|
case POS_COVER:
|
||||||
butNavLeft.setScaleType(ScaleType.CENTER);
|
butNavLeft.setScaleType(ScaleType.CENTER);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user