Negreanu Calin
Negreanu Calin
I know that for Angular you can change the double curly braces to suit your needs with volt, found this http://docs.angularjs.org/api/ng.$interpolateProvider
It would look like this (stackoverflow copy). ``` js module('myApp', []). config(function ($interpolateProvider) { $interpolateProvider.startSymbol('[['); $interpolateProvider.endSymbol(']]'); }); ```
This feature should be merged, could somebody provide feedback so that it can move forward?
Thank you for the quick reply, I have a RelativeLayout, I'll try to convert it to a TableLayout, so I have the following fragment content: ``` ``` Below I have...
AHAAA!!!! I managed to "fix" the issue by setting the adapter each time the list changes, this seems to solve my issues...although I think this is a bit hack-ish :D...
@LenghongQL Hello do you have any ideeas regarding https://github.com/baoyongzhang/SwipeMenuListView/issues/127 ?