Layout File - Positioning Item to Right of Another Item (Android)

后端 未结 3 544
清酒与你
清酒与你 2020-12-19 03:59

I\'m trying to position one item in a RelativeLayout to the right of another. In the example below I want the \",\" to be placed to the right of the description field. Howev

3条回答
  •  醉酒成梦
    2020-12-19 04:34

    Try this code, it should work: Button used layout_toRightOf attribute with id of Textview widget.

    
    
        
        
        
    
    

    In Both TextView you add text and than check it.

    OK

提交回复
热议问题