Android recents tab color
Hello, how do I change the recents tab color for android? (The one introduced with android 5.0). Also, how do I remove multi window support for android? android:resizeableActivity="false" in manifest doesn't seem to work.
Comment
Answer by vovkas · Dec 13, 2016 at 03:46 PM
Use android:resizeableActivity="false" in manifest. It helped me.