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. --- .../focused_application_background.9.png | Bin 1454 -> 0 bytes res/drawable/shortcut_selector.xml | 24 --------------------- res/values/styles.xml | 2 -- .../wallpaper/livepicker/BubbleTextView.java | 1 - 4 files changed, 27 deletions(-) delete mode 100644 res/drawable-hdpi/focused_application_background.9.png delete mode 100644 res/drawable/shortcut_selector.xml diff --git a/res/drawable-hdpi/focused_application_background.9.png b/res/drawable-hdpi/focused_application_background.9.png deleted file mode 100644 index 7bf37ef..0000000 Binary files a/res/drawable-hdpi/focused_application_background.9.png and /dev/null differ diff --git a/res/drawable/shortcut_selector.xml b/res/drawable/shortcut_selector.xml deleted file mode 100644 index 09fec1b..0000000 --- a/res/drawable/shortcut_selector.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/res/values/styles.xml b/res/values/styles.xml index 088b473..6e67ae0 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -28,11 +28,9 @@ center_horizontal fill_parent fill_parent - @drawable/shortcut_selector 4dip 4dip 8dip 8dip - 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