In this example https://www.b4x.com/android/forum/threads/sms-baloon-labels.63953/ labels are created at runtime like
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
which causes the label to adjusts it's height automatically depending on the textsize.
Did I miss that? If yes: Why?
 (I can't find any documentation even in the www)
			
			
			
				B4X:
			
		
		
		Activity.AddView(MyLabel,0,0,100%x,-2)
	which causes the label to adjusts it's height automatically depending on the textsize.
Did I miss that? If yes: Why?