- 博客(3)
- 收藏
- 关注
原创 输入法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
665
原创 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
3365
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人