最新回答 / 0791cerL
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"? ? xmlns:ling="http://schemas.android.com/apk/res/com.ling.sportandmusic"? ? android:layout_width="match_parent"? ? android:layout_height="match_parent"? ? android:orientation="ve...
2015-06-13
最新回答 / 蔡頭2015
public void toggleMenu(){ if(open){ this.smoothScrollTo((int) (screenWidth-right), 0); open=false; }else{ this.smoothScrollTo(0, 0); open=true; } }
2015-06-08