public interface

StretchMode

com.neomades.ui.StretchMode
Known Indirect Subclasses

Class Overview

This interface defines constants that should be used for the stretch mode of UI elements.

See Content Stretch

Summary

Constants
int MATCH_CONTENT The view will get the size of its content
int MATCH_PARENT The view will fill the size of its parent

Constants

public static final int MATCH_CONTENT

The view will get the size of its content

Constant Value: 2 (0x00000002)

public static final int MATCH_PARENT

The view will fill the size of its parent

Constant Value: 4 (0x00000004)