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

app:shadow="false" will not load the image in 4.0.4 minSdkVersion 14! #45

Open
LOG-TAG opened this issue May 8, 2015 · 0 comments
Open

Comments

@LOG-TAG
Copy link

LOG-TAG commented May 8, 2015

app:shadow="false" will not load the image in 4.0.4 minSdkVersion 14!
if I change
app:shadow="false" will load the image in 4.0.4 minSdkVersion 14!

<com.pkmmte.view.CircularImageView
android:id="@+id/userPhoto"
android:layout_width="@dimen/userPhoto_layout_width"
android:layout_height="@dimen/userPhoto_layout_height"

    app:border="false"
    app:border_color="@color/custom_green"
    app:border_width="2dp"
    app:shadow="true"/>

I just used this CircularImageView in in https://github.com/rudsonlive/NavigationDrawer-MaterialDesign but when I set app:shadow="false" it's not loading the image nad border !!

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

1 participant