|
80 | 80 | android:layout_width="match_parent"
|
81 | 81 | android:layout_height="40dp"
|
82 | 82 | android:gravity="center_vertical"
|
| 83 | + android:textColor="@color/colorTextDark" |
83 | 84 | android:text="@string/title_station_facilities" />
|
84 | 85 |
|
85 | 86 | <ImageView
|
|
90 | 91 | android:layout_below="@+id/title_facilities"
|
91 | 92 | android:contentDescription="@string/facility_ticket_vending_machines"
|
92 | 93 | android:padding="2dp"
|
| 94 | + android:tint="@color/colorTextDark" |
93 | 95 | android:src="@drawable/ic_action_ticket" />
|
94 | 96 |
|
95 | 97 | <TextView
|
|
99 | 101 | android:layout_below="@id/title_facilities"
|
100 | 102 | android:layout_toRightOf="@id/image_ticket"
|
101 | 103 | android:padding="2dp"
|
| 104 | + android:textColor="@color/colorTextDark" |
102 | 105 | android:text="@string/facility_ticket_vending_machines" />
|
103 | 106 |
|
104 | 107 | <ImageView
|
|
108 | 111 | android:layout_below="@+id/image_ticket"
|
109 | 112 | android:contentDescription="@string/facility_bus_stop"
|
110 | 113 | android:padding="2dp"
|
| 114 | + android:tint="@color/colorTextDark" |
111 | 115 | android:src="@drawable/ic_directions_bus" />
|
112 | 116 |
|
113 | 117 | <TextView
|
|
117 | 121 | android:layout_below="@id/text_ticket"
|
118 | 122 | android:layout_toRightOf="@id/image_bus"
|
119 | 123 | android:padding="2dp"
|
| 124 | + android:textColor="@color/colorTextDark" |
120 | 125 | android:text="@string/facility_bus_stop" />
|
121 | 126 |
|
122 | 127 | <ImageView
|
|
126 | 131 | android:layout_below="@id/image_bus"
|
127 | 132 | android:contentDescription="@string/facility_tram_stop"
|
128 | 133 | android:padding="2dp"
|
| 134 | + android:tint="@color/colorTextDark" |
129 | 135 | android:src="@drawable/ic_tram" />
|
130 | 136 |
|
131 | 137 | <TextView
|
|
135 | 141 | android:layout_below="@id/text_bus"
|
136 | 142 | android:layout_toRightOf="@id/image_tram"
|
137 | 143 | android:padding="2dp"
|
| 144 | + android:textColor="@color/colorTextDark" |
| 145 | + android:tint="@color/colorTextDark" |
138 | 146 | android:text="@string/facility_tram_stop" />
|
139 | 147 |
|
140 | 148 | <ImageView
|
|
144 | 152 | android:layout_below="@id/image_tram"
|
145 | 153 | android:contentDescription="@string/facility_subway_stop"
|
146 | 154 | android:padding="2dp"
|
| 155 | + android:tint="@color/colorTextDark" |
147 | 156 | android:src="@drawable/ic_subway" />
|
148 | 157 |
|
149 | 158 | <TextView
|
|
153 | 162 | android:layout_below="@id/text_tram"
|
154 | 163 | android:layout_toRightOf="@id/image_subway"
|
155 | 164 | android:padding="2dp"
|
| 165 | + android:textColor="@color/colorTextDark" |
156 | 166 | android:text="@string/facility_subway_stop" />
|
157 | 167 |
|
158 | 168 |
|
|
163 | 173 | android:layout_below="@id/image_subway"
|
164 | 174 | android:contentDescription="@string/facility_taxi_stop"
|
165 | 175 | android:padding="2dp"
|
| 176 | + android:tint="@color/colorTextDark" |
166 | 177 | android:src="@drawable/ic_local_taxi" />
|
167 | 178 |
|
168 | 179 | <TextView
|
|
172 | 183 | android:layout_below="@id/text_subway"
|
173 | 184 | android:layout_toRightOf="@id/image_taxi"
|
174 | 185 | android:padding="2dp"
|
| 186 | + android:textColor="@color/colorTextDark" |
175 | 187 | android:text="@string/facility_taxi_stop" />
|
176 | 188 |
|
177 | 189 | <ImageView
|
|
181 | 193 | android:layout_below="@id/image_taxi"
|
182 | 194 | android:contentDescription="@string/facility_bicycle_parking"
|
183 | 195 | android:padding="2dp"
|
| 196 | + android:textColor="@color/colorTextDark" |
| 197 | + android:tint="@color/colorTextDark" |
184 | 198 | android:src="@drawable/ic_action_bike" />
|
185 | 199 |
|
186 | 200 | <TextView
|
|
200 | 214 | android:contentDescription="@string/facility_blue_bikes"
|
201 | 215 | android:padding="2dp"
|
202 | 216 | android:src="@drawable/ic_action_bike"
|
203 |
| - android:tint="#0d47a1" /> |
| 217 | + android:textColor="@color/colorTextDark" |
| 218 | + android:tint="@color/colorTextDark" /> |
204 | 219 |
|
205 | 220 | <TextView
|
206 | 221 | android:id="@+id/text_blue_bike"
|
|
209 | 224 | android:layout_below="@id/text_bike"
|
210 | 225 | android:layout_toRightOf="@id/image_blue_bike"
|
211 | 226 | android:padding="2dp"
|
| 227 | + android:textColor="@color/colorTextDark" |
212 | 228 | android:text="@string/facility_blue_bikes" />
|
213 | 229 | </RelativeLayout>
|
214 | 230 | </androidx.cardview.widget.CardView>
|
|
0 commit comments