<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;
}
</style>
</head>
<body>
<table style="width:100%">
<tr>
<th>S.NO</th>
<th>Description</th>
<th>Observation</th>
</tr>
<tr>
<td>1</td>
<td>Check the U/S Wheel assembly and the accompanying documents are available.</td>
<td>-</td>
</tr>
<tr>
<td>2</td>
<td>Check the tyre pressure as received condition _________________ Psi.</td>
<td>-</td>
</tr>
<tr>
<td>3</td>
<td>Carryout leak test on Over inflation Valve <input type="checkbox"> & Thermal fuse<input type="checkbox"></td>
<td>-</td>
</tr>
</table>
</body>
</html>
如何在具有运行时值的android中创建这种表?
我想创建带有复选框和编辑文本的列表视图来填写调查表。
片段中显示的示例,请查看它。请帮助我摆脱困境。提前致谢。