1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ android : id =" @+id/RelativeLayout2"
3
4
android : layout_width =" match_parent"
4
- android : layout_height =" match_parent "
5
- android : background =" @drawable/background_activities_sub" >
5
+ android : layout_height =" fill_parent "
6
+ android : background =" @drawable/background_activities_sub" >
6
7
7
- <RelativeLayout
8
- android : id =" @+id/RelativeLayout1"
9
- android : layout_width =" match_parent"
10
- android : layout_height =" 524dp"
11
- android : background =" @drawable/background_activities" >
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" >
12
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
+
13
22
<TextView
14
23
android : id =" @+id/textView1"
15
24
android : layout_width =" wrap_content"
19
28
android : layout_marginTop =" 30dp"
20
29
android : text =" @string/button_credits"
21
30
android : textAppearance =" ?android:attr/textAppearanceMedium"
22
- android : textColor =" @color/text_color_black " />
31
+ android : textColor =" @color/text_color_lightgrey " />
23
32
24
33
<TextView
25
34
android : id =" @+id/textView2"
30
39
android : layout_marginLeft =" 35dp"
31
40
android : layout_marginTop =" 50dp"
32
41
android : text =" @string/tvLines"
33
- android : textColor =" @color/text_color_black" />
42
+ android : textColor =" @color/text_color_lightgrey"
43
+ android : textColorHint =" @color/text_color_lightgrey"
44
+ android : textColorLink =" @color/text_color_lightgrey" />
34
45
35
46
<TextView
36
47
android : id =" @+id/textView3"
40
51
android : layout_below =" @+id/textView2"
41
52
android : layout_marginTop =" 23dp"
42
53
android : text =" @string/tvLines"
43
- android : textColor =" @color/text_color_black" />
54
+ android : textColor =" @color/text_color_lightgrey"
55
+ android : textColorHint =" @color/text_color_lightgrey"
56
+ android : textColorLink =" @color/text_color_lightgrey" />
44
57
45
58
<TextView
46
59
android : id =" @+id/textView4"
50
63
android : layout_below =" @+id/textView3"
51
64
android : layout_marginTop =" 25dp"
52
65
android : text =" @string/tvLines"
53
- android : textColor =" @color/text_color_black" />
66
+ android : textColor =" @color/text_color_lightgrey"
67
+ android : textColorHint =" @color/text_color_lightgrey"
68
+ android : textColorLink =" @color/text_color_lightgrey" />
54
69
55
70
<TextView
56
71
android : id =" @+id/textView5"
60
75
android : layout_below =" @+id/textView4"
61
76
android : layout_marginTop =" 25dp"
62
77
android : text =" @string/tvLines"
63
- android : textColor =" @color/text_color_black" />
78
+ android:textColor=" @color/text_color_lightgrey"
79
+ android:textColorHint=" @color/text_color_lightgrey"
80
+ android : textColorLink =" @color/text_color_lightgrey" />
64
81
65
82
<TextView
66
83
android : id =" @+id/textView6"
70
87
android : layout_below =" @+id/textView5"
71
88
android : layout_marginTop =" 25dp"
72
89
android : text =" @string/tvLines"
73
- android : textColor =" @color/text_color_black" />
90
+ android : textColor =" @color/text_color_lightgrey"
91
+ android : textColorHint =" @color/text_color_lightgrey"
92
+ android : textColorLink =" @color/text_color_lightgrey" />
74
93
75
94
<TextView
76
95
android : id =" @+id/textView7"
79
98
android : layout_alignLeft =" @+id/textView6"
80
99
android : layout_below =" @+id/textView6"
81
100
android : layout_marginTop =" 25dp"
82
- android : text =" @string/tvLines"
83
- android : textColor =" @color/text_color_black" />
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" />
84
105
85
106
<TextView
86
107
android : id =" @+id/textView8"
90
111
android : layout_below =" @+id/textView7"
91
112
android : layout_marginTop =" 25dp"
92
113
android : text =" @string/tvLines"
93
- android : textColor =" @color/text_color_black" />
114
+ android : textColor =" @color/text_color_lightgrey"
115
+ android : textColorHint =" @color/text_color_lightgrey"
116
+ android : textColorLink =" @color/text_color_lightgrey" />
94
117
95
118
<TextView
96
119
android : id =" @+id/textView9"
100
123
android : layout_below =" @+id/textView8"
101
124
android : layout_marginTop =" 25dp"
102
125
android : text =" @string/tvLines"
103
- android : textColor =" @color/text_color_black" />
126
+ android : textColor =" @color/text_color_lightgrey"
127
+ android : textColorHint =" @color/text_color_lightgrey"
128
+ android : textColorLink =" @color/text_color_lightgrey" />
104
129
105
130
<TextView
106
131
android : id =" @+id/textView10"
110
135
android : layout_below =" @+id/textView9"
111
136
android : layout_marginTop =" 25dp"
112
137
android : text =" @string/tvLines"
113
- android : textColor =" @color/text_color_black" />
138
+ android : textColor =" @color/text_color_lightgrey"
139
+ android : textColorHint =" @color/text_color_lightgrey"
140
+ android : textColorLink =" @color/text_color_lightgrey" />
114
141
115
142
<TextView
116
143
android : id =" @+id/textView11"
120
147
android : layout_below =" @+id/textView10"
121
148
android : layout_marginTop =" 25dp"
122
149
android : text =" @string/tvLines"
123
- android : textColor =" @color/text_color_black" />
150
+ android : textColor =" @color/text_color_lightgrey"
151
+ android : textColorHint =" @color/text_color_lightgrey"
152
+ android : textColorLink =" @color/text_color_lightgrey" />
124
153
125
154
<TextView
126
155
android : id =" @+id/textView12"
131
160
android : layout_marginTop =" 15dp"
132
161
android : text =" @string/tvOpenSoucre"
133
162
android : textAppearance =" ?android:attr/textAppearanceSmall"
134
- android : textColor =" @color/text_color_black" />
135
-
136
- </RelativeLayout >
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" />
137
178
138
- </ScrollView >
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