TextView放在ImageView上部(是imageview里面),大家是如何做的

TextView放在ImageView下部(是imageview里面),大家是怎么做的如题[解决办法]探讨 FrameLayoutandroid:lay

TextView放在ImageView下部(是imageview里面),大家是怎么做的
如题

[解决办法]

探讨

<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView android:id="@+id/online_num"
android:lay……

[解决办法]
对,RelativeLayout也可以,我只是随便写了个布局。推荐用RelativeLayout