上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页
摘要: mRecyclerView = findView(R.id.id_recyclerview); //设置布局管理器 mRecyclerView.setLayoutManager(layout); //设置adapter mRecyclerView.setAdapter(adapter) //设置Item增加、移除动画 mRecyclerView.setItemAnimator(new Defau... 阅读全文
posted @ 2017-02-26 16:30 次序 阅读(1692) 评论(0) 推荐(0) 编辑
摘要: if (showPwd){ //设置EditText文本为可见的 password.setTransformationMethod(HideReturnsTransformationMethod.getInstance()); showPassword.setImageReso... 阅读全文
posted @ 2017-02-22 00:11 次序 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 题目:在不完美中与神相遇 经文: 士16:23--31节 一 求告真神 二 见证真神 三 被主纪念 我们都一个在宗教历史上,有一个非常伟大的人物是奥古斯丁,他很聪明,但他总是活在色情当中,用情欲来满足自己。而且他以犯罪为乐,他并不是喜欢犯罪,而是用犯罪来满足他的内心,这样的奥古斯丁我们对他的评价就是 阅读全文
posted @ 2017-02-18 14:21 次序 阅读(967) 评论(0) 推荐(0) 编辑
摘要: package com.goodness.test; import android.os.Bundle; import android.os.Handler; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.app.AppComp... 阅读全文
posted @ 2017-02-15 22:21 次序 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 还看见了 阅读全文
posted @ 2017-02-14 00:02 次序 阅读(112) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lmj623565791/article/details/45059587 阅读全文
posted @ 2017-02-13 22:12 次序 阅读(106) 评论(0) 推荐(0) 编辑
摘要: lunbotu.xml point.xml 当前显示页圆点:point_check.xml 默认圆点:point_normal.xml color.xml 阅读全文
posted @ 2017-02-12 00:22 次序 阅读(846) 评论(0) 推荐(0) 编辑
摘要: shape用于设定形状,可以在selector,layout等里面使用,有6个子标签,各属性如下: 填充:设置填充的颜色 间隔:设置四个方向上的间隔 大小:设置大小 圆角:同时设置五个属性,则Radius属性无效 android:Radius="20dp" 设置四个角的半径 android:topL 阅读全文
posted @ 2017-02-11 22:32 次序 阅读(183) 评论(0) 推荐(0) 编辑
摘要: compile'com.squareup.picasso:picasso:2.5.2' String url = "http://192.168.191.1:8080/b"+(i+1)+".jpg"; image = new ImageView(context); // Picasso.with(context).load(url).into(... 阅读全文
posted @ 2017-02-11 22:11 次序 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: demo ‹ › 阅读全文
posted @ 2017-02-05 10:39 次序 阅读(982) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页