-
Notifications
You must be signed in to change notification settings - Fork 817
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
Fixed the display issue of multimeter layout on tablet devices … #2129
Fixed the display issue of multimeter layout on tablet devices … #2129
Conversation
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.
Hello @Girish-Bharadwaj , I assume this is your first PR for this repo.
First of all, use a meaningful name for the PR title. Secondly, read the PR template and try to fill it. It's asking for screenshots to view the results and an APK to test the app with the changes.
Please update with necessary changes.
Sir I have updates the changes as you said.Sorry for inconvinience as it was my first PR and thank you for guiding me Sir. |
Hello @Girish-Bharadwaj , Is it possible to make the center knob a bit bigger. As you can see from the screenshot, lot of space is left unused, |
Hello Sir,I have made changes as you said. |
Okay, now the knob looks good. But the labels around it also needs to be mapped as it was in the smaller layout. |
Sir made the changes as you said |
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.
Looks almost good 👍
app:layout_constraintCircleRadius="@dimen/multimeter_knobcircle_radius_2_xhdpi" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintStart_toStartOf="parent" | ||
tools:layout_editor_absoluteY="290dp"/> |
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.
You might have missed to add this one to dimens.xml
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.
Looks almost good
Sorry sir,actually it was added by mistake.It was not necessary.Removed it Sir.
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.
Looks good. For this one, I'll squash the commits while merging. From next time onward, squash the commits into one. (right now there are 5)
OK Sir.Thank you so much for guiding me through my first PR. |
Fixed display issue of multimeter layout on tablet devices
Fixes #2118
Changes: Increased margin of the multimeter and increased height of the display box of multimeter layout by adding new dimens resource file for xhdpi.Also increased the size of the knob along with text in it without hardcoding them.
Screenshot for the changes:

Checklist: [Please tick following check boxes with
[x]
if the respective task is completed]strings.xml
,dimens.xml
andcolors.xml
without hard-coding themstrings.xml
,dimens.xml
orcolors.xml
APK for testing:
app-fdroid-debug.zip