I'm making an app with 2 lists in the main screen, and the space allocated for the 2 lists are equal. So there will be only 5 items visible for each list.

I'm thinking of an improvement on making more items visible for each list. Possible solutions:
Solution 1: use tabbed widget to display the 2 lists. The 2 lists will share the same space and there will be only 1 list visible and another one will be hidden.
Solution 2: use a toolbox style:
My question is: I think neither solution 1 nor solution 2 is a good choice. Is there any other way to do it? and is the "toolbox" style appropriate nowadays? I don't want to make an app like using last century's technology.


