Fix keep screen on

This commit is contained in:
Mauricio Colli 2017-03-28 09:12:03 -03:00
parent 7c9078a625
commit 9d55569f80
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:gravity="center">
android:gravity="center"
android:keepScreenOn="true">
<com.google.android.exoplayer2.ui.AspectRatioFrameLayout
android:id="@+id/aspectRatioLayout"