remove yet to be used imports and change from Boolean to boolean
This commit is contained in:
parent
394e1514b2
commit
a24a1860ae
|
@ -4,7 +4,6 @@ import android.annotation.TargetApi;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.content.DialogInterface;
|
import android.content.DialogInterface;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.content.SharedPreferences;
|
|
||||||
import android.graphics.PixelFormat;
|
import android.graphics.PixelFormat;
|
||||||
import android.media.AudioManager;
|
import android.media.AudioManager;
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
|
@ -53,7 +52,7 @@ public abstract class MediaplayerActivity extends ActionBarActivity
|
||||||
protected SeekBar sbPosition;
|
protected SeekBar sbPosition;
|
||||||
protected ImageButton butPlay;
|
protected ImageButton butPlay;
|
||||||
protected ImageButton butRev;
|
protected ImageButton butRev;
|
||||||
protected Boolean timeLeft = false;
|
protected boolean timeLeft = false;
|
||||||
protected TextView txtvRev;
|
protected TextView txtvRev;
|
||||||
protected ImageButton butFF;
|
protected ImageButton butFF;
|
||||||
protected TextView txtvFF;
|
protected TextView txtvFF;
|
||||||
|
|
Loading…
Reference in New Issue