1. 先在xml建立一個ImageButton
android:id="@+id/ImageButton01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2. java中利用findViewById得到ImageButton
ImageButton ib1 = (ImageButton)findViewById(R.id.ImageButton01);
3. 實做按下以及釋放的動作
實做onTouch
實際操作畫面
press
release
Source code download
Reference:
http://androidstudy.javaeye.com/blog/836358
沒有留言:
張貼留言