mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Redesign in the album section
This commit is contained in:
parent
f4cde67333
commit
fc65da4ab3
9 changed files with 277 additions and 64 deletions
|
|
@ -19,9 +19,11 @@
|
|||
<color name="suggestionIconColor">#DADADA</color>
|
||||
<color name="darkIconColor">#CFCFCF</color>
|
||||
<color name="suggestionSelectedTextColor">#CCCCCC</color>
|
||||
<color name="dividerColor">#707070</color>
|
||||
<color name="dividerColor">#080808</color>
|
||||
<color name="hintTextColor">#CFCFCF</color>
|
||||
|
||||
<color name="buttonBackgroundColor">#1D1D1D</color>
|
||||
|
||||
<color name="bottomNavIconPressedColor">#FFFFFF</color>
|
||||
<color name="bottomNavIconSelectedColor">#EEEEEE</color>
|
||||
<color name="bottomNavIconColor">#707070</color>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<style name="Divider">
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">1dp</item>
|
||||
<item name="android:layout_height">0.5dp</item>
|
||||
<item name="android:background">@color/dividerColor</item>
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue