forked from organicmaps/organicmaps
use night drawable variants instead of getting category icons programatically
Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
parent
d5bb82c5de
commit
766014752e
46 changed files with 0 additions and 3 deletions
|
@ -110,10 +110,7 @@ class CategoriesAdapter extends RecyclerView.Adapter<CategoriesAdapter.ViewHolde
|
|||
@NonNull String packageName,
|
||||
@NonNull String key)
|
||||
{
|
||||
final boolean isNightTheme = ThemeUtils.isNightTheme(context);
|
||||
String iconId = "ic_" + key;
|
||||
if (isNightTheme)
|
||||
iconId = iconId + "_night";
|
||||
return context.getResources().getIdentifier(iconId, "drawable", packageName);
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Loading…
Add table
Reference in a new issue