mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
adjust the event list divider color so its visible in dark theme too
This commit is contained in:
@ -5,5 +5,5 @@
|
|||||||
android:width="10000dp"
|
android:width="10000dp"
|
||||||
android:height="1dp"/>
|
android:height="1dp"/>
|
||||||
|
|
||||||
<solid android:color="@color/mediumGrey"/>
|
<solid android:color="@color/eventListDivider"/>
|
||||||
</shape>
|
</shape>
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:lineSpacingExtra="1dp"
|
android:lineSpacingExtra="1dp"
|
||||||
android:padding="@dimen/big_margin"
|
android:padding="@dimen/big_margin"
|
||||||
android:text="@string/no_events_added"/>
|
android:text="@string/no_events_added"
|
||||||
|
android:visibility="gone"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
@ -5,4 +5,5 @@
|
|||||||
<color name="colorAccent">@color/colorPrimary</color>
|
<color name="colorAccent">@color/colorPrimary</color>
|
||||||
<color name="dark_grey_pressed_mask">#11000000</color>
|
<color name="dark_grey_pressed_mask">#11000000</color>
|
||||||
<color name="mediumGrey">#18000000</color>
|
<color name="mediumGrey">#18000000</color>
|
||||||
|
<color name="eventListDivider">#44aaaaaa</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
Reference in New Issue
Block a user