[Android] Start making it so the side pane is visible on all activities by converting them to fragments. Only Browse Folder and Gamepad Config remain. Fix a issue that Lioncash introduced where no games would show up in the folder browser or the game list.

This commit is contained in:
Ryan Houdek
2013-07-16 05:32:14 -05:00
parent fbd67325a6
commit 023922cd5b
8 changed files with 363 additions and 317 deletions

View File

@ -36,13 +36,13 @@
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
</activity>
<activity
android:name=".PrefsActivity" >
android:name=".PrefsFragment" >
</activity>
<activity
android:name=".GameListActivity" >
</activity>
<activity
android:name=".AboutActivity" >
android:name=".AboutFragment" >
</activity>
</application>