Commit 8eae2caf authored by Ravishani W.M.S's avatar Ravishani W.M.S

Upload New File

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