This commit is contained in:
Amine
2017-11-14 19:22:43 +01:00
parent 37b2c5c2df
commit abcd500045
3 changed files with 6 additions and 2 deletions

View File

@ -58,7 +58,6 @@
<TextView
android:id="@+id/content"
android:autoLink="web"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
@ -70,7 +69,7 @@
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/titleView" />
app:layout_constraintTop_toBottomOf="@+id/titleView"/>
<!--<org.sufficientlysecure.htmltextview.HtmlTextView
android:id="@+id/content"