FastLayout
FastLayout copied to clipboard
ImageView setSrc/ CardView CTOR exception
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/std_drawable"/>
generates ImageView9000000000000000003.setSrc() method which doesn't exist in ImageView class
for v7 CardView generates constructor
super(context, attrs, R.style.Widget_Material_CardView, defStyleRes); which doesn't exist as well.
the android:src attribute isn´t supported right now.
for the second error i need the layout xml.
This is a very important and super nice library. Nice job Fabian. Do you have any plans to update this library to include support for most missing attributes? Thanks.