Glide loading a shape drawable is not compatible with Android Dark Mode.
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
**Glide Version**: 4.12.0
**Integration libraries**: None
**Device/Android Version**: Huawei LIO-AL00 Android 10.0
**Issue details / Repro steps / Use case background**:
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```kotlin
Glide.with(this).load(R.drawable.shape_cover).into(binding.image)
```
**Layout XML**:
```xml
```
**shape_cover.xml**:
```xml
```
**color `background`** in values/colors.xml:
```xml
#fff5f5f5
```
in values-night/colors.xml:
```xml
#ff222226
```
**Stack trace / LogCat**:
```ruby
no log.
```
**screenshot**:

**video**:
https://user-images.githubusercontent.com/4126838/116048064-5c1bb100-a6a7-11eb-846c-3e4f4edb166c.mp4
Contributor guide
Assessment
This issue has not been assessed yet.