android/experimental/LOAndroid3/res/layout/file_grid.xml | 1 - 1 file changed, 1 deletion(-)
New commits: commit 1177f4dc061d945863a30d5c60123f2ec3d74cd4 Author: Miklos Vajna <[email protected]> Date: Tue Dec 16 17:35:54 2014 +0100 android doc browser: avoid explicit background color without a foreground one E.g. on my device the foreground color was white, the explicit light background color made the filenames almost unreadable. Change-Id: I64e361447ef9af4f3998afeb4a938907b6ca7eb3 diff --git a/android/experimental/LOAndroid3/res/layout/file_grid.xml b/android/experimental/LOAndroid3/res/layout/file_grid.xml index 42b745b..6b41977 100644 --- a/android/experimental/LOAndroid3/res/layout/file_grid.xml +++ b/android/experimental/LOAndroid3/res/layout/file_grid.xml @@ -19,7 +19,6 @@ android:verticalSpacing="10dp" android:horizontalSpacing="10dp" android:stretchMode="columnWidth" - android:background="#ffeeeeee" android:gravity="center"> </GridView> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
