【发布时间】:2010-04-06 00:10:18
【问题描述】:
我正在尝试用图像按钮替换我之前的丑陋文本按钮。但是,在使用以下 ImageButton 代码更改 XML 文件后,我的应用程序甚至无法启动。为什么?
<ImageButton
android:layout_height="fill_parent"
android:id="@+id/refresh"
android:src="@drawable/refresh"
/>
【问题讨论】: