proteus icon indicating copy to clipboard operation
proteus copied to clipboard

Proteus : A JSON based LayoutInflater for Android

Results 6 proteus issues
Sort by recently updated
recently updated
newest added

1. ### **ProteusGridLayoutManager** ``` With respect to linear layout i have added GridLayout view because it is more generic and easy to use. it provides both the orientation of linear...

I have the following layout: `{ "type": "TextView", "data" : { "name" : "Chris" }, "text": "~Hey {{name}}", "textColor": "#ffffff", "textSize": "20sp" } ` The output comes as **~Hey {{name}}**...

Whenever I try to add ListView or RecyclerView into JSON data the following exception is thrown. Caused by: com.flipkart.android.proteus.exceptions.ProteusInflateException: attribute 'children' must be an array of 'Layout' objects at com.flipkart.android.proteus.parser.custom.ViewGroupParser.handleChildren(ViewGroupParser.java:163)...