SkillAgentSearch skills...

CircularImageView

This is an extended version of the Android ImageView that creates an ImageView in a circular shape with a border

Install / Use

/learn @grahamsmith/CircularImageView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CircularImageView

This is an extended version of the Android ImageView that creates an ImageView in a circular shape with a border.

Example of Use

Simply add the class to your existing project. There are no images or other files required.

Next add the following to your layout file xml (please note you may need to change the package names to match your setup.

<pre> &lt;com.wisemandesigns.android.widgets.CircularImageView android:id=&quot;@+id/circular_image_view&quot; android:layout_width=&quot;@dimen/circular_imageview_width&quot; android:layout_height=&quot;@dimen/circular_imageview_height&quot; android:src=&quot;@drawable/example&quot;/&gt; </pre>

By default the border width is 5dp and the colour is blue (because we said so).

Related Skills

View on GitHub
GitHub Stars44
CategoryDevelopment
Updated4y ago
Forks22

Security Score

75/100

Audited on Mar 3, 2022

No findings