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

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -