Fix incorrect horizontal logo padding#1458
Closed
SUPERCILEX wants to merge 1 commit intofirebase:version-4.2.1-devfrom
SUPERCILEX:horizontal-logo
Closed
Fix incorrect horizontal logo padding#1458SUPERCILEX wants to merge 1 commit intofirebase:version-4.2.1-devfrom SUPERCILEX:horizontal-logo
SUPERCILEX wants to merge 1 commit intofirebase:version-4.2.1-devfrom
SUPERCILEX:horizontal-logo
Conversation
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Contributor
|
@SUPERCILEX I was just working on this, but you beat me to it! |
samtstern
reviewed
Sep 24, 2018
| app:layout_constraintEnd_toStartOf="@+id/container" | ||
| app:layout_constraintTop_toTopOf="parent" | ||
| app:layout_constraintBottom_toTopOf="@+id/main_tos_and_pp" | ||
| app:layout_constraintVertical_weight="2" |
Contributor
There was a problem hiding this comment.
This works, but I was also thinking what we might want is to center the logo between the top of the parent and the top of the ToS/PP. What do you think about that?
Collaborator
Author
Contributor
|
@SUPERCILEX I took a slightly different approach here: WDYT? Not trying to step on your toes, I was already working on a fix when you sent your PR so I figured I might as well finish it and then we can decide. |
Collaborator
Author
|
@samtstern well I guess it's step-over-each-others-toes week 😂. Anyway, I think we should go with your PR since it has nice sample changes, but you'll probably have to use this PR's layout changes. (I'll post the bug on your PR.) |
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.

Fixes #1434