Android development removes the title bar title when Activity inherits AppCompatActivity

When Activity inherits AppCompatActivity;

 Before loading the xml add:

 supportRequestWindowFeature(Window.FEATURE_NO_TITLE);

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324709798&siteId=291194637
Recommended