mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Improve welcome activity (#24)
This commit is contained in:
parent
80f77a4c03
commit
df21e5835f
2 changed files with 4 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/dots_height"
|
android:layout_height="@dimen/dots_height"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_marginBottom="@dimen/dots_margin_bottom"
|
android:layout_marginBottom="20dp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:orientation="horizontal"></LinearLayout>
|
android:orientation="horizontal"></LinearLayout>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_marginBottom="@dimen/dots_margin_bottom"
|
android:layout_marginBottom="@dimen/button_margin_bottom"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:text="@string/next"
|
android:text="@string/next"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_marginBottom="@dimen/dots_margin_bottom"
|
android:layout_marginBottom="@dimen/button_margin_bottom"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:text="@string/skip"
|
android:text="@string/skip"
|
||||||
android:textColor="@android:color/white" />
|
android:textColor="@android:color/white" />
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<!-- Slide dimens -->
|
<!-- Slide dimens -->
|
||||||
<dimen name="dots_height">75dp</dimen>
|
<dimen name="dots_height">75dp</dimen>
|
||||||
<dimen name="dots_margin_bottom">20dp</dimen>
|
<dimen name="dots_margin_bottom">20dp</dimen>
|
||||||
|
<dimen name="button_margin_bottom">25dp</dimen>
|
||||||
<dimen name="img_width_height">240dp</dimen>
|
<dimen name="img_width_height">240dp</dimen>
|
||||||
<dimen name="slide_title">30sp</dimen>
|
<dimen name="slide_title">30sp</dimen>
|
||||||
<dimen name="slide_desc">16sp</dimen>
|
<dimen name="slide_desc">16sp</dimen>
|
||||||
|
|
Loading…
Reference in a new issue