Fix 'keep screen on'

This commit is contained in:
Mauricio Colli 2017-05-14 00:32:28 -03:00
parent 2f181ce7c9
commit e47761750a
2 changed files with 8 additions and 3 deletions

View file

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