android button和textview并排放 textview换行时怎样在button下方而不是前面空出
3个回答
展开全部
你可以敏判用RelativeLayout button放在第一个手拿宽毕亮位置
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<Button
android:layout_width="30dp"
android:layout_height="20dp" />
<TextView
android:text=" wom"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
在文字前面加超过button宽度的空格!!暂时就这方法!!或者设置textView的属性,开头空多少!
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<Button
android:layout_width="30dp"
android:layout_height="20dp" />
<TextView
android:text=" wom"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
在文字前面加超过button宽度的空格!!暂时就这方法!!或者设置textView的属性,开头空多少!
展开全部
用linearlayout,而不要用默认的relativeLayout。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
什么意思咯,完全看不明白
更多追问追答
追问
就想word那个文字和图片排版
追答
大概理解你的意思,你是说要文字环绕按钮对吧?
那个,一般的软件都是用两个textview的。用一个textview就得结合html来设置文字,很遗憾,html我不会
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询