My Activity extends AppCompatActivity and I can't set the logo the ActionBar. Normally, i do so in the Manifest using "logo" attribute. Doesn't work. in Java in the Activities with getSupportActionBar.setLogo() or setIcon(). Doesn't work.
Could someone help me?
Thx