Android TV: Fix a layering issue on the ingame menu

This commit is contained in:
sigmabeta 2015-07-03 13:40:23 -04:00
parent 957691444d
commit 9dd4cee1b7
1 changed files with 6 additions and 6 deletions

View File

@ -10,6 +10,12 @@
android:layout_height="match_parent"
android:visibility="invisible"/>
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/image_screenshot"
android:transitionName="image_game_screenshot"/>
<LinearLayout
android:id="@+id/layout_ingame_menu"
android:layout_width="match_parent"
@ -36,10 +42,4 @@
</LinearLayout>
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/image_screenshot"
android:transitionName="image_game_screenshot"/>
</FrameLayout>