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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<org.dolphinemu.dolphinemu.ui.settings.SettingsFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.dolphinemu.dolphinemu.features.settings.ui.SettingsFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/list_settings"
@ -12,4 +12,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</org.dolphinemu.dolphinemu.ui.settings.SettingsFrameLayout>
</org.dolphinemu.dolphinemu.features.settings.ui.SettingsFrameLayout>