Skip to content

Conversation

@Stefan923
Copy link

No description provided.

Copy link
Owner

@magdamiu magdamiu left a comment

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
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
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
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