|
4 | 4 | android:layout_width="match_parent" |
5 | 5 | android:layout_height="match_parent"> |
6 | 6 |
|
| 7 | + <LinearLayout |
| 8 | + android:layout_width="match_parent" |
| 9 | + android:layout_height="match_parent" |
| 10 | + android:orientation="vertical"> |
7 | 11 | <FrameLayout |
8 | 12 | android:layout_width="400sp" |
9 | 13 | android:layout_height="wrap_content" |
|
198 | 202 | android:text="@string/forgot_password" |
199 | 203 | android:textColor="@color/status_bar_blue"/> |
200 | 204 |
|
201 | | - <fr.free.nrw.commons.ui.widget.HtmlTextView |
202 | | - android:id="@+id/about_privacy_policy" |
203 | | - style="?android:textAppearanceSmall" |
204 | | - android:layout_width="wrap_content" |
205 | | - android:layout_height="wrap_content" |
206 | | - android:layout_below="@id/forgotPassword" |
207 | | - android:layout_centerHorizontal="true" |
208 | | - android:layout_gravity="center_horizontal" |
209 | | - android:layout_marginBottom="@dimen/standard_gap" |
210 | | - android:text="@string/about_privacy_policy" /> |
| 205 | + <fr.free.nrw.commons.ui.widget.HtmlTextView |
| 206 | + android:id="@+id/skipLogin" |
| 207 | + android:layout_width="match_parent" |
| 208 | + android:layout_height="wrap_content" |
| 209 | + android:layout_marginBottom="@dimen/standard_gap" |
| 210 | + android:layout_below="@id/forgotPassword" |
| 211 | + android:gravity="center_horizontal" |
| 212 | + android:text="@string/skip_login" |
| 213 | + android:visibility="visible"/> |
211 | 214 |
|
212 | 215 | </RelativeLayout> |
213 | 216 | </android.support.v7.widget.CardView> |
|
230 | 233 | tools:ignore="UnusedAttribute" /> |
231 | 234 |
|
232 | 235 | </FrameLayout> |
| 236 | + <fr.free.nrw.commons.ui.widget.HtmlTextView |
| 237 | + android:id="@+id/about_privacy_policy" |
| 238 | + style="?android:textAppearanceSmall" |
| 239 | + android:layout_width="wrap_content" |
| 240 | + android:layout_height="wrap_content" |
| 241 | + android:layout_marginBottom="@dimen/standard_gap" |
| 242 | + android:layout_below="@id/forgotPassword" |
| 243 | + android:layout_gravity="center_horizontal" |
| 244 | + android:text="@string/about_privacy_policy"/> |
| 245 | + </LinearLayout> |
233 | 246 |
|
234 | 247 | </ScrollView> |
0 commit comments