SkillAgentSearch skills...

LineHeightEditText

Fix edittext lineHeight and cursor length when set lineSpacingExtra or lineSpacingMultiplier

Install / Use

/learn @hanks-zyh/LineHeightEditText
About this skill

Quality Score

0/100

Supported Platforms

Cursor

README

LineHeightEditText

Fix edittext lineHeight and cursor effect when set lineSpacingExtra or lineSpacingMultiplier

EditText vs LineHeightEditText

EditText vs LineHeightEditText

Usage

compile 'com.hanks:lineheightedittext-library:1.0'
<com.hanks.lineheightedittext.LineHeightEditText
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:lineSpacingExtra="16dp"
    android:text="Hello World!\nHello World!\nHello World!"
    android:textSize="18sp"
    app:cursorColor="#ff0000"
    app:cursorHeight="21dp"
    app:cursorWidth="2dp"/>

License

Copyright 2017 hanks

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Related Skills

View on GitHub
GitHub Stars208
CategoryDevelopment
Updated1d ago
Forks23

Languages

Java

Security Score

100/100

Audited on Apr 2, 2026

No findings