androiddevelop/AlignTextView
字体对齐的textview observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4238
- days_rel: n/a
- days_push: 3153
- n_releases_24m: 0
Adoption not part of the score
1368 stars · 242 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Android library providing AlignTextView and CBAlignTextView custom views that render text with justified (flush both edges) alignment, aimed especially at Chinese typography. CBAlignTextView supports text selection and copy, while AlignTextView allows customizing the last line's alignment.
Use cases
- justify text in an Android TextView
- display Chinese text with flush left and right edges
- make a selectable text view with justified alignment
- control alignment of the last line in a paragraph
- avoid Chinese punctuation starting a line
When to choose
- you need justified text alignment on Android, especially for CJK content
- you want selectable, copyable justified text via CBAlignTextView
- you need per-paragraph last-line alignment control
When to avoid
- you only need standard left/center/right alignment (use built-in TextView)
- you need word-based justification for English text (this library aligns per character)
- you need a actively maintained library (last release was 2018)
Facets
library · maturity maintenance
ui-components mobile-development frontend textview text-alignment justified-text chinese-text java android-ui android
1 source
- readme: https://github.com/androiddevelop/AlignTextView · fetched 2026-08-28 · 28c687e7997e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| androiddevelop/AlignTextView | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="androiddevelop/AlignTextView")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem