how to put text under image view

前端 未结 2 2023
清酒与你
清酒与你 2021-01-14 01:02

I wrote some xml but still cant place the text on the center of the screen as image. I want to put the text after my image. On my xml just trying to put text on the center u

2条回答
  •  花落未央
    2021-01-14 01:27

    Considered using textview with drawable on top? http://developer.android.com/reference/android/widget/TextView.html#attr_android:drawableTop

    in xml: android:drawableTop

提交回复
热议问题