From 05a67d021c8fbb10b2654f8378b549901dd4c520 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 6 May 2013 07:20:40 +0200 Subject: 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 --- apps/lang/english.lang | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'apps/lang/english.lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 0778ab74d3..9914b160f1 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12925,6 +12925,34 @@ *: "Cancel Sleep Timer" + + id: LANG_LIST_SEPARATOR + desc: line between lines in lists + user: core + + *: "Line Separator" + + + *: "Line Separator" + + + *: "Line Separator" + + + + id: LANG_LIST_SEPARATOR_COLOR + desc: line between lines in lists + user: core + + *: "Line Separator Colour" + + + *: "Line Separator Colour" + + + *: "Line Separator Colour" + + id: LANG_SHORTCUTS desc: Title in the shortcuts menu -- cgit v1.2.3