Correct manifest
This commit is contained in:
parent
5fb847ba1c
commit
508e30fc15
1 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,7 @@
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.BoardActivity"
|
android:name=".activities.LicenseActivity">
|
||||||
android:theme="@style/AppTheme.NoActionBar">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
|
@ -30,7 +29,8 @@
|
||||||
|
|
||||||
android:theme="@style/AppTheme.NoActionBar">
|
android:theme="@style/AppTheme.NoActionBar">
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".activities.LicenseActivity">
|
<activity android:name=".activities.BoardActivity"
|
||||||
|
android:theme="@style/AppTheme.NoActionBar">
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".activities.CreateSeedActivity" >
|
<activity android:name=".activities.CreateSeedActivity" >
|
||||||
</activity>
|
</activity>
|
||||||
|
|
Loading…
Reference in a new issue