Define a custom TextView that displays HTML

This commit is contained in:
veyndan 2017-04-14 13:49:18 +01:00
parent 0fbd3a9cf6
commit ce1e293d87
3 changed files with 25 additions and 29 deletions

View file

@ -27,7 +27,7 @@
android:layout_height="wrap_content"
/>
<TextView
<fr.free.nrw.commons.ui.widget.HtmlTextView
android:id="@+id/about_license"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -37,7 +37,7 @@
android:text="@string/about_license"
/>
<TextView
<fr.free.nrw.commons.ui.widget.HtmlTextView
android:id="@+id/about_improve"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -47,7 +47,7 @@
android:text="@string/about_improve"
/>
<TextView
<fr.free.nrw.commons.ui.widget.HtmlTextView
android:id="@+id/about_privacy_policy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -57,7 +57,7 @@
android:text="@string/about_privacy_policy"
/>
<TextView
<fr.free.nrw.commons.ui.widget.HtmlTextView
android:id="@+id/about_credits"
android:layout_width="wrap_content"
android:layout_height="wrap_content"