mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
New tito screen
This commit is contained in:
parent
890b00722c
commit
02a011607c
2 changed files with 85 additions and 0 deletions
44
app/src/main/res/layout/welcome7.xml
Normal file
44
app/src/main/res/layout/welcome7.xml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:background="@color/bg_screen4">
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_centerInParent="true"
|
||||||
|
android:gravity="center_horizontal"
|
||||||
|
android:orientation="vertical"
|
||||||
|
tools:ignore="UselessParent">
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="@dimen/img_width_height"
|
||||||
|
android:layout_height="@dimen/img_width_height"
|
||||||
|
android:src="@drawable/lower_stock_bitmap"
|
||||||
|
android:contentDescription="@string/unhappy_face" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="349dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/slide7_Pilldroid"
|
||||||
|
android:textColor="@android:color/white"
|
||||||
|
android:textSize="@dimen/slide_title"
|
||||||
|
android:textAlignment="center"
|
||||||
|
android:textStyle="bold" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="20dp"
|
||||||
|
android:paddingLeft="@dimen/desc_padding"
|
||||||
|
android:paddingRight="@dimen/desc_padding"
|
||||||
|
android:text="@string/slide7_desc"
|
||||||
|
android:textAlignment="center"
|
||||||
|
android:textColor="@android:color/white"
|
||||||
|
android:textSize="@dimen/slide_desc" />
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
</RelativeLayout>
|
41
app/src/main/res/layout/welcome8.xml
Normal file
41
app/src/main/res/layout/welcome8.xml
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:background="@color/bg_screen1">
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="@dimen/screen_shot_view_width"
|
||||||
|
android:layout_height="@dimen/screen_shot_view_height"
|
||||||
|
android:layout_centerInParent="true"
|
||||||
|
android:gravity="center_horizontal"
|
||||||
|
android:orientation="vertical">
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="@dimen/screen_shot_height"
|
||||||
|
android:layout_height="@dimen/screen_shot_height"
|
||||||
|
android:contentDescription="@string/medicament_info"
|
||||||
|
android:src="@drawable/info" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/slide8_Pilldroid"
|
||||||
|
android:textColor="@android:color/white"
|
||||||
|
android:textSize="@dimen/slide_title"
|
||||||
|
android:textStyle="bold" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="20dp"
|
||||||
|
android:paddingLeft="@dimen/desc_padding"
|
||||||
|
android:paddingRight="@dimen/desc_padding"
|
||||||
|
android:text="@string/slide8_desc"
|
||||||
|
android:textAlignment="center"
|
||||||
|
android:textColor="@android:color/white"
|
||||||
|
android:textSize="@dimen/slide_desc" />
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
</RelativeLayout>
|
Loading…
Reference in a new issue