[Android] Decouple the emulation processes from the Main activity. Moved them into their own activity called EmulationActivity.

This commit is contained in:
Lioncash
2013-08-29 17:20:46 -04:00
parent 2de2e774fe
commit aeec249626
5 changed files with 173 additions and 143 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent">
@ -11,4 +11,4 @@
android:focusable="false"
android:focusableInTouchMode="false"/>
</RelativeLayout>
</merge>