skip to Main Content

I don't have a title bar in Android studio. When I press the Show System UI button, my title bar does not appear

Look the image: image: enter image description here I don't know what code this is caused by. That's why I will only share themes.xml codes. //Themes.xml <resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> <style name="Base.Theme.TitleBarSettings" parent="Theme.Material3.DayNight.NoActionBar"> <!-- Customize your light…

VIEW QUESTION
Back To Top
Search