问题描述
- layout添加控件的问题
- 直接添加个例如button的控件 在界面上不显示 得在xml里打出和相应程序
我看视频里的老师们都是添加控件之后xml里直接出程序了 求教怎么做才能自动出程序
和控件
解决方案
解决方案二:
http://www.eoeandroid.com/thread-558761-1-1.html?_dsign=8d141163
解决方案三:
<Button android:id=""@+id/button_dail"" android:layout_width=""fill_parent"" android:layout_height=""wrap_content"" android:layout_alignParentLeft=""true"" android:layout_below=""@+id/editText_number"" android:layout_marginTop=""97dp"" android:text=""@string/dail"" /> 这段代码可以添加一个按钮的
解决方案四:
你用的什么编辑器啊,无论是eclipse还是android studio,都是直接拖控件,编辑器自动生成代码啊。。。
时间: 2024-10-26 20:11:37