do not use FEATURE_CUSTOM_TITLE
This commit is contained in:
parent
8c2ad32ad8
commit
105485c9b6
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ public class WizardInfoDialog extends DialogFragment implements OnClickListener
|
||||||
Bundle savedInstanceState) {
|
Bundle savedInstanceState) {
|
||||||
View view = inflater.inflate(R.layout.treatments_wizardinfo_dialog, null, false);
|
View view = inflater.inflate(R.layout.treatments_wizardinfo_dialog, null, false);
|
||||||
|
|
||||||
getDialog().getWindow().requestFeature(Window.FEATURE_CUSTOM_TITLE);
|
|
||||||
getDialog().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);
|
getDialog().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);
|
||||||
|
|
||||||
view.findViewById(R.id.ok).setOnClickListener(this);
|
view.findViewById(R.id.ok).setOnClickListener(this);
|
||||||
|
|
Loading…
Reference in a new issue