-
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
fix: Actionbar added to Oscilloscope and Robotic Arm #1940
fix: Actionbar added to Oscilloscope and Robotic Arm #1940
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.
Place ?
icon in a similar way. That is, next to burger icon as done in first and third screens. Also squash commits into one following best practices.
@CloudyPadmal sure... Sorry I forgot to squash in hurry... |
c742939
to
7333612
Compare
@CloudyPadmal i think this can be merged |
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.
Test all the features and make sure they're working as intended. |
@CloudyPadmal sure I will test. That white space doesn't appear on my device. Maybe it's screen size issue... Will fix it. Thanks for the review |
7333612
to
756975a
Compare
@CloudyPadmal i have set playback layout width to match_parent... please check if that white space still there. Also I was not able to reproduce the infinite loop you mentioned for looged data.. Can you please give me exact steps or a GIF. Thanks |
@CloudyPadmal please review |
Fixes #1929 #1930
Changes: Actionbar added to Oscilloscope and Robotic Arm
Screenshot/s for the changes:
Oscilloscope main layout

Oscilloscope Playback

Robotic Arm

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:
actionbar.zip
@CloudyPadmal @mariobehling I will add action bar to Logic Analyzer in separate PR... Since the implementation of LA is quite different (inflating a fragment in activity) i think I will have to come up with some hack or change the implementation. For now action bar works fine in oscilloscope and Robotic Arm. Thanks