-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome_slide3.xml
44 lines (38 loc) · 1.49 KB
/
welcome_slide3.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?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_screen3">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center_horizontal"
android:orientation="vertical">
<ImageView
android:layout_width="250dp"
android:layout_height="250dp"
android:src="@drawable/pushpender" />
<TextView
android:paddingTop="15dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Pushpender Yadav"
android:textColor="@android:color/white"
android:textSize="50dp"
android:textStyle="bold"
android:fontFamily="cursive"
/>
<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="Developer"
android:textAlignment="center"
android:textColor="@android:color/white"
android:textSize="20dp"
android:textStyle="italic"/>
</LinearLayout>
</RelativeLayout>