Add File Browser screen to new UI.

This commit is contained in:
Eder Bastos
2015-05-09 12:36:17 -04:00
parent 700225f8c8
commit 24c6be9d0f
38 changed files with 566 additions and 68 deletions

View File

@ -15,7 +15,7 @@
<activity
android:name=".activities.GameGridActivity"
android:label="Dolphin New UI"
android:theme="@style/DolphinWii">
android:theme="@style/DolphinGamecube">
<!-- This intentfilter marks this Activity as the one that gets launched from Home screen. -->
<intent-filter>
@ -25,6 +25,12 @@
</intent-filter>
</activity>
<activity
android:name=".activities.AddDirectoryActivity"
android:theme="@style/DolphinWii"
android:label="@string/add_directory_title"/>
<activity
android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity"
android:label="@string/app_name"