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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

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>