Example usage for android.widget Toast setView
List of usage examples for android.widget Toast setView
HOME
Java
android
android.widget.*
Toast
setView
Introduction
In this page you can find the example usage for android.widget Toast setView.
Prototype
public
void
setView(
View
view)
Source Link
Document
Set the view to show.
Usage
«
1
2
3
4
5
6
7
8
»