forked from amazingfate/loongoffice
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>
14 lines
525 B
XML
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> |