mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Redesign in the album section
This commit is contained in:
@@ -22,9 +22,11 @@
|
||||
<color name="suggestionIconColor">#252525</color>
|
||||
<color name="darkIconColor">#303030</color>
|
||||
<color name="suggestionSelectedTextColor">#333333</color>
|
||||
<color name="dividerColor">#AFAFAF</color>
|
||||
<color name="dividerColor">#f0f0f0</color>
|
||||
<color name="hintTextColor">#303030</color>
|
||||
|
||||
<color name="buttonBackgroundColor">#f0f0f0</color>
|
||||
|
||||
<color name="bottomNavIconPressedColor">#252525</color>
|
||||
<color name="bottomNavIconSelectedColor">#303030</color>
|
||||
<color name="bottomNavIconColor">#AFAFAF</color>
|
||||
|
||||
@@ -24,7 +24,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>
|
||||
Reference in New Issue
Block a user