bumptech / bumptech/glide

Glide loading a shape drawable is not compatible with Android Dark Mode.

Open
#4,558 0 comments 1 reaction 0 assignees View on GitHub
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**:
![image](https://user-images.githubusercontent.com/4126838/116047545-c2540400-a6a6-11eb-9fd3-bd2e3f2ce6ee.png)

**video**:

https://user-images.githubusercontent.com/4126838/116048064-5c1bb100-a6a7-11eb-846c-3e4f4edb166c.mp4

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.