-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
315 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...p/src/main/java/pg/autyzm/friendly_plans/manager_app/view/step_create/PictureManager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
//package pg.autyzm.friendly_plans.manager_app.view.step_create; | ||
// | ||
//public class PictureManager { | ||
// | ||
//} |
36 changes: 36 additions & 0 deletions
36
.../app/src/main/java/pg/autyzm/friendly_plans/manager_app/view/step_create/SoudManager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
//package pg.autyzm.friendly_plans.manager_app.view.step_create; | ||
// | ||
//import android.content.Context; | ||
//import android.view.View; | ||
//import android.widget.EditText; | ||
//import android.widget.ImageButton; | ||
//import pg.autyzm.friendly_plans.manager_app.view.components.SoundComponent; | ||
// | ||
//public class SoudManager { | ||
// private final EditText soundFileName; | ||
// private final ImageButton clearSound; | ||
// | ||
// private Long soundId; | ||
// private SoundComponent soundComponent; | ||
// | ||
// | ||
// public SoudManager(EditText soundFileName, | ||
// ImageButton clearSound, | ||
// ImageButton playSoundIcon, | ||
// Context applicationContext) { | ||
// this.soundFileName = soundFileName; | ||
// this.clearSound = clearSound; | ||
// | ||
// soundComponent = SoundComponent.getSoundComponent( | ||
// soundId, playSoundIcon, applicationContext, appComponent); | ||
// } | ||
// | ||
// protected void clearSound() { | ||
// soundFileName.setText(""); | ||
// soundId = null; | ||
// clearSound.setVisibility(View.INVISIBLE); | ||
// soundComponent.setSoundId(null); | ||
// soundComponent.stopActions(); | ||
// } | ||
// | ||
//} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.