For #10: Prevent overlap of pause and resume buttons#75
Open
czlucius wants to merge 1 commit intonaXa777:masterfrom
Open
For #10: Prevent overlap of pause and resume buttons#75czlucius wants to merge 1 commit intonaXa777:masterfrom
czlucius wants to merge 1 commit intonaXa777:masterfrom
Conversation
Author
|
@naXa777 can you review this PR and see if it's ok? |
Owner
|
@czlucius please resolve the conflict |
naXa777
requested changes
Oct 23, 2022
| android:layout_gravity="center_vertical" | ||
| android:layout_marginHorizontal="16dp" | ||
| app:backgroundTint="@color/primary" | ||
| app:elevation="6dp" |
Owner
There was a problem hiding this comment.
for some reason, app:elevation has no effect after this change.
to simulate a small screen, I'm using a split screen in landscape mode for testing. Device: Android 12 / Google Pixel 3. please take a look at the screenshots below.
BEFORE your changes (master branch)
AFTER your changes
as you can see, there's a visual regression. RECORD/STOP and PAUSE/RESUME buttons are now overlapping with the circular progress bar. But buttons should be on top.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






Arranges the buttons in a horizontal LinearLayout to prevent overlap.