DiagonalLayout
DiagonalLayout copied to clipboard
With Diagonal Layout explore new styles and approaches on material design
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:  Nexus S:  Nexus 5X (No Line)  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...