-
Notifications
You must be signed in to change notification settings - Fork 815
feat: added toolbar in multimeter #1348
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
feat: added toolbar in multimeter #1348
Conversation
|
@cweitat @CloudyPadmal @harsh-2711 @Avjeet Please test the apks in your devices and let me know if there is any issue in the UI w.r.t screen-sizes |
cweitat
left a comment
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.
Working for me but want to know why it cannot access the menu via hamburger icon like at the instruments page?
|
@cweitat it is the a separate toolbar made for the multimeter instrument so that we can add data-recording feature in multimeter, it is not the same toolbar used in the instrument activity. I will add the data recording feature in my subsequent PRs. |
|
|
||
| private ScienceLab scienceLab; | ||
|
|
||
| @BindView(R.id.accel_toolbar) |
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.
View looks ok in my device. Why is this referring to accel_toolbar?
|
@CloudyPadmal Changes done 👍 |
Fixes #1293
Changes: [Add here what changes were made in this issue and if possible provide links.]
Added toolbar in multimeter to further have data recording feature implemented in 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]multimeter_toolbar.apk.zip