0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00

Add separator line between history items

Makes it easier to separate list items.
This commit is contained in:
Markus Fisch 2019-04-23 21:10:31 +02:00
parent 8a6441ddf3
commit 0e1464a15f
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
android:choiceMode="singleChoice"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@android:color/transparent"
android:divider="@color/separator"
android:dividerHeight="1px"/>
<android.support.v7.widget.SwitchCompat
android:visibility="gone"

View File

@ -7,4 +7,5 @@
<color name="accent_dark">#a6c45f</color>
<color name="background_color">#111</color>
<color name="button_text">#fff</color>
<color name="separator">#333</color>
</resources>