Android: Implement new EmulationActivity.

This commit is contained in:
Eder Bastos
2015-05-20 07:07:17 -04:00
parent 3e5e352fee
commit 286af8be50
11 changed files with 542 additions and 13 deletions

View File

@ -47,6 +47,10 @@
</intent-filter>
</activity>
<activity
android:name=".activities.EmulationActivity"
android:theme="@style/DolphinEmulationGamecube"/>
<activity
android:name=".about.AboutActivity"
android:theme="@android:style/Theme.Holo.Light" />