summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmarkthumbnailwidget.xml
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-10-11 22:04:40 +0200
committerjrizzoli <joey@cyanogenmoditalia.it>2015-11-05 14:45:47 +0100
commitdd494bf73c2a36922a5dc0b7f93756afd4a0cec8 (patch)
tree43b52eeb46779bf2f0416a53d958e5ca530775db /res/layout/bookmarkthumbnailwidget.xml
parentbe2afc54787f656e2748d3f42bb98dde1e77f5a0 (diff)
downloadandroid_packages_apps_Gello-dd494bf73c2a36922a5dc0b7f93756afd4a0cec8.tar.gz
android_packages_apps_Gello-dd494bf73c2a36922a5dc0b7f93756afd4a0cec8.tar.bz2
android_packages_apps_Gello-dd494bf73c2a36922a5dc0b7f93756afd4a0cec8.zip
gello: cleanup resources
fix npe on tablets too Change-Id: I1ea17887672813b2de72a05f63c6c4f695605459 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/layout/bookmarkthumbnailwidget.xml')
-rw-r--r--res/layout/bookmarkthumbnailwidget.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bookmarkthumbnailwidget.xml b/res/layout/bookmarkthumbnailwidget.xml
index e9e377d8..8cecd98d 100644
--- a/res/layout/bookmarkthumbnailwidget.xml
+++ b/res/layout/bookmarkthumbnailwidget.xml
@@ -28,7 +28,7 @@
android:verticalSpacing="@dimen/widgetVerticalSpacing"
android:drawSelectorOnTop="true"
android:listSelector="@drawable/bookmark_widget_thumb_selector"
- android:background="@drawable/bg_bookmarks_widget_holo" />
+ android:background="@color/white" />
<ImageButton
android:id="@+id/app_shortcut"