1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Use slightly darker separator line color

This commit is contained in:
Christophe Beyls 2015-01-19 21:00:03 +01:00
parent 27ed59732d
commit 89bdf37ee0

View file

@ -81,7 +81,7 @@
<style name="SeparatorLine"> <style name="SeparatorLine">
<item name="android:layout_width">match_parent</item> <item name="android:layout_width">match_parent</item>
<item name="android:layout_height">1dp</item> <item name="android:layout_height">1dp</item>
<item name="android:background">@color/translucent_grey</item> <item name="android:background">#e5e5e5</item>
</style> </style>
<style name="Metadata" parent="TextAppearance.AppCompat.Subhead"> <style name="Metadata" parent="TextAppearance.AppCompat.Subhead">