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

为什么使用android studio不能像老师一样在Design里随意拖动控件

如题啊,小白不是很懂android studio的设置

正在回答

3 回答

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:app="http://schemas.android.com/apk/res-auto"
   xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   tools:context="com.example.kunpeng.mpplication.MainActivity">
   <TextView
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
       android:text="Hello World!"
       app:layout_constraintBottom_toBottomOf="parent"
       app:layout_constraintLeft_toLeftOf="parent"
       app:layout_constraintRight_toRightOf="parent"
       app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>

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

先放置布局,例如线性布局,相对布局等,然后向布局里拖动控件。我也是初次使用android studio,默认情况下是可以的

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

不悦3996388 提问者

能麻烦你发一下你布局的默认Text代码嘛?我想看看和我的有什么不同
2017-07-25 回复 有任何疑惑可以回复我~

补充一下,用的是相对布局

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

举报

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

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

进入课程

为什么使用android studio不能像老师一样在Design里随意拖动控件

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