-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity_main.xml
224 lines (183 loc) · 8.25 KB
/
activity_main.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<?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/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.davet.beach1.MainActivity">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Bakersfield"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Bakersfield" />
<Button
android:text="CSU Cal Maritime"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/CalMaritime" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Channel Island"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/ChannelIslands" />
<Button
android:text="CSU Chico"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Chico" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Dominguez Hills"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/DominguezHills" />
<Button
android:text="CSU East Bay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/EastBay" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Fresno"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Fresno" />
<Button
android:text="CSU Fullerton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Fullerton" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Humboldt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Humboldt" />
<Button
android:text="CSU Long Beach"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/LongBeach" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Los Angeles"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/LosAngeles" />
<Button
android:text="CSU Montery Bay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/MonteryBay" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Northridge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Northridge" />
<Button
android:text="CSU Pomona"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Pomona" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Sacramento"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Sacramento" />
<Button
android:text="CSU San Bernardino"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/SanBernardino" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU San Diego"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/SanDiego" />
<Button
android:text="CSU San Francisco"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/SanFrancisco" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU San Jose"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/SanJose" />
<Button
android:text="CSU San Luis Obispo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/SanLuisObispo" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU San Marcos"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/SanMarcos" />
<Button
android:text="CSU Sonoma"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Sonoma" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:text="CSU Stanislaus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Stanislaus" />
</TableRow>
</TableLayout>
</ScrollView>
</RelativeLayout>