mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Touchscreen: Show a line separator in lists.
This patch adds a configurable line separator between list items, very similar to lists in Android. Additionally, below the list item there is a thicker line. It can be disabled in the settings. Its color can be configured as well. Remote and monochrome displays are explicitly unsupported. If there is desire this can be changed but it doesn't seem useful to me. Change-Id: I005313b0d8f5ecd15864bf20e66ea4e3390d8b7d
This commit is contained in:
parent
20e114c1a0
commit
05a67d021c
10 changed files with 116 additions and 14 deletions
|
|
@ -202,6 +202,11 @@ viewers iconset..+x2: icons/tango_small_viewers_mono.bmp
|
|||
show icons: on
|
||||
statusbar: top
|
||||
ui viewport: -
|
||||
# Touchscreen: whether to show line separators or not. Default to yes only on touchscreen targets.
|
||||
list separator height: 0
|
||||
list separator height..+&touchscreen: auto
|
||||
list separator color: 808080
|
||||
|
||||
</main>
|
||||
|
||||
<remote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue