|
2 | 2 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
3 | 3 | xmlns:tools="http://schemas.android.com/tools"
|
4 | 4 | android:layout_width="match_parent"
|
| 5 | + android:fillViewport="true" |
5 | 6 | android:layout_height="match_parent">
|
6 |
| - |
| 7 | + <RelativeLayout |
| 8 | + android:layout_width="match_parent" |
| 9 | + android:layout_height="wrap_content" |
| 10 | + android:orientation="vertical"> |
7 | 11 | <FrameLayout
|
8 | 12 | android:layout_width="match_parent"
|
9 | 13 | android:layout_height="wrap_content"
|
|
200 | 204 | android:layout_height="wrap_content"
|
201 | 205 | android:layout_below="@id/buttonFrame"
|
202 | 206 | android:layout_marginBottom="@dimen/standard_gap"
|
203 |
| - android:text="@string/forgot_password" |
204 |
| - android:textColor="@color/status_bar_blue" /> |
205 |
| - |
206 |
| - <fr.free.nrw.commons.ui.widget.HtmlTextView |
207 |
| - android:id="@+id/about_privacy_policy" |
208 |
| - style="?android:textAppearanceSmall" |
209 |
| - android:layout_width="wrap_content" |
210 |
| - android:layout_height="wrap_content" |
211 |
| - android:layout_below="@id/forgotPassword" |
212 |
| - android:layout_centerHorizontal="true" |
213 |
| - android:layout_gravity="center_horizontal" |
214 |
| - android:layout_marginBottom="@dimen/standard_gap" |
215 |
| - android:text="@string/about_privacy_policy" /> |
| 207 | + android:text="@string/forgot_password" /> |
216 | 208 |
|
217 | 209 | </RelativeLayout>
|
218 | 210 |
|
|
236 | 228 | tools:ignore="UnusedAttribute" />
|
237 | 229 | </FrameLayout>
|
238 | 230 |
|
| 231 | + <fr.free.nrw.commons.ui.widget.HtmlTextView |
| 232 | + android:id="@+id/about_privacy_policy" |
| 233 | + style="?android:textAppearanceSmall" |
| 234 | + android:layout_width="wrap_content" |
| 235 | + android:layout_height="wrap_content" |
| 236 | + android:layout_alignParentBottom="true" |
| 237 | + android:layout_centerHorizontal="true" |
| 238 | + android:layout_marginBottom="@dimen/normal_text" |
| 239 | + android:textColor="@color/status_bar_blue" |
| 240 | + android:text="@string/about_privacy_policy" /> |
| 241 | + |
| 242 | + </RelativeLayout> |
| 243 | + |
239 | 244 | </ScrollView>
|
0 commit comments