Skip to content

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes

License

Notifications You must be signed in to change notification settings

BusterBlade/CustomShapeImageView

Repository files navigation

CustomShapeImageView Demo (Play Store Demo)

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes

You can also use this gist https://gist.github.com/MostafaGazar/ee345987fa6c8924d61b if you do not want to add this library project to your codebase.

Build StatusAndroid ArsenalAndroid WeeklyPayPal DonationsCoverage Status

Usage

<com.meg7.widget.CustomShapeImageView android:layout_width="64dp"android:layout_height="64dp"android:src="@drawable/sample"app:shape="circle"android:scaleType="centerCrop" /> <com.meg7.widget.CircleImageView android:layout_width="64dp"android:layout_height="64dp"android:src="@drawable/sample"android:scaleType="centerCrop" /> <com.meg7.widget.RectangleImageView android:layout_width="64dp"android:layout_height="64dp"android:src="@drawable/sample"android:scaleType="centerCrop" /> <com.meg7.widget.SvgImageView android:layout_width="64dp"android:layout_height="64dp"android:src="@drawable/sample"app:svg_raw_resource="@raw/shape_star"android:scaleType="centerCrop" />

Download

Add the customshapeimageview dependency to your build.gradle file:

Maven Central

dependencies{... compile 'com.mostafagazar:customshapeimageview:1.0.4'... }

Proguard

If you're using proguard for code shrinking and obfuscation, make sure to add the following:

 -keep class com.meg7.widget.**{*} 

Screenshots

main

Libraries used

Developed by

License

Copyright 2013-2016 Mostafa Gazar 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. 

Donations

If you'd like to support this library, you could make a donation here:

PayPal Donation

About

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java100.0%