Android Question [B4X] B4XPreferencesDialog - AddOptionsItem

ddefrain

Member
Licensed User
Longtime User
Hello Everyone

Can the AddOptionsItem width at B4XPreferencesDialog be set? if Yes How?
B4X:
prefdialog.AddOptionsItem("code","Code", lista)

....And is it possible to add a Custom View to B4XPreferencesDialog?; I mean like a Button or Custom Image


Thank's in advance
Best Regards!

🙏🙏
 

Attachments

  • pref.png
    pref.png
    52.5 KB · Views: 236

ddefrain

Member
Licensed User
Longtime User
The font looks larger than normal. Check your device settings.

Which width do you want to change?


Currently no.
Thank's Erel
I would like to change the Searchview selected text width (AddOptionsItem); This because if a user modify the device settings to a bigger font size I'd like to display the full selected searchview text, If it is not possible I will use a Customlistview instead

Best Regards 🙏
 
Upvote 0

ddefrain

Member
Licensed User
Longtime User
Thank's Erel
I would like to change the Searchview selected text width (AddOptionsItem); This because if a user modify the device settings to a bigger font size I'd like to display the full selected searchview text, If it is not possible I will use a Customlistview instead

Best Regards 🙏
The font looks larger than normal. Check your device settings.

Which width do you want to change?


Currently no.
Thank's a lot Erel I Will use a B4XView instead

B4X:
Dim p As B4XView = xui.CreatePanel("")
p.LoadLayout("chgclientecard")
 

Attachments

  • b4xpanel.png
    b4xpanel.png
    82.9 KB · Views: 191
Last edited:
Upvote 0
Top