Temp fix white background in configure map

This commit is contained in:
Alexey Kulish 2016-04-04 19:57:48 +03:00
parent 5013c8d44d
commit 6c2da87be5

View file

@ -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);