Skip to content

Stefan Popescu - Curs 2 - Code Challenge 1#11

Open
Stefan923 wants to merge 8 commits into
magdamiu:mainfrom
Stefan923:week2
Open

Stefan Popescu - Curs 2 - Code Challenge 1#11
Stefan923 wants to merge 8 commits into
magdamiu:mainfrom
Stefan923:week2

Conversation

@Stefan923

Copy link
Copy Markdown

No description provided.

@magdamiu magdamiu left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

checked


<TextView
android:layout_weight="1"
android:layout_width="fill_parent"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Please just be aware that fill parent is deprecated in API level 8 https://developer.android.com/reference/android/view/ViewGroup.LayoutParams#FILL_PARENT

<RatingBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:progressTint="#ED5087"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Please consider adding the colors in colors,xml to be able reusing them

<RadioGroup
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dp">

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Please consider defining some pre-defined margins/paddings. Use numbers that are multiple of 8 (example: 8, 16, 32, 64, etc)

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