-
已炸- -
Caused by: java.lang.ClassCastException: android.graphics.drawable.VectorDrawable cannot be cast to android.graphics.drawable.BitmapDrawable
-
Hello,
I would like to use a "custom" icon instead of "hamburger" icon.
This is done easily on iOS, but on Android I need to use a custom renderer. By using your full sample, the renderer looks …
pcdus updated
6 years ago
-
Hi!!!
I have next problem.
I want to have ripple effect for button with custom shape. I wish I could use ripple xml but I need to support some older than 21 api devices. I also want my button to hav…
-
Hi
I have a question , that how can to set Listener for each drawer items , for example i want when i clicked on book icon it guide me to another activity.
Thank you...
-
I'm having the exact same issue as #741. Exception is null and I have no idea why some of my images wont load. The URLs passed into Glide seem fine.
```java
@Override
public void…
-
Changes have been made for the special splash screens we use in applications for Android 12 and above.
I realized this situation when I bought a new mobile device.
When I try my applications on my…
-
**Description:** When using shared axis transition going from a fragment to another fragment which contains a recycler view, the recycler view is not animated while the rest of the fragment is animate…
-
**Glide Version**: 3.8.0-SNAPSHOT
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
glide.load(b).into(new GlideDrawableImageViewTarget(imageView, GlideDrawable.L…
-
# Feature Request
## Motivation
We should make the documentation for the splashscreen easier to find and understand. Some people approached me and asked for help because getting the splashscreen…
-
Hi I can not see animations in devices earlier than 12, but in your description says support from Android 6, and you tested on Android 8 and 12. Could you help me, please ?