Show keyboard by default in new playlist dialog
This commit is contained in:
parent
e63aba75c4
commit
e069c4356f
@ -30,6 +30,7 @@ import android.os.Bundle;
|
||||
import android.text.Editable;
|
||||
import android.text.TextWatcher;
|
||||
import android.view.View;
|
||||
import android.view.WindowManager;
|
||||
import android.widget.Button;
|
||||
import android.widget.EditText;
|
||||
|
||||
@ -90,6 +91,8 @@ public class NewPlaylistDialog extends Dialog implements TextWatcher, View.OnCli
|
||||
{
|
||||
super.onCreate(state);
|
||||
|
||||
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);
|
||||
|
||||
setContentView(R.layout.new_playlist_dialog);
|
||||
|
||||
setTitle(R.string.choose_playlist_name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user