diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-16 17:35:54 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-16 17:39:38 +0100 |
commit | 1177f4dc061d945863a30d5c60123f2ec3d74cd4 (patch) | |
tree | 10b1c4b0554969d80e808e272731222efeb20ddb /android | |
parent | 102ae9f11a57a90330234e66250719b727c06d1e (diff) |
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
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LOAndroid3/res/layout/file_grid.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/experimental/LOAndroid3/res/layout/file_grid.xml b/android/experimental/LOAndroid3/res/layout/file_grid.xml index 42b745b821fe..6b41977f2640 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> |