728x90
728x170
[Activity(Label = "TestActivity", MainLauncher = false, Icon = "@drawable/icon", WindowSoftInputMode = SoftInput.AdjustPan)]
public class TestActivity : Activity
{
}
WindowSoftInputMode = SoftInput.AdjustPan 을 넣으면 클릭이나 터치를 해야 입력 키보드가 나타난다.
public class TestActivity : Activity
{
}
WindowSoftInputMode = SoftInput.AdjustPan 을 넣으면 클릭이나 터치를 해야 입력 키보드가 나타난다.
728x90
그리드형
'C# > Xamarin Maui' 카테고리의 다른 글
(Xamarin) mms 처리 (0) | 2017.04.13 |
---|---|
(Xamarin) Xamarin with SQLite (0) | 2017.04.13 |
(Xamarin) "obj\Debug\android\bin\packaged_resources" 파일이 없습니다 (0) | 2017.04.13 |
(Xamarin) Xamarin 에서 Dialog 띄우기 (0) | 2017.04.13 |
(Xamarin) Xamarin 시작하기 (0) | 2017.04.13 |