Custom toast message
LayoutInflater i = getLayoutInflater(); View v = i.inflate(R.layout.Custom view name, (ViewGroup) findViewById(R.id.Custom Linear ID) ); Toast t = Toast.makeText(getApplicationContext(),"",Toast.LENGTH_SHORT); t.setView(v); t.show();
Video Help