DiagonalLayout icon indicating copy to clipboard operation
DiagonalLayout copied to clipboard

With Diagonal Layout explore new styles and approaches on material design

Results 8 DiagonalLayout issues
Sort by recently updated
recently updated
newest added

Hi I am trying to use your code. i am getting, "Unbound Namespace prefixes in XML" error. The below namespace is never used, "xmlns:app="http://schemas.android.com/apk/res-auto" Kindly help with right namespace.

In XML file it shows error "Path.op() not supported" , Please fix this error....

Versions: compileSdkVersion 26 buildToolsVersion '26.0.2' Nexus 7: ![screenshot_5](https://user-images.githubusercontent.com/3411015/32281695-a769b678-bf30-11e7-96b2-7e59c9590415.png) Nexus S: ![screenshot_6](https://user-images.githubusercontent.com/3411015/32281649-848ff6da-bf30-11e7-91f9-af8c5e7b2814.png) Nexus 5X (No Line) ![screenshot_4](https://user-images.githubusercontent.com/3411015/32281640-7da3bca8-bf30-11e7-8647-ed5bd64188ea.png) I get unwanted bottom line on Nexus S and 7, but on other devices,...

DiagonalLayout renders fine but when I call view.draw(canvas), the DiagonalLayout is not drawn into the canvas ``` Bitmap b = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); Canvas c = new Canvas(b); v.draw(c); ```...

Hi! When I add a google maps view o mapbox view, this is not showed at all, although the map is fully functional. How can solve this? Here is my...

In my RecyclerView, every item uses this XML: ``` ``` I set DiagonalLayout angles simply like that in my Adapter (according to the item's position): ``` if (getAdapterPosition() == 0)...

Can't make it work with collapsing toolbar layout. Here is my code. It is showing usual rectangular size. ``` ```

I want to hide toolbar and one textview when scrolling RecyclerView, its working fine using **scrollFlags** with **AppBarLayout**, but when used with **diagonalLayout**, its not working. Here is the scrollFlags...