Commit 14bd38b2 authored by Chathura IT19243986's avatar Chathura IT19243986

Upload New File

parent 1e6fd8c0
package com.example.peopluz1;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MealPlan extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_meal_plan);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment