-
Notifications
You must be signed in to change notification settings - Fork 15
DTSERWFOUR-463-Allow Transaction Details text to be selected #254
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
DTSERWFOUR-463-Allow Transaction Details text to be selected #254
Conversation
| app:layout_constraintBottom_toBottomOf="parent" | ||
| app:layout_constraintEnd_toEndOf="parent" | ||
| app:layout_constraintTop_toBottomOf="@+id/transaction_title" /> | ||
|
|
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.
why is this section added?
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.
<include layout="@layout/receipt" /> common for recent receipt, transaction list.
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 you explain why <include layout="@layout/receipt" /> had to be deleted and replaced with 100 lines
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.
is common for home recent recipe list and transaction recipe list ,while implement the text selection its reflect in home and transaction list.
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.
revert the <include layout="@layout/receipt" /> text selection added in code
* DTSERWFOUR-463-Allow Transaction Details text to be selected (#254) * DTSERWFOUR-463-Allow Transaction Details text to be selected * Address review comments * Address review comments * UIcase for Allow Transaction details text to be selected Co-authored-by: Naren <najayaraman@paypal.com> * DTSERWFOUR-461-Update decimal places for FX (#253) * DTSERWFOUR-461-Update decimal places for FX * address review comments * address review comments * update unit test. * Address review comments * Address review comments * Address review comments * Fix info overlap on smaller screens. * Fix info overlap on smaller screens. Co-authored-by: Naren <najayaraman@paypal.com>
No description provided.