neopixl/PixlUI

Text all caps

Closed this issue · 1 comments

Could you please describe in documentation how to make all caps?

Add PixlUI.jar in your project

In your XML add scheme on top: xmlns:pixlui="http://schemas.android.com/apk/com.neopixl.pixlui"

Now add your PixlUI TextView/Button

For example:

< com.neopixl.pixlui.components.button.Button
android:text="test text"
android:textAllCaps="true" />

< com.neopixl.pixlui.components.textview.TextView
android:text="test text"
android:textAllCaps="true" />

And it's all :)