Commit 9a0de744 authored by Chathura IT19243986's avatar Chathura IT19243986

Upload New File

parent 18884c6c
package com.example.peopluz1;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class workoutplan extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_workoutplan);
}
}
\ 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