Fix HighlightingFragment
- get themed highlight drawable Similar fix as I945eca98e1d73fda3b290a6ababfd1fb41118d8f Change-Id: Ieabee16433ec29044a7a26875c3325231a287c88
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user