Android Question [SOLVED] Hide search from PrefDialog options

makis_best

Well-Known Member
Licensed User
Longtime User
I create a dialog with three options....

B4X:
PrefDialog.AddOptionsItem("Range", "Value", Array As Object(100, 200, 300))

Is there any way to hide the search text box showing in the top of the three values
and soft keyboard pop up?

Thank you.
 
Top