diff options
author | lado <herrlado@gmail.com> | 2012-02-23 15:35:24 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-02-23 15:35:24 +0100 |
commit | 48819a89e2abdae7e76921f8e26ba88299503dba (patch) | |
tree | 0d78964579417c357ea220b42096d90e90b8a024 /vdrmanager | |
parent | f00474cd9e0f7776ade42ce36a1591b83817a79a (diff) | |
download | vdr-manager-48819a89e2abdae7e76921f8e26ba88299503dba.tar.gz vdr-manager-48819a89e2abdae7e76921f8e26ba88299503dba.tar.bz2 |
empy stromg
Diffstat (limited to 'vdrmanager')
-rw-r--r-- | vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java | 3 |
1 files changed, 3 insertions, 0 deletions
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); |