2016年6月1日
摘要: 动态生产小圆点 import android.widget.LinearLayout.LayoutParams; adapter app 画圆 阅读全文
posted @ 2016-06-01 21:55 glj521 阅读(174) 评论(0) 推荐(0)
摘要: package com.bwei.view; import android.content.Context; import android.graphics.PointF; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.view.MotionEvent; p... 阅读全文
posted @ 2016-06-01 21:49 glj521 阅读(248) 评论(0) 推荐(0)
摘要: if (list.get(position).imgextra != null) { View v = View.inflate(context, R.layout.qinggan_item, null); TextView data = (TextView) v.findViewById(R.id.qg_data); ... 阅读全文
posted @ 2016-06-01 21:26 glj521 阅读(142) 评论(0) 推荐(0)
摘要: package com.bwie.view; import android.widget.ImageView; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Bitmap.Config; import android.graphics.Canvas; import ... 阅读全文
posted @ 2016-06-01 20:52 glj521 阅读(1309) 评论(0) 推荐(0)
摘要: 直接引用 阅读全文
posted @ 2016-06-01 20:38 glj521 阅读(233) 评论(0) 推荐(0)
摘要: 创建xlistview_footer.xml 创建xlistview_header.xml valuesde的strings.xml中 下拉教头图片 xlistview_arrow.png XListView.java 创建 XListViewFooter.java 创建 XListViewHead 阅读全文
posted @ 2016-06-01 14:53 glj521 阅读(266) 评论(0) 推荐(0)
摘要: 权限 <activity android:name="com.tencent.connect.common.AssistActivity" android:screenOrientation="portrait" android:theme="@android:style/Theme.Translu 阅读全文
posted @ 2016-06-01 12:03 glj521 阅读(490) 评论(0) 推荐(0)