原创 popupwindow提示框

public void PopupWindow(View parent){ View contentView = View.inflate(context,R.layout.popup_item, null);

原创 listview的item全部漏出來才顯示

lvMaster.setOnScrollListener(new ScrollListener() { @Override public void onScrollStateChanged(

原创 子線程更新ui

new Thread(){ public void run() { Looper.prepare(); Toast.makeText(AToolsActivity.this, "呵呵噠", 0).

原创 .9圖

sdk\tools\draw9patch.bat   上邊線表示圖片水平拉伸   左邊線表示垂直拉伸 右邊線表示垂直填充區域   下邊線表示水平填充 點贊 1 收藏 分享 文章舉報

原创 補間動畫 、插值器

Animation類相關屬性: android:duration  動畫持續時間,以毫秒爲單位 android:fillAfter    如果設置爲true,控件動畫結束時,將保持動畫最後時的狀態 android:fillBefore 如