Notice
Recent Posts
Recent Comments
반응형
목록2014/01/20 (1)
오늘도 공부
[펌][Android] Making a custom Android button using a custom view
출처 : http://kahdev.wordpress.com/2008/09/13/making-a-custom-android-button-using-a-custom-view/ Creating a custom view is as simple as inheriting from the View class and overriding the methods that need to be overridden. In this example, a custom button is implemented in this way. The button shall feature a labelled image (i.e. an image with text underneath). 1 public class CustomImageButton ext..
Android/Tip&Tech
2014. 1. 20. 17:05
