Mantenimento dello screen sempre attivo quando in modalità play. Workaround rapido #1

This commit is contained in:
gine 2017-01-02 16:17:44 +01:00
parent ca0e77a645
commit d877db3b98

View file

@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="#4a4a4a"> android:background="#4a4a4a"
android:keepScreenOn="true">
<!-- Player Header --> <!-- Player Header -->
<LinearLayout <LinearLayout
@ -183,4 +184,4 @@
android:layout_marginLeft="5dp" android:layout_marginLeft="5dp"
android:background="@null"/> android:background="@null"/>
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>