Android Refactor: GameGridActivity is now MainActivity, and uses a Toolbar that reacts to the game grid scrolling.

This commit is contained in:
sigmabeta
2015-06-21 15:43:28 -04:00
committed by Eder Bastos
parent fa2d06e7a4
commit 8b5b83c29a
6 changed files with 59 additions and 58 deletions

View File

@ -26,7 +26,7 @@
android:banner="@drawable/banner_tv">
<activity
android:name=".activities.GameGridActivity"
android:name=".activities.MainActivity"
android:theme="@style/DolphinGamecube">
<!-- This intentfilter marks this Activity as the one that gets launched from Home screen. -->