2011年2月15日 星期二

[Android] ImageButton實做按下與釋放按鈕的動作 (可更新不同圖片)

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

透過Facebook分享

沒有留言: