Move TvMainActivity to ui.main package

This commit is contained in:
sigmabeta
2016-01-10 12:10:02 -05:00
parent df2f783a77
commit e34abd5739
2 changed files with 5 additions and 4 deletions

View File

@ -39,7 +39,7 @@
</activity>
<activity
android:name=".activities.TvMainActivity"
android:name=".ui.main.TvMainActivity"
android:theme="@style/DolphinTvGamecube">
<!-- This intentfilter marks this Activity as the one that gets launched from Home screen. -->