【发布时间】:2011-03-03 11:53:33
【问题描述】:
我对 Android 很陌生。
我创建了一个 ImageButton。 main.xml 包含如下代码段。
<ImageButton
android:id="@+id/button1"
android:layout_width="50px"
android:layout_height="50px"
android:src="@drawable/cat"
android:layout_x="50px"
android:layout_y="52px"
>
我必须把我拥有的“cat.png”放在哪里。我需要将其重命名为其他名称吗?
【问题讨论】:
-
查看out
标签: android imagebutton