diff --git a/app/src/main/res/layout/item_file_row.xml b/app/src/main/res/layout/item_file_row.xml index 56be201e1..9c7ca7b27 100644 --- a/app/src/main/res/layout/item_file_row.xml +++ b/app/src/main/res/layout/item_file_row.xml @@ -56,6 +56,8 @@ android:layout_marginBottom="4dp" android:layout_marginStart="24dp" android:layout_marginEnd="24dp" + android:layout_marginLeft="24dp" + android:layout_marginRight="24dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toStartOf="@+id/file_information" @@ -96,6 +98,8 @@ android:layout_marginBottom="4dp" android:layout_marginStart="24dp" android:layout_marginEnd="24dp" + android:layout_marginLeft="24dp" + android:layout_marginRight="24dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toStartOf="@+id/file_alias_save" @@ -193,6 +197,8 @@ app:layout_constraintEnd_toEndOf="parent" android:layout_marginStart="@dimen/default_margin" android:layout_marginEnd="@dimen/default_margin" + android:layout_marginLeft="@dimen/default_margin" + android:layout_marginRight="@dimen/default_margin" tools:text="8 bytes" />