-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ipc 470 landscape mode for review screen #640
base: feat(internal-payment-sdk)-Landscape-mode
Are you sure you want to change the base?
Ipc 470 landscape mode for review screen #640
Conversation
Quality Gate passedIssues Measures |
…tActivity` IPC-470
…mentComponentBottomSheet` IPC-560
xmlns:tools="http://schemas.android.com/tools" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:background="@color/ghs_light_07"> |
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.
Just wanted to know that: This color is behaving same for night and day mode, are we supporting both or it is same in designs for both modes?
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout"> | ||
<androidx.constraintlayout.widget.ConstraintLayout |
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 please add spaces between the tags? Only this and the tag next to it, rest of the file you already added the spaces between tags. Thank you :)
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.
@danicretu Everything looks good to me 👌 , Just a small spaces related comment is added. Thank you!
Quality Gate passedIssues Measures |
No description provided.