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
- my activity extends other class (it`s java etc...). can do?
- 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
Post a Comment