Wizard styling
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user