Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Gets the layout resource that will be shown as the Android.Views.View for this Preference.
Set method documentation [Android Documentation]
Sets the layout resource that is inflated as the Android.Views.View to be shown
for this Preference. In most cases, the default layout is sufficient for
custom Preference objects and only the widget layout needs to be changed.
This layout should contain a Android.Views.ViewGroup with ID
NoType:android/R$id;Href=../../../reference/android/R.id.html#widget_frame to be the parent of the specific widget
for this Preference. It should similarly contain
NoType:android/R$id;Href=../../../reference/android/R.id.html#title and NoType:android/R$id;Href=../../../reference/android/R.id.html#summary.