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>
|
||||
|
@@ -145,6 +145,9 @@
|
||||
<item name="android:padding">1dp</item>
|
||||
</style>
|
||||
|
||||
<style name="WizardLabel.Last" parent="WizardLabel">
|
||||
<item name="android:layout_marginBottom">0dp</item>
|
||||
</style>
|
||||
<style name="WizardLabel">
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
|
Reference in New Issue
Block a user