我想创建以下格式的自定义列表视图。例如
_______________________________________
| |
| ----------- ------------ |
| Principal EditView |
| ----------- ------------ |
| |
| ----------- ------------ |
| Years EditView |
| ----------- ------------ |
| |
| ----------- ------------ |
| Rate of Int EditView |
| ----------- ------------ |
|_______________________________________|
_______________________________________
| |
| ----------- ------------ |
| Interest EditView |
| ----------- ------------ |
|_______________________________________|
_______________________________________
| |
| ----------- ------------ |
| Simple Int EditView |
| ----------- ------------ |
|_______________________________________|
_______________________________________
| |
| ------------ ------------ |
| Compond Int EditView |
| ------------ ------------ |
|_______________________________________|
简而言之,listview 中的 item1 应包含 3 个文本和编辑视图,而 item2 应包含 2 个文本和编辑视图。这两个项目应该得到不同的输入。
因为我是 android 新手,所以我能够创建简单的列表视图,但我不知道如何创建具有各种视图的列表视图。