Temp fix white background in configure map
This commit is contained in:
parent
5013c8d44d
commit
6c2da87be5
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ public class ContextMenuAdapter {
|
|||
if (convertView == null || !(convertView.getTag() instanceof Integer)
|
||||
|| (layoutId != (Integer) convertView.getTag())) {
|
||||
convertView = LayoutInflater.from(getContext()).inflate(layoutId, parent, false);
|
||||
AndroidUtils.setListItemBackground(getContext(), convertView, !holoLight);
|
||||
convertView.setTag(layoutId);
|
||||
}
|
||||
TextView tv = (TextView) convertView.findViewById(R.id.title);
|
||||
|
|
Loading…
Reference in a new issue