PreferenceActivity.SetListFooter(View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set a footer that should be shown at the bottom of the header list.
[Android.Runtime.Register("setListFooter", "(Landroid/view/View;)V", "GetSetListFooter_Landroid_view_View_Handler")]
public virtual void SetListFooter (Android.Views.View? view);
[<Android.Runtime.Register("setListFooter", "(Landroid/view/View;)V", "GetSetListFooter_Landroid_view_View_Handler")>]
abstract member SetListFooter : Android.Views.View -> unit
override this.SetListFooter : Android.Views.View -> unit
Parameters
- view
- View
- Attributes
Remarks
Set a footer that should be shown at the bottom of the header list.
Java documentation for android.preference.PreferenceActivity.setListFooter(android.view.View)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.