[Library Demo] ShapedImageView APK

[Library Demo] ShapedImageView  Icon
  
3.2/5
13 Ratings
Developer
Meg 7
Current Version
1.0
Date Published
File Size
225.6 KB
Package ID
com.meg7.samples
Price
$ 0.00
Downloads
100+
Category
Android Apps
Genre
Libraries & Demo

APK Version History

Version
1.0 (1)
Architecture
universal
Release Date
October 26, 2015
Requirement
Android 2.3.4+
  • [Library Demo] ShapedImageView Screenshot
  • [Library Demo] ShapedImageView Screenshot

About Radio FM 90s

Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs
.
https://github.com/MostafaGazar/CustomShapeImageView
.
Usage:
android:layout_width="64dp"
android:layout_height="64dp"
android:src="@drawable/sample"
app:shape="circle"
android:scaleType="centerCrop" />

android:layout_width="64dp"
android:layout_height="64dp"
android:src="@drawable/sample"
android:scaleType="centerCrop" />

android:layout_width="64dp"
android:layout_height="64dp"
android:src="@drawable/sample"
android:scaleType="centerCrop" />

android:layout_width="64dp"
android:layout_height="64dp"
android:src="@drawable/sample"
app:svg_raw_resource="@raw/shape_star"
android:scaleType="centerCrop" />
.
Libraries used:
https://github.com/latemic/svg-android

What's New in this version