文件名称:CustomShapeImageView
介绍说明--下载内容来自于网络,使用问题请自行百度
多边形、心形、半圆、弧形锯齿、梅花形等多种形状ImageView,制作类相册app源码的时候可参考-Polygons, heart-shaped, semi-circular, curved serrated, plum-shaped and other shapes ImageView, making the class photo album app source code can refer to when
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CustomShapeImageView/.gitignore
CustomShapeImageView/library/AndroidManifest.xml
CustomShapeImageView/library/project.properties
CustomShapeImageView/library/res/drawable-hdpi/ic_launcher.png
CustomShapeImageView/library/res/drawable-mdpi/ic_launcher.png
CustomShapeImageView/library/res/drawable-xhdpi/ic_launcher.png
CustomShapeImageView/library/res/values/attr.xml
CustomShapeImageView/library/res/values/strings.xml
CustomShapeImageView/library/res/values/styles.xml
CustomShapeImageView/library/res/values-v11/styles.xml
CustomShapeImageView/library/res/values-v14/styles.xml
CustomShapeImageView/library/src/com/meg7/widget/BaseImageView.java
CustomShapeImageView/library/src/com/meg7/widget/CircleImageView.java
CustomShapeImageView/library/src/com/meg7/widget/CustomShapeImageView.java
CustomShapeImageView/library/src/com/meg7/widget/CustomShapeSquareImageView.java
CustomShapeImageView/library/src/com/meg7/widget/RectangleImageView.java
CustomShapeImageView/library/src/com/meg7/widget/SvgImageView.java
CustomShapeImageView/library/src/com/svgandroid/ParserHelper.java
CustomShapeImageView/library/src/com/svgandroid/SVG.java
CustomShapeImageView/library/src/com/svgandroid/SVGParseException.java
CustomShapeImageView/library/src/com/svgandroid/SVGParser.java
CustomShapeImageView/README.md
CustomShapeImageView/samples/.settings/org.eclipse.jdt.core.prefs
CustomShapeImageView/samples/AndroidManifest.xml
CustomShapeImageView/samples/project.properties
CustomShapeImageView/samples/res/drawable-hdpi/ic_launcher.png
CustomShapeImageView/samples/res/drawable-mdpi/ic_launcher.png
CustomShapeImageView/samples/res/drawable-xhdpi/ic_launcher.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_1.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_2.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_3.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_4.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_5.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_6.png
CustomShapeImageView/samples/res/drawable-xxhdpi/ic_launcher.png
CustomShapeImageView/samples/res/layout/activity_samples.xml
CustomShapeImageView/samples/res/raw/shape_5.svg
CustomShapeImageView/samples/res/raw/shape_circle_2.svg
CustomShapeImageView/samples/res/raw/shape_flower.svg
CustomShapeImageView/samples/res/raw/shape_heart.svg
CustomShapeImageView/samples/res/raw/shape_star.svg
CustomShapeImageView/samples/res/raw/shape_star_2.svg
CustomShapeImageView/samples/res/raw/shape_star_3.svg
CustomShapeImageView/samples/res/values/dimens.xml
CustomShapeImageView/samples/res/values/strings.xml
CustomShapeImageView/samples/res/values/styles.xml
CustomShapeImageView/samples/res/values-sw600dp/dimens.xml
CustomShapeImageView/samples/res/values-sw720dp-land/dimens.xml
CustomShapeImageView/samples/res/values-v11/styles.xml
CustomShapeImageView/samples/res/values-v14/styles.xml
CustomShapeImageView/samples/src/com/meg7/samples/SamplesActivity.java
CustomShapeImageView/Screenshot_2013-11-05-23-08-12.png
CustomShapeImageView/library/src/com/meg7/widget
CustomShapeImageView/samples/src/com/meg7/samples
CustomShapeImageView/library/src/com/meg7
CustomShapeImageView/library/src/com/svgandroid
CustomShapeImageView/samples/src/com/meg7
CustomShapeImageView/library/res/drawable-hdpi
CustomShapeImageView/library/res/drawable-mdpi
CustomShapeImageView/library/res/drawable-xhdpi
CustomShapeImageView/library/res/values
CustomShapeImageView/library/res/values-v11
CustomShapeImageView/library/res/values-v14
CustomShapeImageView/library/src/com
CustomShapeImageView/samples/res/drawable-hdpi
CustomShapeImageView/samples/res/drawable-mdpi
CustomShapeImageView/samples/res/drawable-xhdpi
CustomShapeImageView/samples/res/drawable-xxhdpi
CustomShapeImageView/samples/res/layout
CustomShapeImageView/samples/res/raw
CustomShapeImageView/samples/res/values
CustomShapeImageView/samples/res/values-sw600dp
CustomShapeImageView/samples/res/values-sw720dp-land
CustomShapeImageView/samples/res/values-v11
CustomShapeImageView/samples/res/values-v14
CustomShapeImageView/samples/src/com
CustomShapeImageView/library/res
CustomShapeImageView/library/src
CustomShapeImageView/samples/.settings
CustomShapeImageView/samples/res
CustomShapeImageView/samples/src
CustomShapeImageView/library
CustomShapeImageView/samples
CustomShapeImageView
CustomShapeImageView/library/AndroidManifest.xml
CustomShapeImageView/library/project.properties
CustomShapeImageView/library/res/drawable-hdpi/ic_launcher.png
CustomShapeImageView/library/res/drawable-mdpi/ic_launcher.png
CustomShapeImageView/library/res/drawable-xhdpi/ic_launcher.png
CustomShapeImageView/library/res/values/attr.xml
CustomShapeImageView/library/res/values/strings.xml
CustomShapeImageView/library/res/values/styles.xml
CustomShapeImageView/library/res/values-v11/styles.xml
CustomShapeImageView/library/res/values-v14/styles.xml
CustomShapeImageView/library/src/com/meg7/widget/BaseImageView.java
CustomShapeImageView/library/src/com/meg7/widget/CircleImageView.java
CustomShapeImageView/library/src/com/meg7/widget/CustomShapeImageView.java
CustomShapeImageView/library/src/com/meg7/widget/CustomShapeSquareImageView.java
CustomShapeImageView/library/src/com/meg7/widget/RectangleImageView.java
CustomShapeImageView/library/src/com/meg7/widget/SvgImageView.java
CustomShapeImageView/library/src/com/svgandroid/ParserHelper.java
CustomShapeImageView/library/src/com/svgandroid/SVG.java
CustomShapeImageView/library/src/com/svgandroid/SVGParseException.java
CustomShapeImageView/library/src/com/svgandroid/SVGParser.java
CustomShapeImageView/README.md
CustomShapeImageView/samples/.settings/org.eclipse.jdt.core.prefs
CustomShapeImageView/samples/AndroidManifest.xml
CustomShapeImageView/samples/project.properties
CustomShapeImageView/samples/res/drawable-hdpi/ic_launcher.png
CustomShapeImageView/samples/res/drawable-mdpi/ic_launcher.png
CustomShapeImageView/samples/res/drawable-xhdpi/ic_launcher.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_1.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_2.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_3.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_4.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_5.png
CustomShapeImageView/samples/res/drawable-xhdpi/sample_6.png
CustomShapeImageView/samples/res/drawable-xxhdpi/ic_launcher.png
CustomShapeImageView/samples/res/layout/activity_samples.xml
CustomShapeImageView/samples/res/raw/shape_5.svg
CustomShapeImageView/samples/res/raw/shape_circle_2.svg
CustomShapeImageView/samples/res/raw/shape_flower.svg
CustomShapeImageView/samples/res/raw/shape_heart.svg
CustomShapeImageView/samples/res/raw/shape_star.svg
CustomShapeImageView/samples/res/raw/shape_star_2.svg
CustomShapeImageView/samples/res/raw/shape_star_3.svg
CustomShapeImageView/samples/res/values/dimens.xml
CustomShapeImageView/samples/res/values/strings.xml
CustomShapeImageView/samples/res/values/styles.xml
CustomShapeImageView/samples/res/values-sw600dp/dimens.xml
CustomShapeImageView/samples/res/values-sw720dp-land/dimens.xml
CustomShapeImageView/samples/res/values-v11/styles.xml
CustomShapeImageView/samples/res/values-v14/styles.xml
CustomShapeImageView/samples/src/com/meg7/samples/SamplesActivity.java
CustomShapeImageView/Screenshot_2013-11-05-23-08-12.png
CustomShapeImageView/library/src/com/meg7/widget
CustomShapeImageView/samples/src/com/meg7/samples
CustomShapeImageView/library/src/com/meg7
CustomShapeImageView/library/src/com/svgandroid
CustomShapeImageView/samples/src/com/meg7
CustomShapeImageView/library/res/drawable-hdpi
CustomShapeImageView/library/res/drawable-mdpi
CustomShapeImageView/library/res/drawable-xhdpi
CustomShapeImageView/library/res/values
CustomShapeImageView/library/res/values-v11
CustomShapeImageView/library/res/values-v14
CustomShapeImageView/library/src/com
CustomShapeImageView/samples/res/drawable-hdpi
CustomShapeImageView/samples/res/drawable-mdpi
CustomShapeImageView/samples/res/drawable-xhdpi
CustomShapeImageView/samples/res/drawable-xxhdpi
CustomShapeImageView/samples/res/layout
CustomShapeImageView/samples/res/raw
CustomShapeImageView/samples/res/values
CustomShapeImageView/samples/res/values-sw600dp
CustomShapeImageView/samples/res/values-sw720dp-land
CustomShapeImageView/samples/res/values-v11
CustomShapeImageView/samples/res/values-v14
CustomShapeImageView/samples/src/com
CustomShapeImageView/library/res
CustomShapeImageView/library/src
CustomShapeImageView/samples/.settings
CustomShapeImageView/samples/res
CustomShapeImageView/samples/src
CustomShapeImageView/library
CustomShapeImageView/samples
CustomShapeImageView
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.