diff options
| author | sigmabeta <bastos.eder@gmail.com> | 2015-06-25 21:43:00 -0400 |
|---|---|---|
| committer | sigmabeta <bastos.eder@gmail.com> | 2015-06-25 21:43:00 -0400 |
| commit | 0679e43efec8e9ca8dc690ea2a59bf7c1d045f7c (patch) | |
| tree | 35df648924785c79e8bd0145ee933e7981ee2cb7 /Source/Android/app/src/main/res/layout | |
| parent | da7ec7535053f853fb5056d697604dbc73f6ad6e (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.xml | 13 |
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 |
