自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

转载 Android使用banner实现轮播图

添加依赖Glide :implementation 'com.github.bumptech.glide:glide:3.7.0'Banner:implementation 'com.youth.banner:banner:1.4.9'请求网络权限<uses-permission android:name="android.permission.INTERNET" /&g...

2018-11-11 19:55:13 2388 1

转载 Android中实现跑马灯效果

android中实现跑马灯有三种方式第一种,比较简单,直接用textView来实现。 android:singleLine="true" android:ellipsize="marquee" android:text="大王让我来巡山,寻了南山寻北山" android:background="@color/colorAccent"

2018-11-08 18:56:21 533

转载 Android中自定义view实现流式布局

实现效果:一.布局文件<comp.bwei.flowlayout.FlowLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="5dp"> <TextView and...

2018-11-04 20:56:59 330

空空如也

空空如也

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

TA关注的人

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