Allow screenshots of the IntroScreenActivity
This commit is contained in:
parent
b59d7be455
commit
4366aee3cb
2 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".Activities.IntroScreenActivity"
|
android:name=".Activities.IntroScreenActivity"
|
||||||
android:parentActivityName=".Activities.MainActivity"
|
android:parentActivityName=".Activities.MainActivity"
|
||||||
android:theme="@style/Theme.Intro" />
|
android:theme="@style/Theme.Intro.Solid" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".Activities.SettingsActivity"
|
android:name=".Activities.SettingsActivity"
|
||||||
android:parentActivityName=".Activities.MainActivity"
|
android:parentActivityName=".Activities.MainActivity"
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
<!-- General styles -->
|
<!-- General styles -->
|
||||||
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
||||||
|
|
||||||
|
<style name="Theme.Intro.Solid" parent="Theme.Intro">
|
||||||
|
<item name="android:windowIsTranslucent">false</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
<!-- Light application theme -->
|
<!-- Light application theme -->
|
||||||
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||||
<item name="colorPrimary">@color/colorPrimary</item>
|
<item name="colorPrimary">@color/colorPrimary</item>
|
||||||
|
|
Loading…
Reference in a new issue