TextView Xml Customisation



Assalamu Alaykom my brothers in this video I'm going to show you how to customise TextView only with xml 

Requirements 
Brain ๐Ÿ˜‚
Sketchware Pro 

Codes Used
Link 
android:autoLink="all"
android:linksClickable="true"
android:textColorLink="#8DE67F"

Images
android:drawableLeft="@drawable/img"
android:drawableRight="@drawable/img"

Shadow
android:shadowColor="#00ccff"
android:shadowRadius="2"
android:shadowDx="1"
android:shadowDy="1"

Format
android:textAllCaps="true"
android:textIsSelectable="true"


Tutorial 
https://youtu.be/IkbGMM17SHM

Comments

Popular posts from this blog

Read Json file from asset in Sketchware Pro

Change wallpaper Programmatically Sketchware

Web Scraping With Jsoup in Sketchware