aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-11-07 01:25:20 +0100
committerJorge Ruesga <jorge@ruesga.com>2014-11-07 01:29:23 +0100
commit9500dc3a19466dae5269bf337364396b0a48309c (patch)
treef8355948986c47661fda2995ddd7e5366e9cc898 /res
parent943a2376c07c86ec571ce664186268103e8531ef (diff)
downloadandroid_packages_wallpapers_PhotoPhase-9500dc3a19466dae5269bf337364396b0a48309c.tar.gz
android_packages_wallpapers_PhotoPhase-9500dc3a19466dae5269bf337364396b0a48309c.tar.bz2
android_packages_wallpapers_PhotoPhase-9500dc3a19466dae5269bf337364396b0a48309c.zip
photophase: restart lwp service on bad egl context
This patch contains some fixes for bad egl context detection and other NPE and lint fixes Change-Id: I47c4348770dc72f768df4bea27c7817d1ec10c42 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res')
-rw-r--r--res/layout/color_picker_pref_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/color_picker_pref_item.xml b/res/layout/color_picker_pref_item.xml
index f299d0e..65f51b7 100644
--- a/res/layout/color_picker_pref_item.xml
+++ b/res/layout/color_picker_pref_item.xml
@@ -19,7 +19,7 @@
android:layout_height="32dp"
android:background="@android:color/darker_gray">
<afzkl.development.mColorPicker.views.ColorPanelView
- android:id="@+android:id/color_picker"
+ android:id="@+id/color_picker"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="1dp"