Skip to content
Snippets Groups Projects
Commit 2dbd66d9 authored by Alexandre Perraud's avatar Alexandre Perraud
Browse files

Secondary Display : Fix sleep issue

parent ae9c35d6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/black">
android:background="@color/black"
android:keepScreenOn="true" >
<!--
the double FrameLayout is necessary here to do cropping on the bottom right
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment