Merge pull request #500 from veyndan/htmltextview

Define a custom TextView that displays HTML
This commit is contained in:
Josephine Lim 2017-04-17 23:47:55 +10:00 committed by GitHub
commit 052d0c9c8e
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"