Commit 6635d688 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add ChatRoomActivity and update declareded MainActivity theme.

parent d53e96f6
......@@ -18,19 +18,15 @@
android:name=".app.AuthenticationActivity"
android:configChanges="orientation"
android:screenOrientation="portrait"
android:theme="@style/AuthenticationTheme">
<!--<intent-filter>-->
<!--<action android:name="android.intent.action.MAIN" />-->
<!--<category android:name="android.intent.category.DEFAULT" />-->
<!--<category android:name="android.intent.category.LAUNCHER" />-->
<!--</intent-filter>-->
</activity>
android:theme="@style/AuthenticationTheme" />
<activity
android:name=".app.MainActivity"
android:theme="@style/AppTheme">
android:theme="@style/ChatListTheme" />
<activity
android:name=".app.ChatRoomActivity"
android:theme="@style/AppTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment