AndroidViewHover icon indicating copy to clipboard operation
AndroidViewHover copied to clipboard

An elegant way to show your menu or messages.

Results 20 AndroidViewHover issues
Sort by recently updated
recently updated
newest added

When enableBlurBackground() is set to true, if you monitor the memory of the application, you can see that memory goes up each time you do hover.show(), but doesn't go down...

I want to use OnLongClickListener. I put an imageview inside the cardview and applied a blurview. I applied longclick to Cardview. But when I clicked on the imageview, longclick didn't...

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

In a RecyclerView (I think it causes the same problem in ListView or GridView), when I set an HoverView on a cell, after scrolling, the HoverView is not recycled. So,...

Hey I used API 24 try using API 23 but got this error when I click FATAL EXCEPTION: main Process: com.example.johnj_000.hovericons, PID: 2881 java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v8/renderscript/RenderScript; at com.daimajia.androidviewhover.tools.Blur.apply(Blur.java:20)...

hi if i don't add this line to my gradle , does it works ? and as i said in title why should i add `renderscriptSupportMode true` code ?

hi man sry for destorbing you! but i saw ur project and i want to use the first blurLayout and make list view of it dynamiclly but i tried and...

i used with listview but when i scrolling another view also hovered.

在对图片进行高斯模糊处理的Blur.java文件中,进行模糊之前先将要模糊的图片尺寸缩小,再对缩小的图片进行模糊处理,最后将图片放大,这样相比之前对图片处理的时间会缩小一半,而且模糊效果也会更加明显,理论上说ScriptIntrinsicBlur进行模糊的范围只能从0~25,而使用图片的尺寸缩放后进行模糊处理能突破这个范围的限制。

Hi, I'm trying to add a view hover when I click on a button inside a view, so when I click on the button the view hover doesn't appear, but...