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

Use primary color instead of accent color for event details metadata background.

This area will need more tweaks before final release.
This commit is contained in:
Christophe Beyls 2015-01-07 02:49:54 +01:00
parent c8ecbe1564
commit a033f9be57

View file

@ -44,7 +44,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/fosdem_blue"
android:background="?attr/colorPrimary"
android:orientation="vertical"
android:paddingBottom="8dp"
android:paddingLeft="@dimen/content_margin"