Skip to content

Tag: android

Why I see Do not request Window.FEATURE_SUPPORT_ACTION_BAR?

This is a simple app with a tag navigation. And I can’t open it with getting a mistake. A part of it is: And here is a 28-th and 29-th lines in MainActivity(the message above says mistake is in 29-th line): I tried to cope with the problem but all what I found is that I should add this code

RecyclerView Items cover entire screen

I’m trying to make a simple chat room in android studio, but for some reason each chat message covers the entire screen. I’m trying to follow the example here on github https://github.com/android/views-widgets-samples/tree/main/RecyclerView/ I’m sure it’s just something super simple, b…