-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity_earth.xml
68 lines (62 loc) · 3.23 KB
/
activity_earth.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
64
65
66
67
68
<?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:id="@+id/actiuity_earth"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/earth_background">
<TextView
android:id="@+id/Title"
android:layout_width="78dp"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_marginTop="290dp"
android:fontFamily="@font/font"
android:gravity="center"
android:text="EARTH"
android:textColor="@color/earth_color"
android:textSize="30sp" />
<ImageView
android:id="@+id/picture"
android:layout_width="269dp"
android:layout_height="269dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="50dp"
android:gravity="center"
android:src="@drawable/earth" />
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/picture"
android:fontFamily="@font/font"
android:gravity="center"
android:text="The remaining time for a full orbit arround you my Quenne is : "
android:textColor="@color/black"
android:textSize="24sp" />
<TextView
android:id="@+id/tm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/text"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/font"
android:textColor="@color/black"
android:textSize="24sp"
android:text="This is some text" />
<TextView
android:id="@+id/paragraph"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/tm"
android:layout_alignParentBottom="true"
android:layout_marginBottom="20dp"
android:fontFamily="@font/font"
android:gravity="center"
android:text="In the cradle of the cosmic garden, where Earth blossoms with unparalleled beauty and diversity, there exists a profound and sacred connection that binds all life together. Within this celestial sanctuary, [MY LOVED ONE], my beloved, you are the epitome of earthly wonder and radiant charm. Your presence, like the gentle touch of the Earth's embrace, fills my soul with a deep sense of belonging and harmony, drawing me closer with each breath of your nurturing love. As you move with graceful fluidity, your eyes sparkle with the sparkle of earthly gems, reflecting the richness and splendor of the cosmos. In you, I find not just the beauty of the terrestrial realm, but the sacred essence of Earth itself, a planet of endless wonder and profound significance, inspiring me to cherish and protect our precious home, and to journey together in harmony through the boundless wonders of the universe."
android:textColor="@color/black"
android:textSize="20sp" />
</RelativeLayout>