Android Question Title bar and App Compact issue

trueboss323

Active Member
Licensed User
Longtime User
Not sure if this is an issue with the appcompact library, I cannot get the title bar to show on new activities, even after I set the property in the designer and the activity attributes. Regardless of these 2 settings, it still doesn't want to show.
 

trueboss323

Active Member
Licensed User
Longtime User
Here's a small example project that i've uploaded. You can see that in the first activity it displays fine, but when it opens a new one it doesn't
 

Attachments

  • ActivityExample.zip
    9.4 KB · Views: 184
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
add
B4X:
#Extends: android.support.v7.app.AppCompatActivity
to the second activity
 
Upvote 0
Top