-
Notifications
You must be signed in to change notification settings - Fork 814
Adding Bottomsheet guide to the barometer #1339
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
Adding Bottomsheet guide to the barometer #1339
Conversation
|
@CloudyPadmal @abhinavraj23 @Avjeet @harsh-2711 Please review it. |
app/src/main/res/values/strings.xml
Outdated
| <string name="barometer_description">Measures the pressure of the atmosphere</string> | ||
| <string name="barometer">Barometer</string> | ||
| <string name="barometer_description">Measures the atmospheric pressure</string> | ||
| <string name="barometer_intro">\u2022 The Barometer can be used to measure the atmospheric pressure. This instruments |
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.
The Barometer can be used to measure Atmospheric pressure. This instrument
app/src/main/res/values/strings.xml
Outdated
| <string name="barometer_description">Measures the atmospheric pressure</string> | ||
| <string name="barometer_intro">\u2022 The Barometer can be used to measure the atmospheric pressure. This instruments | ||
| is compatible with either the built in pressure sensor on any android device or the BMP-180 pressure sensor.\n\n | ||
| \u2022 If you want to use the sensor BMP-180, connect the sensor to PSLab device as shown below</string> |
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.
as shown in the figure
app/src/main/res/values/strings.xml
Outdated
| \u2022 If you want to use the sensor BMP-180, connect the sensor to PSLab device as shown below</string> | ||
| <string name="barometer_desc">\u2022 The above pin configuration has to be same except for the pin | ||
| GND. GND is meant for Ground and any of the PSLab device GND pins can be used since they are common.\n\n | ||
| \u2022 Select sensor by going to the Configure tab from the bottom navigation bar and choose BMP-180 in the drop down menu under Select Sensor.</string> |
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.
Select the sensor
app/src/main/res/values/strings.xml
Outdated
| \u2022 If you want to use the sensor BMP-180, connect the sensor to PSLab device as shown below</string> | ||
| <string name="barometer_desc">\u2022 The above pin configuration has to be same except for the pin | ||
| GND. GND is meant for Ground and any of the PSLab device GND pins can be used since they are common.\n\n | ||
| \u2022 Select sensor by going to the Configure tab from the bottom navigation bar and choose BMP-180 in the drop down menu under Select Sensor.</string> |
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.
Can we emphazise "Configure" and "Select Sensor"?
|
@CloudyPadmal I'll make the requested changes |
Adding bottomsheet to barometer Adding bottomsheet to barometer experiment Correcting grammatical errors and enhansing text
Adding bottomsheet to barometer Adding bottomsheet to barometer experiment Correcting grammatical errors and enhansing text
Fixes #1245
Changes:
Added bottomsheet to barometer experiment
Screenshot/s for the changes:

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:
barometer_bottomsheet.zip