06 2016 档案

摘要:值得注意的是,ListView中的控件不能设置clickable="true",否则会无视父控件的blockDescendants。 可参考: https://segmentfault.com/q/1010000005800016 同理,如果一个cardview里面有个listview,这个list 阅读全文
posted @ 2016-06-25 22:27 LarryLawrence 阅读(3853) 评论(0) 推荐(0)
摘要:用layout_weight的时候,不要把宽度(或是高度,你想分配weight的那个)设成match_parent。 android:layout_weight只适用于LinearLayout android:layout_weight的真实含义是:一旦View设置了该属性(假设有效的情况下),那么 阅读全文
posted @ 2016-06-14 15:10 LarryLawrence 阅读(311) 评论(0) 推荐(0)
摘要:layout_width layout_height layout_weight 这些一定要自己写,直接复制很容易出错 阅读全文
posted @ 2016-06-14 14:36 LarryLawrence 阅读(289) 评论(0) 推荐(0)
摘要:git clone -b <branch> <remote_repo> 例如: git clone -b 指定的分支名字 阅读全文
posted @ 2016-06-03 15:53 LarryLawrence 阅读(328) 评论(0) 推荐(0)