Change background in multi selection menu

This commit is contained in:
PavelRatushny 2017-12-21 13:20:54 +02:00
parent a0a9d0d5d5
commit ca46ae4760
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<LinearLayout
android:id="@+id/content"
android:background="?attr/expandable_list_item_background"
android:background="?attr/selectableItemBackground"
android:paddingLeft="@dimen/list_content_padding"
android:paddingRight="@dimen/list_content_padding"
android:orientation="horizontal"

View file

@ -39,8 +39,6 @@ public class MultiSelectionArrayAdapter extends ArrayAdapter<MapMultiSelectionMe
}
final MapMultiSelectionMenu.MenuObject item = getItem(position);
if (item != null) {
View contentView = v.findViewById(R.id.content);
AndroidUtils.setBackground(menu.getMapActivity(), contentView, !menu.isLight(), R.drawable.expandable_list_item_background_light, R.drawable.expandable_list_item_background_dark);
v.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {