Why doesn'tCircleImageViewextendAppCompatImageView? ExtendingAppCompatImageViewwould require adding a runtime dependency for the support library without any real benefit. How can I add a selector (e.g. ripple e
<com.melih.holdtoload.HoldToLoadLayoutandroid:id="@+id/holdToLoadLayout"android:layout_width="match_parent"android:layout_height="match_parent"> <ImageViewandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:src="@drawable/github"/> </com.melih.holdtoload.HoldToLoadLa...
Step 2: Add the dependency dependencies{compile'com.github.miaoyongjun:MVideo:1.5'} Step 3: register in mainifest.xml <activityandroid:name="com.miaoyongjun.mdragvideo.DragVideoActivity"/> Step 4: start MVideo.getInstance() .setPreviewImage("http://bmob-cdn-982.b0.upaiyun.com/2017/02/24...
A circular ImageView for Android. Contribute to hdodenhof/CircleImageView development by creating an account on GitHub.
dependencies { ... implementation 'de.hdodenhof:circleimageview:3.1.0' } Usage <de.hdodenhof.circleimageview.CircleImageViewxmlns:app="http://schemas.android.com/apk/res-auto"android:id="@+id/profile_image"android:layout_width="96dp"android:layout_height="96dp"android:src="@drawable/profile"ap...
A circular ImageView for Android. Contribute to hdodenhof/CircleImageView development by creating an account on GitHub.