-
Notifications
You must be signed in to change notification settings - Fork 814
refactor: updated bottomsheet of multimeter #1330
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
Conversation
app/src/main/res/values/strings.xml
Outdated
| <string name="multimeter_dialog_description">\u2022 To measure the voltage directly connect the power source(eg PV1,PV2 and PV3) to the channel pins as shown in the figure.\n\n\u2022 Similarly to measure frequency or count pulse connect SQ1,SQ2,SQ3 or SQ4 pins to ID1,ID2,ID3 or ID4.</string> | ||
| <string name="multimeter_dialog_description">\u2022 To measure the voltage directly connect the power source(eg PV1,PV2 and PV3) to the channel pins as shown in the figure.\n\n\u2022 Similarly to measure frequency or count pulse connect SQ1,SQ2,SQ3 or SQ4 pins to ID1,ID2,ID3 or ID4.\n\n | ||
| <b>Different Sections</b>\n\n | ||
| <b>Resistance:</b> Measures the resistance of the element connected to the SEN pin of the PSLab device.\n\n |
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.
Shouldn't it be "element connected between SEN pin and GND pins"?
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.
Yes @CloudyPadmal I will make the change 👍
|
@CloudyPadmal Changes done as requested, @harsh-2711 @Avjeet please review |
app/src/main/res/values/strings.xml
Outdated
| <string name="multimeter_dialog_description">\u2022 To measure the voltage directly connect the power source(eg PV1,PV2 and PV3) to the channel pins as shown in the figure.\n\n\u2022 Similarly to measure frequency or count pulse connect SQ1,SQ2,SQ3 or SQ4 pins to ID1,ID2,ID3 or ID4.\n\n | ||
| <b>Different Sections</b>\n\n | ||
| <b>Resistance:</b> Measures the resistance of the element connected between the SEN and GND pin of the PSLab device.\n\n | ||
| <b>Capacitance:</b> Measures the capacitance of the element connected to the CAP pin of the PSLab device.\n\n |
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.
This should also be changed like that, between CAP and GND
app/src/main/res/values/strings.xml
Outdated
| <b>Different Sections</b>\n\n | ||
| <b>Resistance:</b> Measures the resistance of the element connected between the SEN and GND pin of the PSLab device.\n\n | ||
| <b>Capacitance:</b> Measures the capacitance of the element connected to the CAP pin of the PSLab device.\n\n | ||
| <b>Voltage:</b> Measures the voltage of any elements connect across any of the channel pins and other pins such as AN8.\n\n |
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.
Similarly in this and the rest. We have to connect one end to measuring pin and the other end to GND
|
@CloudyPadmal Changes done 👍 @harsh-2711 @Avjeet Please review. |
Fixes #1306
Changes:updated bottomsheet of multimeter
Screenshot/s for the changes: [Add screenshot/s of the layout where you made changes or a

*.gifcontaining a demonstration]Checklist: [Please tick following check boxes with
[x]if the respective task is completed]strings.xml,dimens.xmlandcolors.xmlwithout hard-coding themstrings.xml,dimens.xmlorcolors.xmlAPK for testing: [Compress the
app-debug.apkfile into a<feature>.raror<feature>.zipfile and upload it here]bottomsheet.apk.zip