We have a few issues with text and icon colors.
This commit is contained in:
parent
243d7013c0
commit
4e3526e742
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ public class SearchRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerView
|
||||||
}
|
}
|
||||||
|
|
||||||
private LayerDrawable getPlaceholder(boolean history) {
|
private LayerDrawable getPlaceholder(boolean history) {
|
||||||
|
int colorDefaultLight = 0xff727272;
|
||||||
LayerDrawable res = (LayerDrawable) AppCompatResources.getDrawable(
|
LayerDrawable res = (LayerDrawable) AppCompatResources.getDrawable(
|
||||||
app, history
|
app, history
|
||||||
? R.drawable.wikivoyage_search_history_placeholder
|
? R.drawable.wikivoyage_search_history_placeholder
|
||||||
|
@ -146,6 +147,7 @@ public class SearchRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerView
|
||||||
R.color.icon_color_default_light
|
R.color.icon_color_default_light
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
res.setTint(colorDefaultLight);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue