2017-04-07 3 views

Antwort

0

http://developer.android.com/guide/topics/ui/menus.html

mehr erfahren

^
public void Noactionbar(View v) { 
    PopupMenu popup = new PopupMenu(this, v); 
    MenuInflater inflater = popup.getMenuInflater(); 
    inflater.inflate(R.menu.actions, popup.getMenu()); 
    popup.show(); 
} 
+0

Vielen Dank :) –

Verwandte Themen