We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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! 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 !!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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"
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 !!
The text was updated successfully, but these errors were encountered: