mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Add search
This commit is contained in:
parent
6eff64e7e1
commit
8c889f7a38
39 changed files with 999 additions and 93 deletions
|
|
@ -26,6 +26,7 @@
|
|||
<color name="hintTextColor">#CFCFCF</color>
|
||||
<color name="iconSearchBarColor">#CFCFCF</color>
|
||||
<color name="contentContainerColor">#121212</color>
|
||||
<color name="searchBackgroundColor">#101010</color>
|
||||
|
||||
<color name="navigationDrawerTextColor">#F3F3F3</color>
|
||||
<color name="navigationDrawerIconColor">#A0A0A0</color>
|
||||
|
|
@ -33,5 +34,9 @@
|
|||
<color name="bottomNavIconPressedColor">#FFFFFF</color>
|
||||
<color name="bottomNavIconSelectedColor">#EEEEEE</color>
|
||||
<color name="bottomNavIconColor">#707070</color>
|
||||
|
||||
<color name="chipBorderColor">#707070</color>
|
||||
<color name="chipSelectedBackgroundColor">#444444</color>
|
||||
<color name="chipUnelectedBackgroundColor">#1D1D1D</color>
|
||||
</resources>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue