Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageView setSrc/ CardView CTOR exception #21

Open
zetbrush opened this issue Jun 8, 2016 · 3 comments
Open

ImageView setSrc/ CardView CTOR exception #21

zetbrush opened this issue Jun 8, 2016 · 3 comments

Comments

@zetbrush
Copy link

zetbrush commented Jun 8, 2016

  <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.
@FabianTerhorst
Copy link
Owner

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

@FabianTerhorst
Copy link
Owner

for the second error i need the layout xml.

@wanbyte
Copy link

wanbyte commented Feb 4, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants