Disable scrollbars altogether on the three main tabs
This commit is contained in:
parent
a46b8e8663
commit
c78ff5df30
@ -49,7 +49,7 @@ abstract class AppListFragment extends Fragment implements AdapterView.OnItemCli
|
|||||||
|
|
||||||
protected ListView createAppListView() {
|
protected ListView createAppListView() {
|
||||||
ListView list = new ListView(getActivity());
|
ListView list = new ListView(getActivity());
|
||||||
list.setFastScrollEnabled(true);
|
list.setVerticalScrollBarEnabled(false);
|
||||||
list.setOnItemClickListener(this);
|
list.setOnItemClickListener(this);
|
||||||
list.setAdapter(getAppListAdapter());
|
list.setAdapter(getAppListAdapter());
|
||||||
return list;
|
return list;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user