android ui控件Textview 要显示在Imageview之上,下图是文字在图片之下的
展开全部
对于简单的布局,可以采用线性布局垂直分布就是了,即:<LinearLayout>有个属性android:orientation="vertical"
对于较复杂的,推荐使用相对布局<RelativeLayout>,可以使用android:above或android:blow控制
对于较复杂的,推荐使用相对布局<RelativeLayout>,可以使用android:above或android:blow控制
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你看看安卓的布局方式就明白了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用GroupActivity,下面的选择项就能自定义了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</FrameLayout>
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</FrameLayout>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询