Merge "Fix HighlightingFragment"

This commit is contained in:
Fabrice Di Meglio
2014-05-21 21:32:18 +00:00
committed by Android (Google) Code Review

View File

@@ -67,7 +67,7 @@ public class HighlightingFragment extends Fragment {
} }
private Drawable getHighlightDrawable() { private Drawable getHighlightDrawable() {
return getResources().getDrawable(R.drawable.preference_highlight); return getActivity().getDrawable(R.drawable.preference_highlight);
} }
private void highlightView(String key) { private void highlightView(String key) {