Skip to content

Commit

Permalink
update all layout
Browse files Browse the repository at this point in the history
  • Loading branch information
anprimordi committed Nov 23, 2019
1 parent 8d97539 commit 63a640b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.makaryostudio.lovebird">

<application
Expand All @@ -21,14 +20,16 @@
android:name=".feature.splashscreen.SplashScreenActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".feature.home.HomeActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
/>
</application>

</manifest>

0 comments on commit 63a640b

Please sign in to comment.