Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit e139e65

Browse files
committed
res: merge unneeded override into base file
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 419a490 commit e139e65

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

app/src/main/res/values-v23/colors.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Theme variables -->
1616
<color name="color_control_normal">@color/primary_text_color</color>
1717
<color name="list_multiselect_background">#668eacbb</color>
18-
<color name="navigation_bar_color">@color/primary_color</color>
18+
<color name="navigation_bar_color">#000000</color>
1919
<color name="status_bar_color">@color/primary_color</color>
2020
<color name="ripple_color">#aa003e5b</color>
2121
<color name="button_color">#44003e5b</color>

0 commit comments

Comments
 (0)