adjust the event list divider color so its visible in dark theme too

This commit is contained in:
tibbi 2016-10-24 20:26:16 +02:00
parent bcea981499
commit 380f9c55c0
3 changed files with 4 additions and 2 deletions

View File

@ -5,5 +5,5 @@
android:width="10000dp"
android:height="1dp"/>
<solid android:color="@color/mediumGrey"/>
<solid android:color="@color/eventListDivider"/>
</shape>

View File

@ -24,6 +24,7 @@
android:gravity="center_horizontal"
android:lineSpacingExtra="1dp"
android:padding="@dimen/big_margin"
android:text="@string/no_events_added"/>
android:text="@string/no_events_added"
android:visibility="gone"/>
</RelativeLayout>

View File

@ -5,4 +5,5 @@
<color name="colorAccent">@color/colorPrimary</color>
<color name="dark_grey_pressed_mask">#11000000</color>
<color name="mediumGrey">#18000000</color>
<color name="eventListDivider">#44aaaaaa</color>
</resources>