Some layout changes

This commit is contained in:
tom79 2019-08-24 16:20:04 +02:00
parent a716225212
commit b32183668e
6 changed files with 5 additions and 1 deletions

View File

@ -800,7 +800,6 @@ public class Status implements Parcelable{
spannableStringT = new SpannableString(Html.fromHtml(spannableString.toString().replaceAll("[\\s]{2}","  "), Html.FROM_HTML_MODE_LEGACY));
else
spannableStringT = new SpannableString(Html.fromHtml(spannableString.toString().replaceAll("[\\s]{2}","  ")));
replaceQuoteSpans(context, spannableStringT);
URLSpan[] spans = spannableStringT.getSpans(0, spannableStringT.length(), URLSpan.class);
for (URLSpan span : spans) {

View File

@ -290,6 +290,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
app:layout_constraintBottom_toBottomOf="parent"
android:padding="@dimen/drawer_padding"
android:visibility="gone">

View File

@ -862,6 +862,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@id/status_content_section"
app:layout_constraintTop_toBottomOf="@id/status_content_section"
app:layout_constraintVertical_bias="1">

View File

@ -681,6 +681,7 @@
android:id="@+id/status_action_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="10dp">
<ImageView

View File

@ -677,6 +677,7 @@
android:id="@+id/status_action_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="10dp">
<ImageView

View File

@ -643,6 +643,7 @@
android:id="@+id/status_action_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="10dp">
<ImageView