material-components / material-components/material-components-android

[Catalog][NavigationDrawer] background color of navigation drawer is incorrect

Open
#4,291 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug Issue: Catalog
Dominant language
Java
Stars
17.4k
Forks
3.2k
PR merge metrics
No merged PRs in 30d

Description

**Description:** The background color of this navigation drawer is correct (#FFF1ED).
![Screenshot_20240912_203007](https://github.com/user-attachments/assets/83741690-6d48-46d3-a6ce-a8c0e76e6652)
The background color of this navigation drawer is incorrect (#FFF8F6).
![Screenshot_20240912_203026](https://github.com/user-attachments/assets/959fc485-62c7-4ff4-87e9-cdec20616d10)
https://m3.material.io/components/navigation-drawer/specs

**Expected behavior:** The background color of the navigation drawer is correct (#FFF1ED).
![Screenshot_20240912_203126](https://github.com/user-attachments/assets/c3c20568-74db-4d94-9fed-1bdc4be35664)

**Minimal sample app repro:** Catalog app (CustomNavigationDrawerDemoActivity)

**Android API version:** 35

**Material Library version:** 1.13.0-alpha05

**Device:** Emulator 32.1.15

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Catalog app's CustomNavigationDrawerDemoActivity and inspect how the navigation drawer background is configured. Compare the rendered color with the Material navigation drawer specification and verify that the drawer uses #FFF1ED rather than #FFF8F6 on Android API 35.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
design, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.