summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/layout
diff options
context:
space:
mode:
authorsigmabeta <sigmabeta@users.noreply.github.com>2015-06-26 15:01:23 -0400
committersigmabeta <sigmabeta@users.noreply.github.com>2015-06-26 15:01:23 -0400
commitfd82f90fcea42c11435ce88a61cfe5dfd0d03f1a (patch)
treec116d84984f773a6b0fd3e444baa1fde079e0d04 /Source/Android/app/src/main/res/layout
parent0fcf0e1d213892dd316bb57e5932c2e77fba691b (diff)
Android: Show transition animation when exiting game.
Diffstat (limited to 'Source/Android/app/src/main/res/layout')
-rw-r--r--Source/Android/app/src/main/res/layout/activity_emulation.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/layout/activity_emulation.xml b/Source/Android/app/src/main/res/layout/activity_emulation.xml
index c686c6191e..9e4e84e151 100644
--- a/Source/Android/app/src/main/res/layout/activity_emulation.xml
+++ b/Source/Android/app/src/main/res/layout/activity_emulation.xml
@@ -1,10 +1,11 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:id="@+id/frame_content"
>
<FrameLayout
- android:id="@+id/frame_content"
+ android:id="@+id/frame_emulation_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="invisible"/>