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

roundedCornerRadius does not work #7

Closed
skywalkerlw opened this issue Mar 27, 2015 · 3 comments
Closed

roundedCornerRadius does not work #7

skywalkerlw opened this issue Mar 27, 2015 · 3 comments

Comments

@skywalkerlw
Copy link

I include roundedCornerRadius into the xml file and fetch a remotely JPG format file(http://www.pngspecialists.com.au/wp-content/uploads/2014/07/PNG_Trade_Slider_OnlineTraining.jpg) but no rounded affect comes.

<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/my_image_view"
android:layout_width="220dp"
android:layout_height="220dp"
fresco:fadeDuration="300"
fresco:roundedCornerRadius="10dp"
/>

@plamenko
Copy link
Contributor

Have you added the namespace to the top-level element in the XML file?
xmlns:fresco="http:/schemas.android.com/apk/res-auto

@tapanmodh
Copy link

Yes i added the namespace but not working.

@IanChilds
Copy link
Contributor

It looks as though the issue is a typo in the documentation. It should be http://schemas.android.com/apk/res-auto rather than http:/schemas.android.com/apk/res-auto (note the extra '/')

@ramonqlee ramonqlee mentioned this issue Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants