摘要: if (findViewById(android.R.id.content) instanceof ViewGroup) { ViewGroup mainView = ((ViewGroup)findViewById(android.R.id.content)); ... 阅读全文
posted @ 2015-01-08 18:29 davesuen 阅读(485) 评论(0) 推荐(0)
摘要: /* a toast with style white (white background and black text, ...) */ public static Toast showToastBackgroundWhite(Context context, CharSequenc... 阅读全文
posted @ 2015-01-08 18:17 davesuen 阅读(347) 评论(0) 推荐(0)