-5

我需要开发一个应用程序来向服务器提交工作详细信息。我的布局将如下所示:

Emp name : Edit text for enter the name ID: Edit text work number: Edit text attach pic: Edit text browse button 编辑文本浏览(最多 4 张图片)

附加图片后,我希望它出现在将图片附加为图标的旁边,并且应该出现一个删除按钮。图片可以显示为图标吗?让我知道我应该选择哪种布局来实现这种线性或相对?哪个更容易它需要在手机和平​​板电脑上支持。

4

1 回答 1

1

如果布局层次结构不复杂,则LinearLayoutRelativeLayout. 如果您认为您的需求以后可能会变得复杂(看起来像您的需求),那么建议您使用RelativeLayout.

于 2013-05-21T10:11:01.820 回答