摘要: ActionBar actionBar = getActionBar(); actionBar.setIcon(new ColorDrawable(getResources().getColor(android.R.color.transparent))); This above is to ... 阅读全文
posted @ 2014-12-03 15:07 呼啸而过 阅读(240) 评论(0) 推荐(0)
摘要: The encryption class:package cn.com.smartcost.qy.util;import java.security.Key; import java.security.Security; import javax.crypto.Cipher; /** ... 阅读全文
posted @ 2014-12-03 14:59 呼啸而过 阅读(993) 评论(0) 推荐(0)
摘要: InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(view.getWindowToken(), 0)... 阅读全文
posted @ 2014-12-03 11:36 呼啸而过 阅读(155) 评论(0) 推荐(0)