Wizard: welcome step
This commit is contained in:
BIN
android-app/src/main/res/drawable-xxhdpi/logo_wizard.png
Normal file
BIN
android-app/src/main/res/drawable-xxhdpi/logo_wizard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@@ -16,7 +16,6 @@
|
||||
android:id="@+id/pager_indicator"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
my:fillColor="@color/cpp_metro_blue"
|
||||
my:radius="5dp" />
|
||||
|
||||
</LinearLayout>
|
@@ -22,13 +22,17 @@
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<TextView xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:drawableTop="@drawable/icon"
|
||||
a:drawablePadding="5dp"
|
||||
<FrameLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"
|
||||
a:gravity="center"
|
||||
a:layout_gravity="center"
|
||||
a:textColor="@color/material_text"
|
||||
a:textAppearance="@android:style/TextAppearance.Medium"
|
||||
a:text="@string/c_first_start_text" />
|
||||
a:layout_height="match_parent">
|
||||
|
||||
<TextView
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_gravity="center"
|
||||
a:drawablePadding="40dp"
|
||||
a:drawableTop="@drawable/logo_wizard"
|
||||
a:gravity="center"
|
||||
a:text="@string/c_first_start_text"
|
||||
a:textAppearance="@android:style/TextAppearance.Medium" />
|
||||
</FrameLayout>
|
||||
|
@@ -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