Choose theme wizard step
This commit is contained in:
@@ -34,5 +34,6 @@
|
||||
<attr name="cpp_pane_style_transparent" format="reference"/>
|
||||
<attr name="cpp_main_layout_style" format="reference"/>
|
||||
<attr name="cpp_main_multi_pane_layout_style" format="reference"/>
|
||||
<attr name="cpp_main_bg" format="reference"/>
|
||||
|
||||
</resources>
|
||||
|
@@ -27,6 +27,7 @@
|
||||
<string name="cpp_wizard_welcome_title">Welcome</string>
|
||||
<string name="cpp_wizard_layout_title">Choose layout</string>
|
||||
<string name="cpp_wizard_mode_title">Choose mode</string>
|
||||
<string name="cpp_wizard_theme_title">Choose theme</string>
|
||||
<string name="cpp_wizard_onscreen_calculator_title">Calculator in a separate window</string>
|
||||
<string name="cpp_wizard_dragbutton_title">Drag button basics</string>
|
||||
<string name="cpp_wizard_final_done">The app is set up and ready to use.</string>
|
||||
|
@@ -145,6 +145,7 @@
|
||||
|
||||
<item name="cpp_pane_style">@style/cpp_default_pane_style</item>
|
||||
<item name="cpp_pane_style_transparent">@style/cpp_default_pane_style_transparent</item>
|
||||
<item name="cpp_main_bg">@color/cpp_main_bg</item>
|
||||
</style>
|
||||
|
||||
<style name="cpp_gray_dialog_theme" parent="Theme.Dialog">
|
||||
@@ -166,6 +167,7 @@
|
||||
|
||||
<item name="cpp_pane_style">@style/cpp_default_pane_style</item>
|
||||
<item name="cpp_pane_style_transparent">@style/cpp_default_pane_style_transparent</item>
|
||||
<item name="cpp_main_bg">@color/cpp_main_bg</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user