【发布时间】:2015-12-12 00:58:30
【问题描述】:
我在 content_main.xml 中有 Imagebotton 代码:
<ImageButton
android:src="@drawable/tri1"
android:layout_width="110dp"
android:layout_height="130dp"
android:id="@+id/imageButtonTri"
android:layout_marginLeft="75dp"
/>
并显示:
但我想要没有框效果的 imageBotton,例如:
然后,我会让这个 imageBotton 进入下一个布局
我该怎么做???
【问题讨论】:
标签: java android xml android-studio