Delete About.java
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
package com.ShanMukhaInnovations.ArrestTB;
|
|
||||||
|
|
||||||
import androidx.appcompat.app.AppCompatActivity;
|
|
||||||
|
|
||||||
import android.content.Context;
|
|
||||||
import android.os.Bundle;
|
|
||||||
import android.view.LayoutInflater;
|
|
||||||
import android.view.View;
|
|
||||||
|
|
||||||
public class About extends Navigation_Top {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
|
||||||
super.onCreate(savedInstanceState);
|
|
||||||
LayoutInflater inflater = (LayoutInflater) this
|
|
||||||
.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
|
||||||
View contentView = inflater.inflate(R.layout.activity_about, null, false);
|
|
||||||
draw.addView(contentView, 0);
|
|
||||||
|
|
||||||
//setContentView(R.layout.activity_about);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user