From 97d85d23b013347bead4e2f5fa430a79ce69431e Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 13 Apr 2011 11:27:36 -0700 Subject: Fixing focus issues in Launcher (keyboard support). Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da --- src/com/android/launcher2/PagedViewExtendedLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher2/PagedViewExtendedLayout.java') diff --git a/src/com/android/launcher2/PagedViewExtendedLayout.java b/src/com/android/launcher2/PagedViewExtendedLayout.java index e54d26176..81f14982f 100644 --- a/src/com/android/launcher2/PagedViewExtendedLayout.java +++ b/src/com/android/launcher2/PagedViewExtendedLayout.java @@ -26,7 +26,7 @@ import android.widget.LinearLayout; * The linear layout used strictly for the widget/wallpaper tab of the customization tray */ public class PagedViewExtendedLayout extends LinearLayout implements Page { - static final String TAG = "PagedViewWidgetLayout"; + static final String TAG = "PagedViewExtendedLayout"; public PagedViewExtendedLayout(Context context) { this(context, null); -- cgit v1.2.3