android/sdremote/res/layout/activity_presentation.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit b2a11dc9a1b7890d77314d0101004289088e6054 Author: OndÅej Smrž <[email protected]> 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 <[email protected]> Tested-by: Fridrich Strba <[email protected]> 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"
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
