DrawerLayout中的Scrollview可防止ListView按钮工作

时间:2016-05-14 12:57:43

标签: android xml

如何修改此xml文件以使我的导航抽屉按钮也能正常工作?使用scrollview布局和DrawerLayouts的大多数其他重新排列会立即使应用程序崩溃。

<form role="form" [ngFormModel]="myFormModel" (ngSubmit)="onSubmit()" #myForm="ngForm">
<div class="form-group">
    <label for="name">Name</label>
    <input autofocus type="text" ngControl="usename" #name="ngForm" class="form-control" id="name" placeholder="Name">
    <div [hidden]="name.valid || name.pristine" class="alert alert-danger">
        Name is required
    </div>
</div>
</form>
<button type="submit" class="btn btn-primary" (click)="myForm.ngSubmit.emit()">Add</button>

0 个答案:

没有答案