Refactor MainActivity to MVP architecture

This commit is contained in:
sigmabeta
2016-01-09 18:08:04 -05:00
parent aa89516cf3
commit 81657b6710
7 changed files with 266 additions and 183 deletions

View File

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