Graphic restyling of the interface

This commit is contained in:
CappielloAntonio 2021-04-24 20:01:46 +02:00
parent 1ffe52b8a0
commit 658e69dcb9
23 changed files with 971 additions and 240 deletions

View file

@ -29,6 +29,17 @@
<item name="android:background">@color/dividerColor</item>
</style>
<style name="SearchViewStyle" parent="Theme.AppCompat.DayNight.DarkActionBar">
<!--This line changes the color of text in Toolbar-->
<item name="android:textColorPrimary">@color/titleTextColor</item>
<!--This line changes the color of icons in toolbar (back, overflow menu icons)-->
<item name="android:textColorSecondary">@color/subtitleTextColor</item>
<!-- Gets rid of the search icon -->
<item name="searchIcon">@drawable/ic_search</item>
<!-- Gets rid of the "underline" in the text -->
<item name="queryBackground">@color/white</item>
</style>
<!-- FONT STYLE -->
<style name="InterFontFamily">