自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

aierJun禁戒的地平线

三笠的思恋围巾huo

  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 Android 自定义View(三)

绘制篇java代码:/** * Created by aierJun on 2017/2/15. */ public class LineView extends View { public LineView(Context context) { super(context); } public LineView(Context context, Attri

2017-02-15 21:42:25 406

原创 Android 自定义View(二)

标签属性篇java代码:Values attrs<?xml version="1.0" encoding="utf-8"?> <resources> <attr name="TitleText" format="string|reference"/> <attr name="TitleTextColor" format="color|reference"/> <attr nam

2017-02-15 21:18:48 489

原创 Android 自定义View(一)

一.基础篇java代码:public class TestTitleView extends RelativeLayout { private TextView back; private TextView title; public TestTitleView(Context context) { super(context); } public

2017-02-15 20:42:05 488

原创 Android SQLite 数据导入(Extel(WPS)表格导入技巧)

Android SQLite 数据导入(Extel(WPS)表格导入技巧)数据太多的情况手动修改工程量太大,所以找了点技巧,现在有应该有蛮多数据库直接表格导入的,我就不说了,说说自己的小技巧。1,数据是数字的(int型)public final static int[] NO = {数据}在WPS中设置单元格格式为以下:效果:复制行到刚刚的数据区:然后Ctrl+R替换为,数字(int)的OK2,数

2017-02-07 23:41:30 1230

移动View,可以拖动到屏幕的任意位置(内含ImageView,VideoView,BaseView,其他自行改造)

移动View,可以拖动到屏幕的任意位置(内含ImageView,VideoView,BaseView,其他自行改造)

2016-12-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除