From 48819a89e2abdae7e76921f8e26ba88299503dba Mon Sep 17 00:00:00 2001 From: lado Date: Thu, 23 Feb 2012 15:35:24 +0100 Subject: empy stromg --- vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java index bccff8c..8b95bf4 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java @@ -37,6 +37,9 @@ public class Utils { public static final String TAG = Utils.class.getName(); public static final List EMPTY_LIST = new ArrayList(0); + + public static final String[] EMPTY = new String[] {}; + public static final ForegroundColorSpan HIGHLIGHT_TEXT = new ForegroundColorSpan( Color.RED); -- cgit v1.2.3