-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfragment_about_us.xml
63 lines (56 loc) · 2.22 KB
/
fragment_about_us.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?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">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_marginStart="0dp"
android:layout_marginLeft="0dp"
android:layout_marginBottom="-156dp"
android:padding="14dp"
android:textColor="@color/colorAccent"
android:text="Well,viewing the current situation of our country,it feels to have
such an app installed in your mobile.
No matter what emergency you are in,you can always take help of our app."
android:textAlignment="center"
android:textSize="20sp"
android:textStyle="bold" />
<View
android:layout_width="match_parent"
android:layout_height="6dp"
android:paddingTop="0dp"
android:background="#000000"
/>
<View
android:layout_width="6dp"
android:layout_height="match_parent"
android:background="#000000"
/>
<View
android:layout_width="6dp"
android:layout_height="match_parent"
android:layout_marginLeft="398dp"
android:background="#000000"
/>
<TextView
android:layout_width="wrap_content"
android:textColor="@color/colorAccent"
android:layout_height="wrap_content"
android:layout_marginStart="0dp"
android:layout_marginLeft="0dp"
android:layout_marginTop="359dp"
android:padding="14dp"
android:text="Building something for helping the society has always been our dream,and finally when we found an opportunity,we planned and build this app "
android:textAlignment="center"
android:textSize="20dp"
android:textStyle="bold" />
<View
android:layout_width="match_parent"
android:layout_height="6dp"
android:layout_marginTop="670dp"
android:background="#000000"
/>
</RelativeLayout>