CopyPastor

Detecting plagiarism made easy.

Score: 0.8961476636422345; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2019-10-07
by Pouria Hemati

Original Post

Original - Posted on 2018-12-16
by Pouria Hemati



            
Present in both answers; Present only in the new answer; Present only in the old answer;

The solution is simple. Just use these two attributes in your `TextView`, `lineSpacingExtra` and `lineSpacingMultiplier`
For example,
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:lineSpacingMultiplier="1.5" android:lineSpacingExtra="5dp"/>
The solution is simple. Just use these two attributes in your `TextView`, `lineSpacingExtra` and `lineSpacingMultiplier`
For example:
android:lineSpacingMultiplier="2.5" android:lineSpacingExtra="6dp"


        
Present in both answers; Present only in the new answer; Present only in the old answer;