Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 220 Bytes

File metadata and controls

7 lines (5 loc) · 220 Bytes

Text element - Android

On Android, you should use a TextView or an equivalent element to display text.

<TextView android:text="Appt" />