• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps [- android.support.v7.internal.widget.ActionBarOverlayLayout]

dipperkane

Lurker
this is my question. how to fix it??
 

Attachments

  • 1.png
    1.png
    47 KB · Views: 123
Go to res/values/styles.xml

change all the code with below code.
Code:
<!-- Base application theme. -->
         <stylename="AppTheme"parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here.--></style>
 
Back
Top Bottom