Android Question Spinner Language

red30

Well-Known Member
Licensed User
Longtime User
You can do that?
How can I set the flag on each element?
 

Attachments

  • ozbeH.png
    ozbeH.png
    33.6 KB · Views: 331

klaus

Expert
Licensed User
Longtime User
ListView1.AddTwoLinesAndBitmap(Text, "", Bitmap)
You may change the height of Label1 the same as the ItemHeight.
ListView1.TwoLinesAndBitmap.Label.Height = ListView1.TwoLinesAndBitmap.ItemHeight
And set the second label to invisible: ListView1.TwoLinesAndBitmap.SecondLabel.Visible = False
 
Upvote 0

red30

Well-Known Member
Licensed User
Longtime User
I need to set the flag of the country (as on the picture) on the spinner.

How does ListView1 come in?...
 
Upvote 0
Top