Moving tablet interface to 'large' devices
(later, we will decide this more accurately based on the width of the screen in dips, but for now keeping changes so that they can easily be backported to earlier versions of Android) Change-Id: I203addcbf19e8e3813c488af47e4fdf90dcd3115
This commit is contained in:
@@ -50,7 +50,7 @@ public class ApplicationInfoDropTarget extends IconDropTarget {
|
||||
int colour = getContext().getResources().getColor(R.color.app_info_filter);
|
||||
mHoverPaint.setColorFilter(new PorterDuffColorFilter(colour, PorterDuff.Mode.SRC_ATOP));
|
||||
|
||||
if (LauncherApplication.isScreenXLarge()) {
|
||||
if (LauncherApplication.isScreenLarge()) {
|
||||
// For the application info drop target, we just ignore the left padding since we don't want
|
||||
// to overlap with the delete zone padding
|
||||
int tb = getResources().getDimensionPixelSize(
|
||||
|
||||
Reference in New Issue
Block a user