我想构建一个如下所示的屏幕:
我想像图片一样构建这本书。我想了很多来构建这样的 gui 并做出以下决定来实现 screen 。我的观察告诉我:
1. This layout can not be designed using xml layout file . Rather its gui must be designed pragmatically .
2. Every row is a simple table row whose background color is wood color . In each table row there are two image view . The image of books will be put in to this image .
3. If a new book is inserted into database the list will be expanded . If no space in table row is available then a new table row will be created and the image of that book will be kept there .
有没有办法在布局 xml 文件中实现整个 GUI?我设计布局的概念有什么错误吗?设计这个布局文件还有什么其他想法?