-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathactivity_citations.xml
140 lines (123 loc) · 5.73 KB
/
activity_citations.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#D81B60"
android:text="Citations"
android:textColor="#FAFAFA"
android:textSize="34sp"/>
<TextView
android:text="These are the sources that were used when doing research for this app."
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#FCE4EC"
android:textSize="24sp"
android:background="#F48FB1"/>
<TextView
android:text="https://www.aclu.org/know-your-rights/what-do-if-youre-stopped-police-immigration-agents-or-fbi"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http://justice.gov/eoir/list-pro-bono-legal-service-providers-map"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http://familiesforfreedom.org/about"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="https://www.immigrantdefenseproject.org"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="https://www.healthyplace.com/gender/glbt-mental-health/gay-support-where-to-find-lgbt-help-and-support-groups"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="www.aclu.org/know-your-rights"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http://www.nedva.org"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http://www.loveisrespect.org"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http://www.safehorizon.org"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="https://www.iprevail.com/chat_landing"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="https://caps.umich.edu/article/being-mental-health-ally"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="https://www.healthyplace.com/gender/glbt-mental-health/gay-support-where-to-find-lgbt-help-and-support-groups"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http://www.yourtango.com/experts/wendy-kay/avoid-abusive-relationship-15-signs-abuser-expert"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http://web.a.ebscohost.com/ehost/detail/detail?vid=0&sid=8619853c-a28b-4c55-92d7-6d74aaa72a29%40sessionmgr4010&bdata=JnNpdGU9ZWhvc3QtbGl2ZQ%3d%3d#AN=2W62374694299&db=krh"
android:textColor="#FCE4EC"
android:textSize="20sp"
android:background="#F48FB1"/>
</LinearLayout>
</ScrollView>