android - Content_main.xml not auto created when creating new basic activity -
so used create new activity (basic activity) , and automatically 2 xml file created activity , content how inst not working anymore creates activity , not content file
this activity somehow doesn't have include content
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.constraintlayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.example.name.name.name"> </android.support.constraint.constraintlayout>
Comments
Post a Comment