开发者

What is the widgets I should use in the following stock portfolio app

I came from Java Swing background. I am interested to have my own portfolio app which looks similar to the following.

What is the widgets I should use in the following stock portfolio app

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜