Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_packages_apps_DeskClock
Commits
f3365e85
Commit
f3365e85
authored
Nov 20, 2020
by
Narinder Rana
Browse files
update bottom navigation bg color
parent
3245eb23
Changes
2
Hide whitespace changes
Inline
Side-by-side
res/layout/desk_clock.xml
View file @
f3365e85
...
...
@@ -118,7 +118,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_below=
"@id/content"
android:background=
"@color/
secondary_color
"
android:background=
"@color/
color_default_foreground
"
app:menu=
"@menu/bottom_navigation_menu"
app:itemIconTint=
"@color/tab_tint_color"
app:itemTextColor=
"@color/tab_tint_color"
...
...
res/values/colors.xml
View file @
f3365e85
...
...
@@ -40,4 +40,5 @@
<color
name=
"accent_color"
>
@lineageos.platform:color/color_default_blue1
</color>
<color
name=
"secondary_color"
>
#2F378A
</color>
<color
name=
"color_default_foreground"
>
@lineageos.platform:color/color_default_foreground
</color>
</resources>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment