Android: Start structure the project around features instead of data types

This only moves the settings feature, the rest will be moved slowely later
This commit is contained in:
mahdihijazi
2018-07-23 21:57:24 +02:00
parent d425732837
commit 61835a7e08
40 changed files with 132 additions and 135 deletions

View File

@ -54,7 +54,7 @@
</activity>
<activity
android:name=".ui.settings.SettingsActivity"
android:name=".features.settings.ui.SettingsActivity"
android:theme="@style/DolphinSettingsGamecube"
android:label="@string/preferences_settings"/>