Enhance list scrolling

This commit is contained in:
Victor Shcherb 2012-08-27 23:55:54 +02:00
parent 25735115ad
commit de0eb3be0a

View file

@ -448,7 +448,8 @@ public class MapActivityLayers {
}
});
builder.show();
AlertDialog dlg = builder.show();
dlg.getListView().setFastScrollEnabled(true);
}
}