Revert "Disable scrollbars altogether on the three main tabs"

This reverts commit c78ff5df303689341ea040847d5d2c53b56c9533.
This commit is contained in:
Daniel Martí 2013-07-15 23:02:53 +02:00
parent 89f8630f12
commit 77449ac165

View File

@ -49,7 +49,7 @@ abstract class AppListFragment extends Fragment implements AdapterView.OnItemCli
protected ListView createAppListView() {
ListView list = new ListView(getActivity());
list.setVerticalScrollBarEnabled(false);
list.setFastScrollEnabled(true);
list.setOnItemClickListener(this);
list.setAdapter(getAppListAdapter());
return list;