D
D
Dmitry Eremin2017-03-21 16:59:22
Android
Dmitry Eremin, 2017-03-21 16:59:22

Is it possible to use GridView and Adapter for buttons?

I need the buttons to line up in three columns - something like a phone menu. Is it possible to do this with GridView and Adapter?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
illuzor, 2017-03-21
@iLLuzor

recyclerView.setLayoutManager(new GridLayoutManager(getActivity(), 3));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question