当前位置: 代码迷 >> Android >> TextView放在ImageView上部(是imageview里面),大家是如何做的
  详细解决方案

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

热度:54   发布时间:2016-05-01 17:46:53.0
TextView放在ImageView下部(是imageview里面),大家是怎么做的
如题

------解决方案--------------------
探讨

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

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

------解决方案--------------------
对,RelativeLayout也可以,我只是随便写了个布局。推荐用RelativeLayout
  相关解决方案