comment out SystemUiHider, doesn't seem to exist or be used.
This commit is contained in:
parent
c6b9d03813
commit
eb32698db5
|
@ -1,6 +1,6 @@
|
||||||
package io.syng;
|
package io.syng;
|
||||||
|
|
||||||
import io.syng.util.SystemUiHider;
|
//import io.syng.util.SystemUiHider;
|
||||||
|
|
||||||
import android.annotation.TargetApi;
|
import android.annotation.TargetApi;
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
|
@ -12,12 +12,6 @@ import android.view.MotionEvent;
|
||||||
import android.view.View;
|
import android.view.View;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* An example full-screen activity that shows and hides the system UI (i.e.
|
|
||||||
* status bar and navigation/system bar) with user interaction.
|
|
||||||
*
|
|
||||||
* @see SystemUiHider
|
|
||||||
*/
|
|
||||||
public class SpashScreen extends Activity {
|
public class SpashScreen extends Activity {
|
||||||
|
|
||||||
private final int SPLASH_DISPLAY_LENGTH = 1000;
|
private final int SPLASH_DISPLAY_LENGTH = 1000;
|
||||||
|
|
Loading…
Reference in New Issue