fixing some File thumbnail style side paddings

This commit is contained in:
tibbi 2023-02-05 10:41:57 +01:00
parent 61f51a340f
commit 5a9491624b
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ripple_top_corners"
android:paddingStart="@dimen/normal_margin"
android:paddingStart="@dimen/activity_margin"
android:paddingTop="@dimen/bigger_margin"
android:paddingEnd="@dimen/normal_margin"
android:paddingEnd="@dimen/activity_margin"
android:paddingBottom="@dimen/bigger_margin">
<com.simplemobiletools.commons.views.MyTextView