C# Class CrossUI.Droid.Dialog.LinearDialogActivity

DialogActivity based on a linear view, this will solve all edittext related focus problems when using elements suggestions at http://stackoverflow.com/questions/2679948/focusable-edittext-inside-listview doesn't help for example
Inheritance: Android.App.Activity
ファイルを表示 Open project: MvvmCross/MvvmCross

Public Methods

Method Description
OnContentChanged ( ) : void

Private Methods

Method Description
EnsureListView ( ) : LinearDialogScrollView

Method Details

OnContentChanged() public method

public OnContentChanged ( ) : void
return void