Android Widget
美图海外Android
这个作者很懒,什么都没留下…
展开
-
Waiting because the touched window has not finished
Waiting for application to become ready for input: xxxx Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.在onTouchEveve原创 2016-07-05 11:39:26 · 3931 阅读 · 0 评论 -
RecyclerView中的item的match_parent属性失效问题解决方案。
解决方案: 1. item使用RelativeLayout布局,并且布局中的view至少有一个layout_alignParentRight=true 2. 在adapte中的onCreateViewHolder,使用 public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {//原创 2016-07-06 17:16:24 · 11425 阅读 · 4 评论