android linespacingextra

avatar
作者
筋斗云
阅读量:0

The android:lineSpacingExtra attribute in Android is used to define extra space between lines of text in a TextView or EditText. It specifies additional space, in pixels, to be added between lines of text beyond the default line height.

For example, the following code snippet sets the line spacing extra to 8 pixels:

<TextView     android:layout_width="wrap_content"     android:layout_height="wrap_content"     android:text="Hello, World!"     android:lineSpacingExtra="8dp"/> 

This will add 8 pixels of extra space between each line of text in the TextView. Adjusting the value of android:lineSpacingExtra allows you to control the spacing between lines of text to achieve the desired visual appearance.

广告一刻

为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!