How to achieve multitouch for whole activity?
问题 I have one activity which is having linear layout and inside this layout there are several linear layouts and each linear layout is having set if buttons and text views. I want to achieve multi touch feature for whole screen means if user perform zoom in-zoom out using his finger then it should zoom in and zoom out whole screen(increase and decrease all buttons,text views size accordingly once). How to achieve it using android 2.1? regards, Piks 回答1: This might give you an idea: import java