Files
loongoffice/android/sdremote/res/layout/activity_presentation.xml
Ondřej Smrž b2a11dc9a1 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>
2013-03-11 09:21:46 +00:00

14 lines
525 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/framelayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn = "true">
<view
android:id="@+id/presentation_interceptor"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
class="org.libreoffice.impressremote.PresentationActivity$InterceptorLayout" />
</FrameLayout>