安卓button看不见
我自己刚接触安卓什么都不懂。就是用eclipse新建了一个项目然后直接显示的是helloworld,我只是想在界面上加一个按钮,我在activity_main.xml图形...
我自己刚接触安卓什么都不懂。就是用eclipse新建了一个项目 然后直接显示的是helloworld,我只是想在界面上加一个按钮,我在activity_main.xml图形窗口托进去一个button,然后在代码里加入了Button bu1 = (Button)findViewById(R.id.button1);可是真机运行看不见这个button 求解?
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="168dp"
android:layout_marginLeft="52dp"
android:layout_toRightOf="@+id/textView1"
android:text="Button" /> 展开
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="168dp"
android:layout_marginLeft="52dp"
android:layout_toRightOf="@+id/textView1"
android:text="Button" /> 展开
4个回答
2013-11-06
展开全部
不显示你就不要写那么复杂了,把你上面的textview组件先注释掉,然后这个button只留宽,高,text,其余都去掉,试试看,然后其他属性你看懂意思再加
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-11-06
展开全部
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />
</LinearLayout>
其他的都不用改~
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />
</LinearLayout>
其他的都不用改~
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-11-06
展开全部
放完整代码
更多追问追答
追问
放上了。。就新建项目别的地方都没动。加了一个button
追答
我估计是放错地方了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询