我的测试大杂烩.
1.定制ImageView使用说明【研究状态:Finish】
1.按比例设置图片的长宽 2.设置圆角图片
<mos.kos.cache.sakura.image.SakuraImage
android:layout_width="200dp"
android:layout_height="200dp"
android:scaleType="centerCrop"
android:src="@drawable/image"
sakura:radius="20"
sakura:ratio="1"
sakura:refer="高"/>
radius
为圆弧长度,圆弧长<=0的时候,弧度为0,大于0的时候图片展示有弧度
ratio
为长宽的比例、refer
为参考边
基于sufushi/MyPet二次开发
基于Android
canvas
绘制的粒子雨
基于XRecyclerView的研究、测试心得和笔记snapseed
- 关于基类XHolder的封装
- 还有所有的适配器他爹XAdapter的封装
集成讯飞语音输入框架
Copyright 2015 jianghejie
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.