Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ba628b7 authored by Zhao Wei Liew's avatar Zhao Wei Liew
Browse files

CMFileManager: Remove top & bottom padding in FS info dialog

There are visible borders to the scrollview, so the user
expects the content to scroll all the way to the borders.

Having the top & bottom padding makes the actual vertical
scroll distance shorter than what the user expects it to be.

Hence, remove the excessive padding.

Change-Id: Ibd6609d8d7fefe1cac101e641264779055fe2ba9
parent 6a044ae7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -76,8 +76,6 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_below="@id/filesystem_tabs"
    android:paddingBottom="@dimen/extra_large_margin"
    android:paddingTop="@dimen/default_margin"
    android:scrollbars="vertical">

    <TableLayout