更新Xamarin之后,我无法获得ID。
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/passwordEditText"
android:layout_marginBottom="15.5dp"
android:password="true" />
如您所见,我将其命名为passwordEditText
As you can see i dont get the option to select passwordEditText
有人可以帮我吗?