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:40:51 +0800
commit9ba628b7f8aea142e4de6fc5a3f18a165c16e5b5 (patch)
tree1392fd7c462fceee5c20f04b4fba991e1d6367e2
parent6a044ae7c4d5898b26b667dcb576f15f6f931d93 (diff)
downloadandroid_packages_apps_CMFileManager-9ba628b7f8aea142e4de6fc5a3f18a165c16e5b5.tar.gz
android_packages_apps_CMFileManager-9ba628b7f8aea142e4de6fc5a3f18a165c16e5b5.tar.bz2
android_packages_apps_CMFileManager-9ba628b7f8aea142e4de6fc5a3f18a165c16e5b5.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
-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