Wpis z mikrobloga

@magnevox:

A Toolbar is a generalization of action bars for use within application layouts. While an action bar is traditionally part of an Activity's opaque window decor controlled by the framework, a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
  • Odpowiedz
@magnevox: Teoretycznie możesz, ale w praktyce to jest raczej bez sensu. Poza tym wszystkie metody, które służyły do ustawiania nawigacji przez ActionBar zostały oznaczone Deprecated. http://developer.android.com/reference/android/app/ActionBar.html#setNavigationMode(int)

This method was deprecated in API level 21.


Action bar navigation modes are deprecated and not supported by inline toolbar action bars. Consider using other common navigation patterns instead.
  • Odpowiedz