-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix:2188 Fixing Generate Config File layout #2216
Conversation
android:layout_width="@dimen/width_zero" | ||
android:layout_weight="@dimen/weight_two" | ||
android:layout_height="wrap_content" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the lines off your PR if they are not being used in the code anymore
android:layout_width="@dimen/width_zero" | ||
android:layout_weight="@dimen/weight_one" | ||
android:layout_height="wrap_content" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the lines off your PR if they are not being used in the code anymore
@kartikeysaran I am sorry but the solution either seems to be device specific or incomplete. Can you please share the screenshot for Barometer instrument as per your fix |
@kartikeysaran Also please refer issue #2208 . There is already a PR for that. |
Please have a look i am using contraint layout and i can share screenshot for each device it works fine with all |
Thanks for the PR @kartikeysaran . But let's go with the card layout. |
Should i update the pr with Card Layout ? |
#2210 did that |
Fixes #2188
Fixes #2181
Changes: Using ConstraintLayout and Margins to Fix the Generate Config File Layout
This works on devices of all sizes
Screenshot/s for the changes:
Checklist:
strings.xml
,dimens.xml
andcolors.xml
without hard-coding themstrings.xml
,dimens.xml
orcolors.xml