Wizard: welcome step

This commit is contained in:
serso
2015-01-29 10:06:39 +01:00
parent 099d330f9d
commit 09f3655bb8
10 changed files with 29 additions and 24 deletions

View File

@@ -16,7 +16,6 @@
android:id="@+id/pager_indicator"
android:layout_height="wrap_content"
android:layout_width="match_parent"
my:fillColor="@color/cpp_metro_blue"
my:radius="5dp" />
</LinearLayout>

View File

@@ -22,13 +22,17 @@
~ Site: http://se.solovyev.org
-->
<TextView xmlns:a="http://schemas.android.com/apk/res/android"
a:drawableTop="@drawable/icon"
a:drawablePadding="5dp"
<FrameLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:gravity="center"
a:layout_gravity="center"
a:textColor="@color/material_text"
a:textAppearance="@android:style/TextAppearance.Medium"
a:text="@string/c_first_start_text" />
a:layout_height="match_parent">
<TextView
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:layout_gravity="center"
a:drawablePadding="40dp"
a:drawableTop="@drawable/logo_wizard"
a:gravity="center"
a:text="@string/c_first_start_text"
a:textAppearance="@android:style/TextAppearance.Medium" />
</FrameLayout>