Android API below 21 material theme action bar - activity can`t extend ActionBarActivity -


what understood android api guide backward comparability, if 1 need action bar material theme (means primary color , primary dark "upper strip" etc.) need add library appcompatv7 , extend actionbaractivity , manipulate in way style files.

https://developer.android.com/training/material/theme.html

  1. my activity extends other class (it`s java etc...). can do?
  2. consider above - can give complete example of need put in each style file in order support , feel of material theme action bar in app min api 16? because standart example extend actionbaractivity , copy paste regular code android api guide link


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -