aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-10-28 15:40:51 +0800
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-10-28 15:58:29 -0700
commit042e0a02127f222933ff9d27e8ba2a2ea7719376 (patch)
treecb55681633e4719fc891ca146ad76215add9924e
parent85bde2eaf5bdf02889159ee982df1d278ce85c61 (diff)
downloadandroid_packages_apps_CMFileManager-042e0a02127f222933ff9d27e8ba2a2ea7719376.tar.gz
android_packages_apps_CMFileManager-042e0a02127f222933ff9d27e8ba2a2ea7719376.tar.bz2
android_packages_apps_CMFileManager-042e0a02127f222933ff9d27e8ba2a2ea7719376.zip
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 (cherry picked from commit 9ba628b7f8aea142e4de6fc5a3f18a165c16e5b5)
-rw-r--r--res/layout/filesystem_info_dialog.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/layout/filesystem_info_dialog.xml b/res/layout/filesystem_info_dialog.xml
index dcde7b75..93d6ab4e 100644
--- a/res/layout/filesystem_info_dialog.xml
+++ b/res/layout/filesystem_info_dialog.xml
@@ -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