summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/layout
diff options
context:
space:
mode:
authorsigmabeta <bastos.eder@gmail.com>2015-06-25 21:43:00 -0400
committersigmabeta <bastos.eder@gmail.com>2015-06-25 21:43:00 -0400
commit0679e43efec8e9ca8dc690ea2a59bf7c1d045f7c (patch)
tree35df648924785c79e8bd0145ee933e7981ee2cb7 /Source/Android/app/src/main/res/layout
parentda7ec7535053f853fb5056d697604dbc73f6ad6e (diff)
Android: Show screenshot on EmulationActivity before game starts.
Diffstat (limited to 'Source/Android/app/src/main/res/layout')
-rw-r--r--Source/Android/app/src/main/res/layout/activity_emulation.xml13
1 files changed, 12 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 63ea99ba83..5a644b260a 100644
--- a/Source/Android/app/src/main/res/layout/activity_emulation.xml
+++ b/Source/Android/app/src/main/res/layout/activity_emulation.xml
@@ -1,5 +1,16 @@
<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">
+ >
+
+ <ImageView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:id="@+id/image_screenshot"/>
+
+ <FrameLayout
+ android:id="@+id/frame_content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone"/>
</FrameLayout> \ No newline at end of file