1个回答
展开全部
使用绝对布局啊
如:
<!-- 定义一个文本框,使用绝对定位 -->
<TextView
android:layout_x="20dip"
android:layout_y="20dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="用户名:"
/>
如:
<!-- 定义一个文本框,使用绝对定位 -->
<TextView
android:layout_x="20dip"
android:layout_y="20dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="用户名:"
/>
追问
谢谢,,新版的是用相对布局的。如果是相对布局,怎么改
e,不对,我改成了线性布局,android:layout_x="20dip"
android:layout_y="20dip"不起作用的
追答
Android里不是有个android:layout_marginTop="10dp"
这样按钮不就下来了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询