Android Question Color SetUp CustomLayoutDialog

Bob Spielen

Active Member
Licensed User
Thanks Erel for the fast reply!!
But the color I want is the color under the "Choose Item" of the title....


B4X:
Dim cd As CustomLayoutDialog
    cd.ShowAsync("Choose item", "", "", "", Null, False)
    cd.SetSize(100%x, 100%y)
 
Upvote 0
Top