New icons
This commit is contained in:
@@ -28,12 +28,14 @@
|
||||
a:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_height="wrap_content"
|
||||
a:id="@+id/about_image"
|
||||
a:layout_width="200dp"
|
||||
a:layout_height="200dp"
|
||||
a:layout_gravity="center"
|
||||
a:scaleType="center"
|
||||
a:layout_weight="1"
|
||||
a:padding="6dp"
|
||||
a:src="@drawable/logo" />
|
||||
a:src="@drawable/logo_wizard" />
|
||||
|
||||
<ScrollView
|
||||
a:layout_width="fill_parent"
|
||||
|
@@ -30,6 +30,7 @@
|
||||
|
||||
<TextView
|
||||
style="@style/WizardLabel"
|
||||
a:id="@+id/wizard_onscreen_message"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_height="wrap_content"
|
||||
a:drawableTop="@drawable/logo_wizard_window"
|
||||
|
@@ -28,6 +28,7 @@
|
||||
|
||||
<TextView
|
||||
style="@style/WizardLabel.Last"
|
||||
a:id="@+id/wizard_welcome_message"
|
||||
a:drawableTop="@drawable/logo_wizard"
|
||||
a:text="@string/c_first_start_text" />
|
||||
</FrameLayout>
|
||||
|
Reference in New Issue
Block a user