From 7377d4fe6baf8dfc1f741ddf9d9e8a1f1955aa67 Mon Sep 17 00:00:00 2001 From: Ajay Nadathur Date: Mon, 28 Mar 2016 11:02:33 -0700 Subject: [PATCH] NPE on "Nexus Imprint" - When no fingerprint is setup, "Nexus Imprint" crashes because "selectableItemBackground" is not defined. (Which is referenced by SUW's RecyclerItemAdapter) - Added selectableItemBackground to themes.xml bug:27853943 Change-Id: I0e4107cf92aef5e4e3853ca45af73905d38b230e --- res/values/themes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/values/themes.xml b/res/values/themes.xml index 7a02ea9767b..c85a4f19cb8 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -295,6 +295,7 @@ @dimen/suw_layout_margin_sides @android:style/TextAppearance.Material.Body1 @style/Animation.SuwWindowAnimation + ?android:attr/selectableItemBackground both ?android:attr/colorAccent