AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.util.IceCreamSandwichUtil Class Reference

Static Public Member Functions

static void setAllCaps (TextView view, boolean allCaps)
 

Detailed Description

IceCreamSandwichUtil provides implementation of functionality that was added in Android Ice Cream Sandwich 4.0 (API 14).

Author
ewpat.nosp@m.ton@.nosp@m.mit.e.nosp@m.du (Evan W. Patton)

Definition at line 17 of file IceCreamSandwichUtil.java.

Member Function Documentation

◆ setAllCaps()

static void com.google.appinventor.components.runtime.util.IceCreamSandwichUtil.setAllCaps ( TextView  view,
boolean  allCaps 
)
static

Sets the font face of

view

to all caps (true) or regular (false).

Parameters
viewthe text view to update
allCapstrue for all caps, false otherwise

Definition at line 27 of file IceCreamSandwichUtil.java.


The documentation for this class was generated from the following file: