About Programing/05. Android

Android에서 ImageButton

숙신 2010. 11. 9. 03:11
.xml

 <ImageButton
    android:id = "@+id/profile_icon"
    android:layout_width = "wrap_content"
    android:layout_height = "wrap_content"
    android:src = "@drawable/profile_icon"
    android:text = "">
</ImageButton>
저작자표시 비영리 변경금지 (새창열림)