Add floating point value to android resources/values

后端 未结 10 1937
清酒与你
清酒与你 2020-11-27 10:52

I\'m trying to add a little space between lines to my TextViews using android:lineSpacingMultiplier from the documentation:

Extra spacing

10条回答
  •  鱼传尺愫
    2020-11-27 11:21

    I found a solution, which works, but does result in a Warning (WARN/Resources(268): Converting to float: TypedValue{t=0x3/d=0x4d "1.2" a=2 r=0x7f06000a}) in LogCat.

    
        1.2
    
    
    
    

提交回复
热议问题