Remove AppTheme.NoActionBar from LicenceActivity.java
This commit is contained in:
parent
72dc7abf8b
commit
e0903c0a26
1 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
android:configChanges="locale"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name=".activities.LicenseActivity"
|
||||
android:name=".activities.BoardActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
@ -30,8 +30,7 @@
|
|||
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
</activity>
|
||||
<activity android:name=".activities.BoardActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar" >
|
||||
<activity android:name=".activities.LicenseActivity">
|
||||
</activity>
|
||||
<activity android:name=".activities.CreateSeedActivity" >
|
||||
</activity>
|
||||
|
|
Loading…
Reference in a new issue