Adjust padding of text before download icons

This commit is contained in:
arkon
2021-01-03 22:45:41 -05:00
parent 710179f4b4
commit 9cc6491c2a
2 changed files with 0 additions and 5 deletions
@@ -31,7 +31,6 @@
android:layout_marginTop="12dp"
android:ellipsize="end"
android:maxLines="1"
android:paddingEnd="8dp"
app:layout_constraintEnd_toStartOf="@+id/download"
app:layout_constraintStart_toEndOf="@+id/bookmark_icon"
app:layout_constraintTop_toTopOf="parent"
@@ -44,7 +43,6 @@
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:ellipsize="end"
android:paddingEnd="8dp"
android:singleLine="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/download"