# TIP: Rich View Revisited

DevFeed: [TIP: Rich View Revisited](<https://devfeed.tech/articles/tip-rich-view-revisited-19593.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/tip-rich-view-revisited/>)

Author: Shai Almog

Published: 2019-04-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Code](<https://devfeed.tech/topics/code.md>)

Tags: [alignment](<https://devfeed.tech/tags/alignment.md>), [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [code](<https://devfeed.tech/tags/code.md>)

## AI overview

This tutorial revisits a rich text view component used in the Facebook Clone. It presents code that adds text alignment, clickable hyperlinks, and bug fixes.

## Source excerpt

A couple of years ago I posted a tip about rich text view which worked out reasonably well. But it's a bit outdated by now and it's worth revisiting. During these two years we published the Facebook Clone which used this component. In the facebook clone I did a lot of work for the rich text. This work added support for alignment and clickable hyperlinks as well as a couple of bug fixes. Following is the code I used in the Facebook Clone for the rich text.