Skip to content

User/michelan98/77 user profile - #156

Open
Michelan98 wants to merge 6 commits into
devfrom
user/Michelan98/77_user_profile
Open

Michelan98 wants to merge 6 commits into
devfrom
user/Michelan98/77_user_profile

Conversation

@Michelan98

Copy link
Copy Markdown
Collaborator

No description provided.

@L3gume
L3gume requested a review from andibakti March 9, 2020 22:34

@andibakti andibakti left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding the files to the manifest would probably fix the error you were getting, other than that the rest is minor


import java.io.Serializable;

public class EditProfileInfo extends AppCompatActivity{

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to declare it in the manifest file too otherwise it won't run

}

private void launchEditProfileInfoActivity() {
Intent intent = new Intent(this, EditProfileInfo.class);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same thing, so you probably need to change the manifest

}

private void launchViewGoalsActivity(){
Intent intent = new Intent(this, ViewGoals.class);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one too

android:textAlignment="center"/>

<SeekBar
android:id="@+id/seekBar_updated_goal"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor note but small text appears when moving the seek bar

android:textColor="@color/textWhite"/>

<LinearLayout
android:id="@+id/popup_goal_edit"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool way of doing this, are you readjusting the position at runtime? if so this layout should probably be invisible since it peaks out at the bottom of the screen


<LinearLayout
android:layout_width="match_parent"
android:layout_height="526dp"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can just be match_parent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants