摘要:
这个界面 实现的不是微信对话界面。实现的是,focus的状态下,变为放大的另一种布局重点:一、定义类型个数 private final int TYPE_COUNT = 2; private final int FIRST_TYPE = 0; private final int OTHERS_TYP... 阅读全文
摘要:
错误信息:Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.解决办法:View v = inflater.inflate(R.layout.preference_fragment, container, false); 阅读全文