Wizard: welcome step
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
<color name="cpp_button_text_ce">#ffffffff</color>
|
||||
<color name="cpp_selected_angle_unit_text">#ffffff99</color>
|
||||
<color name="cpp_main_bg">#ff000000</color>
|
||||
<color name="cpp_wizard_bg">#ff374248</color>
|
||||
<color name="cpp_pane_background">#ff1f1f1f</color>
|
||||
<color name="cpp_metro_button_dark">#ff000000</color>
|
||||
<color name="cpp_metro_button">#212121</color>
|
||||
|
@@ -28,6 +28,15 @@
|
||||
<style name="Theme.Base" parent="@style/Theme.AppCompat"></style>
|
||||
<style name="Theme.Base.Dialog" parent="@style/Theme.AppCompat.Dialog"></style>
|
||||
|
||||
<style name="Theme.Wizard.Purchase" parent="cpp_metro_blue_theme">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:background">@color/cpp_metro_button_light</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Wizard" parent="@style/cpp_metro_blue_theme">
|
||||
<item name="android:windowBackground">@color/cpp_wizard_bg</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Settings" parent="@style/cpp_metro_blue_theme">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowActionBar">false</item>
|
||||
|
@@ -48,11 +48,6 @@
|
||||
<item name="android:padding">6dp</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Wizard" parent="cpp_metro_blue_theme">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:background">@color/cpp_metro_button_light</item>
|
||||
</style>
|
||||
|
||||
<style name="cpp_metro_blue_theme" parent="cpp_gray_theme">
|
||||
<item name="cpp_digit_button_style">@style/metro_digit_button_style</item>
|
||||
<item name="cpp_control_button_style">@style/metro_control_button_style</item>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
<integer name="default_circle_indicator_orientation">0</integer>
|
||||
<dimen name="default_circle_indicator_radius">3dp</dimen>
|
||||
<bool name="default_circle_indicator_snap">false</bool>
|
||||
<color name="default_circle_indicator_stroke_color">@color/cpp_metro_button_light</color>
|
||||
<color name="default_circle_indicator_stroke_color">#ffc2c2c2</color>
|
||||
<dimen name="default_circle_indicator_stroke_width">1px</dimen>
|
||||
|
||||
<dimen name="default_line_indicator_line_width">12dp</dimen>
|
||||
|
Reference in New Issue
Block a user