summaryrefslogtreecommitdiff
path: root/icon-themes
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-21 17:19:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-21 17:47:43 +0100
commitea91c7d90d74e1ca039ba669b5d3e14fa359c0fa (patch)
tree1f8bd3b84fa18737164ed944d9db401794985677 /icon-themes
parent397f3e5d7b0b079ef3a6ef4b859ea2b2ab814b67 (diff)
Turn presenter screen from bundled extension to plain code
The immediate trigger was 5e5c11c664f67ff9fd1120905b09a32bea3b2f6c "fdo#42070 Fix RTL support in presenter console" causing build failures on Mac OS X when linking the extension against vcl, but there should be more benefits of going from a bundled-anyway extension to plain code. (Not the least to get rid of the com.sun.star.drawing.XPresenterHelper hack.) To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant identifiers as follows: * UNO implementation com.sun.star.comp.Draw.framework.PresenterScreenJob -> org.libreoffice.comp.PresenterScreenJob * UNO implementation com.sun.star.sdext.presenter.PresenterProtocolHandler -> org.libreoffice.comp.PresenterScreenProtocolHandler * protocol handler schema vnd.com.sun.star.comp.PresenterScreen -> vnd.org.libreoffice.presenterscreen * configuration schema /org.openoffice.Office.extension.PresenterScreen -> /org.openoffice.Office.PresenterScreen (it appears this contains little to no user-changeable data anyway, so not migrating it to a new user profile due to the schema name change should not be problematic) * job ID onDocumentOpenedJob -> org.libreoffice.PresenterScreen Even with these precautions, having the presenter screen installed both as plain code and as a (per-user or shared) extension still leads to a crash when activating presentation mode (likely due to how both codes want to take control of the screen). To mitigate this, existing installations of the extension are explicitly not migrated to new user profiles. The sdext/source/presenter/bitmaps/*.png files were moved to icon-themes/galaxy/sd/res/presenterscreen-*.png and are now accessed via SdResId (adding the relevant data to sd/source/ui/inc/res_bmp.hrc and sd/source/ui/app/res_bmp.src; not sure whether these locations are already ideal). The code itself has been left mostly unchanged in sdext/source/presenter/, and it still clumsily communicates with sd core code via XPresenterHelper. There is a lot of room for improvement here. The help data is left untouched at sdext/source/presenter/help/ and needs to be incorporated properly into helpcontent2 in a follow-up commit. The --disable-ext-presenter-console configure switch is gone. Change-Id: I71adb7ae6dcdbd1802151fce6e3871d8a2026332
Diffstat (limited to 'icon-themes')
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-Background.pngbin0 -> 3474 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottom.pngbin0 -> 214 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomCallout.pngbin0 -> 1425 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomLeft.pngbin0 -> 598 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomRight.pngbin0 -> 626 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveLeft.pngbin0 -> 145 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveRight.pngbin0 -> 141 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTop.pngbin0 -> 148 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTopLeft.pngbin0 -> 442 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTopRight.pngbin0 -> 438 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderBottom.pngbin0 -> 164 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderBottomLeft.pngbin0 -> 576 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderBottomRight.pngbin0 -> 587 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottom.pngbin0 -> 140 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottomLeft.pngbin0 -> 161 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottomRight.pngbin0 -> 159 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideLeft.pngbin0 -> 140 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideRight.pngbin0 -> 140 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTop.pngbin0 -> 140 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTopLeft.pngbin0 -> 164 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTopRight.pngbin0 -> 164 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderLeft.pngbin0 -> 147 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderRight.pngbin0 -> 177 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarBottom.pngbin0 -> 112 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarLeft.pngbin0 -> 119 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarRight.pngbin0 -> 121 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTop.pngbin0 -> 120 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTopLeft.pngbin0 -> 268 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTopRight.pngbin0 -> 244 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderTop.pngbin0 -> 174 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderTopLeft.pngbin0 -> 426 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-BorderTopRight.pngbin0 -> 414 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextDisabled.pngbin0 -> 258 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextMouseOver.pngbin0 -> 259 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextNormal.pngbin0 -> 262 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextSelected.pngbin0 -> 257 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameCenterMouseOver.pngbin0 -> 131 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameCenterNormal.pngbin0 -> 138 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameLeftMouseOver.pngbin0 -> 166 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameLeftNormal.pngbin0 -> 166 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameRightMouseOver.pngbin0 -> 163 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameRightNormal.pngbin0 -> 163 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpDisabled.pngbin0 -> 543 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpMouseOver.pngbin0 -> 538 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpNormal.pngbin0 -> 550 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpSelected.pngbin0 -> 623 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusDisabled.pngbin0 -> 243 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusMouseOver.pngbin0 -> 239 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusNormal.pngbin0 -> 244 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusSelected.pngbin0 -> 245 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesDisabled.pngbin0 -> 321 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesMouseOver.pngbin0 -> 314 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesNormal.pngbin0 -> 324 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesSelected.pngbin0 -> 318 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusDisabled.pngbin0 -> 277 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusMouseOver.pngbin0 -> 275 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusNormal.pngbin0 -> 279 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusSelected.pngbin0 -> 280 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextDisabled.pngbin0 -> 246 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextMouseOver.pngbin0 -> 250 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextNormal.pngbin0 -> 250 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousDisabled.pngbin0 -> 270 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousMouseOver.pngbin0 -> 263 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousNormal.pngbin0 -> 271 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousSelected.pngbin0 -> 270 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterDisabled.pngbin0 -> 342 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterMouseOver.pngbin0 -> 338 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterNormal.pngbin0 -> 347 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterSelected.pngbin0 -> 338 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSwitchMonitorMouseOver.pngbin0 -> 484 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ButtonSwitchMonitorNormal.pngbin0 -> 649 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverCenter.pngbin0 -> 208 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverLeft.pngbin0 -> 157 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverRight.pngbin0 -> 154 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownDisabled.pngbin0 -> 324 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownMouseOver.pngbin0 -> 324 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownNormal.pngbin0 -> 331 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownSelected.pngbin0 -> 369 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpDisabled.pngbin0 -> 319 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpMouseOver.pngbin0 -> 323 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpNormal.pngbin0 -> 329 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpSelected.pngbin0 -> 365 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarPagerMiddleMouseOver.pngbin0 -> 125 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarPagerMiddleNormal.pngbin0 -> 119 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbBottomMouseOver.pngbin0 -> 120 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbBottomNormal.pngbin0 -> 120 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbMiddleMouseOver.pngbin0 -> 118 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbMiddleNormal.pngbin0 -> 118 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbTopMouseOver.pngbin0 -> 120 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbTopNormal.pngbin0 -> 120 bytes
-rw-r--r--icon-themes/galaxy/sd/res/presenterscreen-ViewBackground.pngbin0 -> 177 bytes
91 files changed, 0 insertions, 0 deletions
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-Background.png b/icon-themes/galaxy/sd/res/presenterscreen-Background.png
new file mode 100644
index 000000000000..7b32e4ab974b
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-Background.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottom.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottom.png
new file mode 100644
index 000000000000..8314c9efd092
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottom.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomCallout.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomCallout.png
new file mode 100644
index 000000000000..b7c33223a33c
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomCallout.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomLeft.png
new file mode 100644
index 000000000000..8d573e864942
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomRight.png
new file mode 100644
index 000000000000..35ef8e9213db
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveBottomRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveLeft.png
new file mode 100644
index 000000000000..57d4a3dbbcd3
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveRight.png
new file mode 100644
index 000000000000..9a9857190b9d
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTop.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTop.png
new file mode 100644
index 000000000000..e0bea9d55448
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTop.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTopLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTopLeft.png
new file mode 100644
index 000000000000..62d63271fe21
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTopLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTopRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTopRight.png
new file mode 100644
index 000000000000..450c8e0cc5e7
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderActiveTopRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderBottom.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderBottom.png
new file mode 100644
index 000000000000..7ad2fd6c2a03
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderBottom.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderBottomLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderBottomLeft.png
new file mode 100644
index 000000000000..019de149b3af
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderBottomLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderBottomRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderBottomRight.png
new file mode 100644
index 000000000000..82de5791c1cd
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderBottomRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottom.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottom.png
new file mode 100644
index 000000000000..7000bc22f6c4
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottom.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottomLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottomLeft.png
new file mode 100644
index 000000000000..7571c8d94b1f
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottomLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottomRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottomRight.png
new file mode 100644
index 000000000000..c0af63ff58b8
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideBottomRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideLeft.png
new file mode 100644
index 000000000000..7000bc22f6c4
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideRight.png
new file mode 100644
index 000000000000..7000bc22f6c4
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTop.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTop.png
new file mode 100644
index 000000000000..7000bc22f6c4
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTop.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTopLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTopLeft.png
new file mode 100644
index 000000000000..fdfabd42ae9f
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTopLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTopRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTopRight.png
new file mode 100644
index 000000000000..5b4b642e9f34
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderCurrentSlideTopRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderLeft.png
new file mode 100644
index 000000000000..cbdb267b8789
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderRight.png
new file mode 100644
index 000000000000..333073328ddd
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarBottom.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarBottom.png
new file mode 100644
index 000000000000..23a3bc3595aa
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarBottom.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarLeft.png
new file mode 100644
index 000000000000..839ab5091a8e
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarRight.png
new file mode 100644
index 000000000000..e5c4b9d25a16
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTop.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTop.png
new file mode 100644
index 000000000000..c45b97c434cd
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTop.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTopLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTopLeft.png
new file mode 100644
index 000000000000..978e98a9bbc4
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTopLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTopRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTopRight.png
new file mode 100644
index 000000000000..7dc3d98860ea
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderToolbarTopRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderTop.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderTop.png
new file mode 100644
index 000000000000..dee68e828147
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderTop.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderTopLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderTopLeft.png
new file mode 100644
index 000000000000..bbec4e42be42
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderTopLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-BorderTopRight.png b/icon-themes/galaxy/sd/res/presenterscreen-BorderTopRight.png
new file mode 100644
index 000000000000..3416b16c9e91
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-BorderTopRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextDisabled.png
new file mode 100644
index 000000000000..5417cf72c928
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextMouseOver.png
new file mode 100644
index 000000000000..96805e392176
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextNormal.png
new file mode 100644
index 000000000000..6dbd732e0977
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextSelected.png
new file mode 100644
index 000000000000..eb6e6d45bb23
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonEffectNextSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameCenterMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameCenterMouseOver.png
new file mode 100644
index 000000000000..b97799f1f314
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameCenterMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameCenterNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameCenterNormal.png
new file mode 100644
index 000000000000..4cf7218f3b52
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameCenterNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameLeftMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameLeftMouseOver.png
new file mode 100644
index 000000000000..1f2ab6a00cab
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameLeftMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameLeftNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameLeftNormal.png
new file mode 100644
index 000000000000..0e92cb37d7d8
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameLeftNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameRightMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameRightMouseOver.png
new file mode 100644
index 000000000000..0f49ad4f7e61
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameRightMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameRightNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameRightNormal.png
new file mode 100644
index 000000000000..4ca69670e513
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonFrameRightNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpDisabled.png
new file mode 100644
index 000000000000..12f4903b6cf8
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpMouseOver.png
new file mode 100644
index 000000000000..7bddef561f11
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpNormal.png
new file mode 100644
index 000000000000..99c693215ba9
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpSelected.png
new file mode 100644
index 000000000000..f162db27650e
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonHelpSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusDisabled.png
new file mode 100644
index 000000000000..ff61106eb7ec
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusMouseOver.png
new file mode 100644
index 000000000000..787249912b9c
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusNormal.png
new file mode 100644
index 000000000000..e2d993384fef
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusSelected.png
new file mode 100644
index 000000000000..5d15de3b916f
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonMinusSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesDisabled.png
new file mode 100644
index 000000000000..09e31d26c649
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesMouseOver.png
new file mode 100644
index 000000000000..099d6bf0f2b1
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesNormal.png
new file mode 100644
index 000000000000..551392622506
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesSelected.png
new file mode 100644
index 000000000000..f5494fb1c678
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonNotesSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusDisabled.png
new file mode 100644
index 000000000000..e6ba3f3e78a7
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusMouseOver.png
new file mode 100644
index 000000000000..9d21dc40a6eb
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusNormal.png
new file mode 100644
index 000000000000..2e075c2a3a87
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusSelected.png
new file mode 100644
index 000000000000..b9d6fe1ed929
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonPlusSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextDisabled.png
new file mode 100644
index 000000000000..7f3bce058f4c
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextMouseOver.png
new file mode 100644
index 000000000000..4dc13655965b
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextNormal.png
new file mode 100644
index 000000000000..711b8ca8caf6
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideNextNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousDisabled.png
new file mode 100644
index 000000000000..383780eab2cf
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousMouseOver.png
new file mode 100644
index 000000000000..dc35c62deaf2
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousNormal.png
new file mode 100644
index 000000000000..26262b4568d7
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousSelected.png
new file mode 100644
index 000000000000..7274263a43f5
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlidePreviousSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterDisabled.png
new file mode 100644
index 000000000000..ce7d4ad51514
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterMouseOver.png
new file mode 100644
index 000000000000..2e7f518ac9e3
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterNormal.png
new file mode 100644
index 000000000000..7aa914f41c01
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterSelected.png
new file mode 100644
index 000000000000..143f995a004c
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSlideSorterSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSwitchMonitorMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSwitchMonitorMouseOver.png
new file mode 100644
index 000000000000..bc1055a97689
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSwitchMonitorMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ButtonSwitchMonitorNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSwitchMonitorNormal.png
new file mode 100644
index 000000000000..8cfe81dd1d5a
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ButtonSwitchMonitorNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverCenter.png b/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverCenter.png
new file mode 100644
index 000000000000..6eb75d386f46
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverCenter.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverLeft.png b/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverLeft.png
new file mode 100644
index 000000000000..9455246332cf
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverLeft.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverRight.png b/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverRight.png
new file mode 100644
index 000000000000..1f972d0cebea
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-LabelMouseOverRight.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownDisabled.png
new file mode 100644
index 000000000000..4dd16272fad7
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownMouseOver.png
new file mode 100644
index 000000000000..d1980a2a1a05
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownNormal.png
new file mode 100644
index 000000000000..166f10057c11
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownSelected.png
new file mode 100644
index 000000000000..21d42945ce98
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowDownSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpDisabled.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpDisabled.png
new file mode 100644
index 000000000000..44f60683bc59
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpDisabled.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpMouseOver.png
new file mode 100644
index 000000000000..9795885632dc
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpNormal.png
new file mode 100644
index 000000000000..804ced846065
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpSelected.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpSelected.png
new file mode 100644
index 000000000000..d7be4f324f86
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarArrowUpSelected.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarPagerMiddleMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarPagerMiddleMouseOver.png
new file mode 100644
index 000000000000..84b781af9fb8
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarPagerMiddleMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarPagerMiddleNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarPagerMiddleNormal.png
new file mode 100644
index 000000000000..a06ba667f118
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarPagerMiddleNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbBottomMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbBottomMouseOver.png
new file mode 100644
index 000000000000..482f13638755
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbBottomMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbBottomNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbBottomNormal.png
new file mode 100644
index 000000000000..ec46e172c134
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbBottomNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbMiddleMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbMiddleMouseOver.png
new file mode 100644
index 000000000000..62066c24b687
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbMiddleMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbMiddleNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbMiddleNormal.png
new file mode 100644
index 000000000000..c25e4edcf595
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbMiddleNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbTopMouseOver.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbTopMouseOver.png
new file mode 100644
index 000000000000..714481df996d
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbTopMouseOver.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbTopNormal.png b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbTopNormal.png
new file mode 100644
index 000000000000..7e0922c74966
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ScrollbarThumbTopNormal.png
Binary files differ
diff --git a/icon-themes/galaxy/sd/res/presenterscreen-ViewBackground.png b/icon-themes/galaxy/sd/res/presenterscreen-ViewBackground.png
new file mode 100644
index 000000000000..ca52d8262a88
--- /dev/null
+++ b/icon-themes/galaxy/sd/res/presenterscreen-ViewBackground.png
Binary files differ