mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-03-13 15:20:26 +08:00
Comments: tweak header and content spacing
This commit is contained in:
@@ -583,7 +583,7 @@ public class Utils {
|
||||
if (string == null || string.length() == 0) return string;
|
||||
|
||||
SpannableString spannable = new SpannableString(string);
|
||||
final int extra = 5; // extra pixels between lines
|
||||
final int extra = 10; // extra pixels between lines
|
||||
|
||||
// Apply LineHeightSpan to the entire text
|
||||
spannable.setSpan((LineHeightSpan) (text, start, end, vstart, v, fm) -> {
|
||||
|
||||
Reference in New Issue
Block a user