JKMirko
JKMirko
I had the same problem and I think it's because ActionBarActivity returns null in method getActionBar(). You should try using this class instead of FadingActionBarHelper: ``` java package com.example.custom; import...
Take a look at the links below. I think this could be a solution because it seems you didn't make your ActionBar transparent. [themes](https://github.com/ManuelPeinado/FadingActionBar/blob/master/samples-actionbarcompat/res/values/themes.xml) [styles](https://github.com/ManuelPeinado/FadingActionBar/blob/master/samples-actionbarcompat/res/values/styles.xml) Here you can find themes...