[Library Demo] ShapedImageView

2024-12-24
[Library Demo] ShapedImageView Geschäftsbüro
  • Android 7.0
  • Version: 1.0
  • 225.61KB
8
1
2
3
4
5
8(73)

[Library Demo] ShapedImageView -

Demo der Android-Bibliothek

Benutzerdefinierte Form von ImageView mit PorterDuffXfermode mit Farbformen und SVGs

.

https://github.com/MostafaGazar/CustomShapeImageView

.

Verwendung:

android:layout_width="64dp"

android:layout_height="64dp"

android:src="@drawable/sample"

app:shape="Kreis"

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" />

.

Verwendete Bibliotheken:

https://github.com/latemic/svg-android

Mehr lesen

Screenshots

Beliebte Downloads