- icons: add gray marker icons for timeshift and record

Signed-off-by: Thilo Graf <dbt@novatux.de>

record icon changed
This commit is contained in:
svenhoefer
2018-01-05 00:52:58 +01:00
committed by Thilo Graf
parent d6262f9ebe
commit c411c41295
4 changed files with 4 additions and 0 deletions

View File

@@ -255,9 +255,11 @@
#define NEUTRINO_ICON_MARKER_PIP "marker_pip"
#define NEUTRINO_ICON_MARKER_RADIO "marker_radio"
#define NEUTRINO_ICON_MARKER_RECORD "marker_record"
#define NEUTRINO_ICON_MARKER_RECORD_GRAY "marker_record_gray"
#define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled"
#define NEUTRINO_ICON_MARKER_STREAMING "marker_streaming"
#define NEUTRINO_ICON_MARKER_TIMESHIFT "marker_timeshift"
#define NEUTRINO_ICON_MARKER_TIMESHIFT_GRAY "marker_timeshift_gray"
#define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_ZAP "marker_zap"