mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #500 from veyndan/htmltextview
Define a custom TextView that displays HTML
This commit is contained in:
commit
052d0c9c8e
3 changed files with 25 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue