mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
Fix older API alerts, Add titlebar to tutorial (on replay)
This commit is contained in:
parent
c81e6c06bc
commit
dc1238e4e0
10 changed files with 71 additions and 13 deletions
|
@ -58,6 +58,7 @@
|
|||
<string name="choose_not_removed_toast">Unable to remove application</string>
|
||||
|
||||
<!-- FirstStartup Activity -->
|
||||
<string name="tutorial_title">Tutorial</string>
|
||||
<string-array name="intro">
|
||||
<!--item> heading | infoText | hintText | size | format </item-->
|
||||
<item>|Take a few seconds to learn how to use this Launcher!\n\n|— Tap anywhere to continue —|36F|0</item>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
<style name="darkTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<item name="colorPrimary">@color/darkTheme_background_color</item>
|
||||
<item name="colorPrimaryDark">@color/darkTheme_background_color</item>
|
||||
<item name="android:colorBackground">@color/darkTheme_background_color</item>
|
||||
|
||||
<item name="colorAccent">@color/darkTheme_accent_color</item>
|
||||
|
||||
|
@ -30,6 +29,8 @@
|
|||
<item name="android:windowDisablePreview">true</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
||||
<style name="AlertDialogCustom" parent="Theme.AppCompat.Light.Dialog.Alert">
|
||||
<item name="android:textColor">#000000</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue