06 2015 档案

摘要:UIImageView *imgView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"01首页.png"]]; imgView.frame = self.view.bounds; imgView.autoresizi... 阅读全文
posted @ 2015-06-25 15:11 柠檬真的很酸 阅读(653) 评论(0) 推荐(0)
摘要:android:focusable="true" android:focusableInTouchMode="true"在最外面的LinearLayout加上两个属性 1 阅读全文
posted @ 2015-06-21 00:54 柠檬真的很酸 阅读(2059) 评论(0) 推荐(0)
摘要:1.GidView使用的时候可以先重载GirdView例如: 1 public class MyGridView extends GridView { 2 3 public MyGridView(Context context) { 4 super(context); 5 ... 阅读全文
posted @ 2015-06-21 00:07 柠檬真的很酸 阅读(221) 评论(0) 推荐(0)