question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improper dimensions of text view and absent padding in Payment Details

See original GitHub issue

Summary: As we see in payment details layout Total charges textview is wraped text and it has no bottom padding. It has fixed sized of 120 dp which makes it look like this even though no charges are present.

Steps to reproduce: 1 Open Individual Collection sheet 2 Fill New Collection Sheet 3 Open any one item from list

Expected behaviour: Width of this textview should be wrap content and bottom padding should be applied.

Device and Android version: Any

Screenshots:

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mananvirmani611commented, Feb 8, 2021

@PatelVatsalB21 thanks sir !!

0reactions
PatelVatsalB21commented, Feb 8, 2021

@mananvirmani611 if you found issue that hasn’t been raised before then you can creat new issue and make changes locally on your system in new branch and then make pr for that issue. You should go through how GitHub works and for better guidance from community please join on Gitter from here Mifos Android Client Gitter community

Read more comments on GitHub >

github_iconTop Results From Across the Web

TextView: Remove spacing and padding on top and bottom
Adding these two lines to TextView xml will do the work. First attribute removes the padding reserved for accents and second attribute removes...
Read more >
Padding not apply on TextView when setBackground also ...
Hi All ! I have strange problem with create TextView with padding. ... With this code i cant achive padding in text view....
Read more >
Build a Responsive UI with ConstraintLayout
ConstraintLayout allows you to create large and complex layouts with a flat view hierarchy (no nested view groups). It's similar to RelativeLayout in...
Read more >
Auto Layout Guide: Working with Constraints in Interface Builder
The Size inspector lists all the constraints affecting the currently selected view. Required constraints appear with a solid outline, and ...
Read more >
padding | CSS-Tricks
If an element has a specified width, any padding added to that element will add to the total width of the element. This...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found