summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorOndřej Smrž <bionic@centrum.cz>2013-03-10 13:10:37 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-03-11 12:00:51 +0000
commitf0615d8d399f32de21002add6e033c3a9575f417 (patch)
tree4fd62e08fe9f294d69a5bff6510b5d085f73c5b8 /android
parent4b49fa35226791e3ee262af7f2ce664aa3d38424 (diff)
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@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Signed-off-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/res/layout/activity_presentation.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/sdremote/res/layout/activity_presentation.xml b/android/sdremote/res/layout/activity_presentation.xml
index 23b615a95fe4..1dbf5a604bf5 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"