[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - android/sdremote
OndÅej Smrž
bionic at centrum.cz
Mon Mar 11 05:03:15 PDT 2013
android/sdremote/res/layout/activity_presentation.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit f0615d8d399f32de21002add6e033c3a9575f417
Author: OndÅej Smrž <bionic at centrum.cz>
Date: Sun Mar 10 13:10:37 2013 +0100
fdo#61421 Added line to prevent screenlocking during presentation
Added line to xml layout to prevent locking screen during using this
layout
Change-Id: Ia2f71e67a3d09bacf1cb7e95dd05a2008129eb24
Reviewed-on: https://gerrit.libreoffice.org/2640
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
Signed-off-by: Michael Meeks <michael.meeks at suse.com>
diff --git a/android/sdremote/res/layout/activity_presentation.xml b/android/sdremote/res/layout/activity_presentation.xml
index 23b615a..1dbf5a6 100644
--- a/android/sdremote/res/layout/activity_presentation.xml
+++ b/android/sdremote/res/layout/activity_presentation.xml
@@ -2,7 +2,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/framelayout"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent"
+ android:keepScreenOn = "true">
<view
android:id="@+id/presentation_interceptor"
More information about the Libreoffice-commits
mailing list