中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

如何設置Android的lineSpacingExtra

小樊
81
2024-08-16 05:28:32
欄目: 編程語言

要設置Android的lineSpacingExtra,可以在xml布局文件中使用android:lineSpacingExtra屬性,或者在代碼中使用setLineSpacing(float add, float mult)方法。

在xml布局文件中使用android:lineSpacingExtra屬性:

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

在代碼中使用setLineSpacing(float add, float mult)方法:

TextView textView = findViewById(R.id.textView);
textView.setText("Hello World!");
textView.setLineSpacing(8, 1.0f);

在上面的例子中,lineSpacingExtra的值為8dp,可以根據需要調整。

0
岳池县| 嘉黎县| 肥乡县| 集安市| 嵊州市| 沧州市| 纳雍县| 桐庐县| 秦皇岛市| 洪雅县| 丹江口市| 玉环县| 连南| 江源县| 威远县| 平谷区| 文登市| 娱乐| 新绛县| 宜春市| 枞阳县| 乐平市| 昭觉县| 尼勒克县| 辽源市| 丰镇市| 社会| 台北市| 灌阳县| 安溪县| 浑源县| 屏东县| 陕西省| 苍山县| 芷江| 通山县| 布尔津县| 潮州市| 阳城县| 尉氏县| 祥云县|