Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カスタムフォントを使用するテキストビューがあります。
テキストビューは複数行です...問題は、各行と他の行の間に大きなスペースがあることです。
行間の間隔を減らす方法はありますか?
android:lineSpacingExtraは私を助けません、私は反対のものが必要なので
負の値を使用できると思いますandroid:lineSpacingExtra
android:lineSpacingExtra
に負の値を追加しandroid:lineSpacingExtraても、何もしませんでした。
android:lineSpacingMultiplier代わりに、 ieに1.0未満の値を入力しますandroid:lineSpacingMultiplier="0.7"
android:lineSpacingMultiplier
android:lineSpacingMultiplier="0.7"