Allow screenshots of the IntroScreenActivity

This commit is contained in:
Jakob Nixdorf 2018-03-02 10:39:29 +01:00
parent b59d7be455
commit 4366aee3cb
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 5 additions and 1 deletions

View file

@ -38,7 +38,7 @@
<activity
android:name=".Activities.IntroScreenActivity"
android:parentActivityName=".Activities.MainActivity"
android:theme="@style/Theme.Intro" />
android:theme="@style/Theme.Intro.Solid" />
<activity
android:name=".Activities.SettingsActivity"
android:parentActivityName=".Activities.MainActivity"

View file

@ -10,6 +10,10 @@
<!-- General styles -->
<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 -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>