add base room implementation

This commit is contained in:
Carlos Martinez
2020-02-02 14:03:11 -03:00
parent 46be4aca10
commit 14e9eff325
10 changed files with 50 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".home.HomeActivity"
android:name=".view.HomeActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />