diff --git a/android/sdremote/res/drawable/rectangle_black.xml b/android/sdremote/res/drawable/rectangle_black.xml new file mode 100644 index 000000000000..f854e6000481 --- /dev/null +++ b/android/sdremote/res/drawable/rectangle_black.xml @@ -0,0 +1,11 @@ + + + + + + + + \ No newline at end of file diff --git a/android/sdremote/res/layout/fragment_blankscreen.xml b/android/sdremote/res/layout/fragment_blankscreen.xml new file mode 100644 index 000000000000..f717f247e502 --- /dev/null +++ b/android/sdremote/res/layout/fragment_blankscreen.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/android/sdremote/res/values/strings.xml b/android/sdremote/res/values/strings.xml index c3117cfd8038..b803ff088180 100644 --- a/android/sdremote/res/values/strings.xml +++ b/android/sdremote/res/values/strings.xml @@ -17,4 +17,5 @@ Auto-decline calls Change slides using volume buttons Switch computer + Return to Slide \ No newline at end of file diff --git a/android/sdremote/res/values/styles.xml b/android/sdremote/res/values/styles.xml index 8fa0c2d42041..c95fb0cdbce7 100644 --- a/android/sdremote/res/values/styles.xml +++ b/android/sdremote/res/values/styles.xml @@ -4,7 +4,9 @@ #EE4400 #303030 #FFFFFF + #000000 #E8E9E8 + #C1C2C1 3 @@ -45,7 +47,7 @@ @style/Theme.ImpressRemote.ActionBarMenuItem @style/Theme.ImpressRemote.ActionBarMenu @color/light_grey - @drawable/up_indicator_white + @drawable/up_indicator_white \ No newline at end of file diff --git a/android/sdremote/src/org/libreoffice/impressremote/BlankScreenFragment.java b/android/sdremote/src/org/libreoffice/impressremote/BlankScreenFragment.java new file mode 100644 index 000000000000..934baeacfa64 --- /dev/null +++ b/android/sdremote/src/org/libreoffice/impressremote/BlankScreenFragment.java @@ -0,0 +1,7 @@ +package org.libreoffice.impressremote; + +import android.app.Fragment; + +public class BlankScreenFragment extends Fragment { + +}