I came from Java Swing background. I am interested to have my own portfolio app which looks similar to the following.
I know that, I need TabHost
.
I may need ListView
as tab content, if I want the item highlighted in white rectangle click-able. When user clicks within white rectangle region, the transaction details will be shown.
What I do not know is that, what is the widget I should use, so that I can get the stuff within the white rectangle region?
- A green bar on the left.
- A mix of grid layout and border layout view, with information aligned properly, separated by line.
You may take a linear layout in horizontal orientation with an ImageView on the left for the bar and a TableLayout on the right
精彩评论