New icons

This commit is contained in:
serso
2015-02-11 00:13:18 +01:00
parent 15e7b0ee50
commit ff9fdcf28d
31 changed files with 35 additions and 13 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>