Skip to content
Snippets Groups Projects
Commit 29f9bc81 authored by Francesco Andreuzzi's avatar Francesco Andreuzzi
Browse files

5.1

parent a7635c82
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
</activity>
<activity android:name=".tuils.tutorial.TutorialActivity"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
android:windowSoftInputMode="stateAlwaysHidden">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
......
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="Custom.Solid" parent="android:Theme.Light.NoTitleBar" />
<style name="Custom.Solid.Fullscreen" parent="android:Theme.Light.NoTitleBar.Fullscreen" />
<style name="Custom.SystemWP" parent="android:Theme.Wallpaper.NoTitleBar" />
<style name="Custom.SystemWP.Fullscreen" parent="android:Theme.Wallpaper.NoTitleBar.Fullscreen" />
<style name="Theme.AppCompat.Light.NoActionBar.FullScreen" parent="@style/Theme.AppCompat.Light">
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
<style name="ToolsBar">
<item name="android:layout_width">0dp</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment