【发布时间】:2011-11-12 21:30:14
【问题描述】:
我正在尝试在图像按钮上设置前景图像。经过一番研究,我发现了这个代码示例:
<ImageButton android:text="Button" android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/icon"/>
我的问题是如何在代码中实际实现 android:src。
【问题讨论】:
标签: android android-widget android-imageview android-button