摘要:
mRecyclerView = findView(R.id.id_recyclerview); //设置布局管理器 mRecyclerView.setLayoutManager(layout); //设置adapter mRecyclerView.setAdapter(adapter) //设置Item增加、移除动画 mRecyclerView.setItemAnimator(new Defau... 阅读全文
摘要:
if (showPwd){ //设置EditText文本为可见的 password.setTransformationMethod(HideReturnsTransformationMethod.getInstance()); showPassword.setImageReso... 阅读全文
摘要:
题目:在不完美中与神相遇 经文: 士16:23--31节 一 求告真神 二 见证真神 三 被主纪念 我们都一个在宗教历史上,有一个非常伟大的人物是奥古斯丁,他很聪明,但他总是活在色情当中,用情欲来满足自己。而且他以犯罪为乐,他并不是喜欢犯罪,而是用犯罪来满足他的内心,这样的奥古斯丁我们对他的评价就是 阅读全文
摘要:
package com.goodness.test; import android.os.Bundle; import android.os.Handler; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.app.AppComp... 阅读全文
摘要:
http://blog.csdn.net/lmj623565791/article/details/45059587 阅读全文
摘要:
lunbotu.xml point.xml 当前显示页圆点:point_check.xml 默认圆点:point_normal.xml color.xml 阅读全文
摘要:
shape用于设定形状,可以在selector,layout等里面使用,有6个子标签,各属性如下: 填充:设置填充的颜色 间隔:设置四个方向上的间隔 大小:设置大小 圆角:同时设置五个属性,则Radius属性无效 android:Radius="20dp" 设置四个角的半径 android:topL 阅读全文
摘要:
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(... 阅读全文
摘要:
demo ‹ › 阅读全文