1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ android : id =" @+id/RelativeLayout2"
4
+ android : layout_width =" match_parent"
5
+ android : layout_height =" fill_parent"
6
+ android : background =" @drawable/background_activities_sub" >
7
+
8
+ <ScrollView
9
+ android : id =" @+id/scrollView1"
10
+ android : layout_width =" fill_parent"
11
+ android : layout_height =" match_parent"
12
+ android : layout_centerHorizontal =" true"
13
+ android : layout_marginTop =" 60dp" >
14
+
15
+ <RelativeLayout
16
+ android : id =" @+id/RelativeLayout1"
17
+ android : layout_width =" match_parent"
18
+ android : layout_height =" 400dp"
19
+ android : background =" @drawable/background_activities"
20
+ android : orientation =" vertical" >
21
+
22
+ <TextView
23
+ android : id =" @+id/textView1"
24
+ android : layout_width =" wrap_content"
25
+ android : layout_height =" wrap_content"
26
+ android : layout_alignParentTop =" true"
27
+ android : layout_centerHorizontal =" true"
28
+ android : layout_marginTop =" 30dp"
29
+ android : text =" @string/button_credits"
30
+ android : textAppearance =" ?android:attr/textAppearanceMedium"
31
+ android : textColor =" @color/text_color_lightgrey" />
32
+
33
+ <TextView
34
+ android : id =" @+id/textView2"
35
+ android : layout_width =" wrap_content"
36
+ android : layout_height =" wrap_content"
37
+ android : layout_alignParentLeft =" true"
38
+ android : layout_below =" @+id/textView1"
39
+ android : layout_marginLeft =" 230dp"
40
+ android : layout_marginTop =" 50dp"
41
+ android : text =" @string/tvLines"
42
+ android : textColor =" @color/text_color_lightgrey"
43
+ android : textColorHint =" @color/text_color_lightgrey"
44
+ android : textColorLink =" @color/text_color_lightgrey" />
45
+
46
+ <TextView
47
+ android : id =" @+id/textView3"
48
+ android : layout_width =" wrap_content"
49
+ android : layout_height =" wrap_content"
50
+ android : layout_alignLeft =" @+id/textView2"
51
+ android : layout_below =" @+id/textView2"
52
+ android : layout_marginTop =" 23dp"
53
+ android : text =" @string/tvLines"
54
+ android : textColor =" @color/text_color_lightgrey"
55
+ android : textColorHint =" @color/text_color_lightgrey"
56
+ android : textColorLink =" @color/text_color_lightgrey" />
57
+
58
+ <TextView
59
+ android : id =" @+id/textView4"
60
+ android : layout_width =" wrap_content"
61
+ android : layout_height =" wrap_content"
62
+ android : layout_alignLeft =" @+id/textView3"
63
+ android : layout_below =" @+id/textView3"
64
+ android : layout_marginTop =" 25dp"
65
+ android : text =" @string/tvLines"
66
+ android : textColor =" @color/text_color_lightgrey"
67
+ android : textColorHint =" @color/text_color_lightgrey"
68
+ android : textColorLink =" @color/text_color_lightgrey" />
69
+
70
+ <TextView
71
+ android : id =" @+id/textView5"
72
+ android : layout_width =" wrap_content"
73
+ android : layout_height =" wrap_content"
74
+ android : layout_alignLeft =" @+id/textView4"
75
+ android : layout_below =" @+id/textView4"
76
+ android : layout_marginTop =" 25dp"
77
+ android : text =" @string/tvLines"
78
+ android:textColor=" @color/text_color_lightgrey"
79
+ android:textColorHint=" @color/text_color_lightgrey"
80
+ android : textColorLink =" @color/text_color_lightgrey" />
81
+
82
+ <TextView
83
+ android : id =" @+id/textView6"
84
+ android : layout_width =" wrap_content"
85
+ android : layout_height =" wrap_content"
86
+ android : layout_alignLeft =" @+id/textView5"
87
+ android : layout_below =" @+id/textView5"
88
+ android : layout_marginTop =" 25dp"
89
+ android : text =" @string/tvLines"
90
+ android : textColor =" @color/text_color_lightgrey"
91
+ android : textColorHint =" @color/text_color_lightgrey"
92
+ android : textColorLink =" @color/text_color_lightgrey" />
93
+
94
+ <TextView
95
+ android : id =" @+id/textView7"
96
+ android : layout_width =" wrap_content"
97
+ android : layout_height =" wrap_content"
98
+ android : layout_alignLeft =" @+id/textView6"
99
+ android : layout_below =" @+id/textView6"
100
+ android : layout_marginTop =" 25dp"
101
+ android : text =" @string/tvLines"
102
+ android : textColor =" @color/text_color_lightgrey"
103
+ android : textColorHint =" @color/text_color_lightgrey"
104
+ android : textColorLink =" @color/text_color_lightgrey" />
105
+
106
+ <TextView
107
+ android : id =" @+id/textView8"
108
+ android : layout_width =" wrap_content"
109
+ android : layout_height =" wrap_content"
110
+ android : layout_alignLeft =" @+id/textView7"
111
+ android : layout_below =" @+id/textView7"
112
+ android : layout_marginTop =" 25dp"
113
+ android : text =" @string/tvLines"
114
+ android : textColor =" @color/text_color_lightgrey"
115
+ android : textColorHint =" @color/text_color_lightgrey"
116
+ android : textColorLink =" @color/text_color_lightgrey" />
117
+
118
+ <TextView
119
+ android : id =" @+id/textView9"
120
+ android : layout_width =" wrap_content"
121
+ android : layout_height =" wrap_content"
122
+ android : layout_alignLeft =" @+id/textView8"
123
+ android : layout_below =" @+id/textView8"
124
+ android : layout_marginTop =" 25dp"
125
+ android : text =" @string/tvLines"
126
+ android : textColor =" @color/text_color_lightgrey"
127
+ android : textColorHint =" @color/text_color_lightgrey"
128
+ android : textColorLink =" @color/text_color_lightgrey" />
129
+
130
+ <TextView
131
+ android : id =" @+id/textView10"
132
+ android : layout_width =" wrap_content"
133
+ android : layout_height =" wrap_content"
134
+ android : layout_alignLeft =" @+id/textView9"
135
+ android : layout_below =" @+id/textView9"
136
+ android : layout_marginTop =" 25dp"
137
+ android : text =" @string/tvLines"
138
+ android : textColor =" @color/text_color_lightgrey"
139
+ android : textColorHint =" @color/text_color_lightgrey"
140
+ android : textColorLink =" @color/text_color_lightgrey" />
141
+
142
+ <TextView
143
+ android : id =" @+id/textView11"
144
+ android : layout_width =" wrap_content"
145
+ android : layout_height =" wrap_content"
146
+ android : layout_alignLeft =" @+id/textView10"
147
+ android : layout_below =" @+id/textView10"
148
+ android : layout_marginTop =" 25dp"
149
+ android : text =" @string/tvLines"
150
+ android : textColor =" @color/text_color_lightgrey"
151
+ android : textColorHint =" @color/text_color_lightgrey"
152
+ android : textColorLink =" @color/text_color_lightgrey" />
153
+
154
+ <TextView
155
+ android : id =" @+id/textView12"
156
+ android : layout_width =" wrap_content"
157
+ android : layout_height =" wrap_content"
158
+ android : layout_alignLeft =" @+id/textView2"
159
+ android : layout_below =" @+id/textView1"
160
+ android : layout_marginTop =" 15dp"
161
+ android : text =" @string/tvOpenSoucre"
162
+ android : textAppearance =" ?android:attr/textAppearanceSmall"
163
+ android : textColor =" @color/text_color_lightgrey"
164
+ android : textColorHint =" @color/text_color_lightgrey"
165
+ android : textColorLink =" @color/text_color_lightgrey" />
166
+
167
+ <TextView
168
+ android : id =" @+id/textView13"
169
+ android : layout_width =" wrap_content"
170
+ android : layout_height =" wrap_content"
171
+ android : layout_alignLeft =" @+id/textView11"
172
+ android : layout_below =" @+id/textView11"
173
+ android : layout_marginTop =" 25dp"
174
+ android : text =" @string/tvLines"
175
+ android : textColor =" @color/text_color_lightgrey"
176
+ android : textColorHint =" @color/text_color_lightgrey"
177
+ android : textColorLink =" @color/text_color_lightgrey" />
178
+
179
+ </RelativeLayout >
180
+ </ScrollView >
181
+
182
+ <Button
183
+ android : id =" @+id/btnGoToGehaltsschein"
184
+ android : layout_width =" fill_parent"
185
+ android : layout_height =" 50dp"
186
+ android : layout_alignBottom =" @+id/RelativeLayout2"
187
+ android : layout_alignParentLeft =" true"
188
+ android : background =" @drawable/background_button_black"
189
+ android : gravity =" center"
190
+ android : onClick =" BackToAuswertung"
191
+ android : text =" @string/btn_back"
192
+ android : textColor =" @color/text_color_black" />
193
+
194
+ </RelativeLayout >
0 commit comments