Wizard styling

This commit is contained in:
serso
2015-01-30 22:15:37 +01:00
parent 983d6eb2f9
commit 5a758e7acd
11 changed files with 59 additions and 37 deletions

View File

@@ -45,6 +45,6 @@
a:id="@+id/wizard_mode_description"
a:layout_width="wrap_content"
a:layout_height="wrap_content"
style="@style/WizardLabel"/>
style="@style/WizardLabel.Last"/>
</LinearLayout>

View File

@@ -40,6 +40,6 @@
a:layout_height="wrap_content"
a:layout_width="wrap_content"
a:text="@string/cpp_wizard_onscreen_checkbox"
style="@style/WizardLabel" />
style="@style/WizardLabel.Last" />
</LinearLayout>

View File

@@ -27,7 +27,7 @@
a:layout_height="match_parent">
<TextView
style="@style/WizardLabel"
style="@style/WizardLabel.Last"
a:drawableTop="@drawable/logo_wizard"
a:text="@string/c_first_start_text" />
</FrameLayout>