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>
This commit is contained in:
Ondřej Smrž
2013-03-10 13:10:37 +01:00
committed by Fridrich Strba
parent 1272688c60
commit b2a11dc9a1

View File

@@ -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"