FastLayout icon indicating copy to clipboard operation
FastLayout copied to clipboard

ImageView setSrc/ CardView CTOR exception

Open zetbrush opened this issue 8 years ago • 3 comments

  <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.

zetbrush avatar Jun 08 '16 10:06 zetbrush

the android:src attribute isn´t supported right now.

FabianTerhorst avatar Jun 08 '16 21:06 FabianTerhorst

for the second error i need the layout xml.

FabianTerhorst avatar Jun 09 '16 12:06 FabianTerhorst

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.

wanGiB avatar Feb 04 '17 01:02 wanGiB