为了账号安全,请及时绑定邮箱和手机立即绑定

怎么分开plain text和textview?

55618f830001148504250326.jpg

55618f830001ce9d04130572.jpg

我的都是连一起了,怎么都移不开

正在回答

3 回答

<LinearLayout
   android:layout_width="match_parent"
   android:layout_height="wrap_content"
   android:orientation="horizontal">

   <TextView
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
       android:text="姓名" />

   <EditText
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:layout_weight=""
       android:text="填写数据" />

1 回复 有任何疑惑可以回复我~

还是没有用啊

0 回复 有任何疑惑可以回复我~

XML文件,左下角,FrameLayout改成LinearLayout

0 回复 有任何疑惑可以回复我~
#1

Case11 提问者

好的,谢谢
2015-05-26 回复 有任何疑惑可以回复我~
#2

慕容9418540

还是没有用 水平的代码就变成那样的
2016-01-23 回复 有任何疑惑可以回复我~
#3

MrSilence1 回复 慕容9418540

左下角和左上角都要改
2016-03-19 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312584    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

怎么分开plain text和textview?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信