Fix HighlightingFragment

- get themed highlight drawable

Similar fix as I945eca98e1d73fda3b290a6ababfd1fb41118d8f

Change-Id: Ieabee16433ec29044a7a26875c3325231a287c88
This commit is contained in:
Fabrice Di Meglio
2014-05-21 14:26:52 -07:00
parent 676751ebbd
commit bbfaa11cf7

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) {