From 02d03b0212e69dc08814b6f81e3bd3d819316013 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 3 Nov 2009 18:31:25 -0800 Subject: Do not allow the selection of the live wallpaper title. --- src/com/android/wallpaper/livepicker/BubbleTextView.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/com/android') diff --git a/src/com/android/wallpaper/livepicker/BubbleTextView.java b/src/com/android/wallpaper/livepicker/BubbleTextView.java index 0b5778d..3ac5605 100644 --- a/src/com/android/wallpaper/livepicker/BubbleTextView.java +++ b/src/com/android/wallpaper/livepicker/BubbleTextView.java @@ -58,7 +58,6 @@ public class BubbleTextView extends TextView { } private void init() { - setFocusable(true); mBackground = getBackground(); setBackgroundDrawable(null); -- cgit v1.2.3