
android
文章平均质量分 54
wangzihan12345
嘿嘿
展开
-
输入法dialog、window
WindowManager.LayoutParams lps = getWindow().getWindow().getAttributes();lps.width = LayoutParams.FILL_PARENT;lps.height = LayoutParams.FILL_PARENT;getWindow().getWindow().setAttributes(lps);View原创 2016-08-24 10:25:59 · 655 阅读 · 0 评论 -
PorterDuff.Mode详解
PorterDuff.Mode主要用于设置画笔模式,Google文档中SRC、DST的定义原创 2016-04-25 19:20:58 · 1224 阅读 · 0 评论 -
ID_ANDROID_CONTENT
ID_ANDROID_CONTENT:The ID that the main layout in the XML layout file should have(XML中显示区域根视图的ID值,该视图由系统自动生成,未在XML中定义)getTop、getBottom、getLeft、getRight:视图想对于父视图的位置代码实例:public class MainA原创 2015-11-18 15:20:49 · 3348 阅读 · 0 评论