我對Android非常陌生。我應該在哪裏將PNG文件與Android中的ImageButton相關聯?
我創建了一個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」。我是否需要將其重命名爲其他內容?
檢查這[出](http://stackoverflow.com/questions/2533410/drawable-folders-in-res-folder) – 2011-03-03 12:03:15