Issue 721

This commit is contained in:
mebr1416 2017-07-22 16:22:02 +03:00
parent f73a9f15fc
commit 815255db1a
2 changed files with 11 additions and 0 deletions

View file

@ -56,4 +56,14 @@
android:gravity="center"
android:layout_marginTop="16dp"
/>
<fr.free.nrw.commons.ui.widget.HtmlTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/media_upload_policy"
android:text="@string/media_upload_policy"
android:gravity="start"
android:layout_marginTop="16dp"
/>
</LinearLayout>