在学习Android的Button与ImageButton区别时遇到的问题?
怎么解决这个重叠问题:xml主要添加的代码是:<Buttonandroid:id="@+id/Button01"android:layout_width="fill_pa...
怎么解决这个重叠问题:
xml主要添加的代码是:
<Button
android:id="@+id/Button01"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="buttton01"/>
<ImageButton
android:id="@+id/ImageButton01"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="imagebutton01"/>"
以及java文件的
Button button=(Button)findViewById(R.id.Button01);
ImageButton imageButton = (ImageButton)findViewById(R.id.ImageButton01);
button.setText("点击按键");
imageButton.setImageResource(R.drawable.down); 展开
xml主要添加的代码是:
<Button
android:id="@+id/Button01"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="buttton01"/>
<ImageButton
android:id="@+id/ImageButton01"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="imagebutton01"/>"
以及java文件的
Button button=(Button)findViewById(R.id.Button01);
ImageButton imageButton = (ImageButton)findViewById(R.id.ImageButton01);
button.setText("点击按键");
imageButton.setImageResource(R.drawable.down); 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询