Java android.text.style RelativeSizeSpan fields, constructors, methods, implement or subclass

Example usage for Java android.text.style RelativeSizeSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.style RelativeSizeSpan.

The text is from its open source code.

Constructor

RelativeSizeSpan(@FloatRange(from = 0) float proportion)
Creates a RelativeSizeSpan based on a proportion.
RelativeSizeSpan(@NonNull Parcel src)
Creates a RelativeSizeSpan from a parcel.