summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorOndřej Smrž <bionic@centrum.cz>2013-03-10 13:10:37 +0100
committerFridrich Strba <fridrich@documentfoundation.org>2013-03-11 09:21:46 +0000
commitb2a11dc9a1b7890d77314d0101004289088e6054 (patch)
tree36c8c59d2ced08e26a2cccbf8c2745870c64e0a0 /android
parent1272688c6001e160018dc2f64a0767730b18aca4 (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>
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"