Add floating point value to android resources/values

后端 未结 10 1933
清酒与你
清酒与你 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:16

    We can also use it for the guideline of the constraint layout.

    Create integer.xml file and add into

     0.60
    

    Use from a layout.xml file

     app:layout_constraintGuide_percent="@integer/guideline_button_top" 
    

提交回复
热议问题