public class

ArcGISAbstractMediaView

extends LinearLayout
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.LinearLayout
         ↳ com.esri.android.map.popup.ArcGISAbstractMediaView
Known Direct Subclasses

Class Overview

Abstract View class which serves as a base for attachment and media views. It defines a header, a separator and a grid where the attachments/media will be arranged.

Summary

Constants
int COLUMN_WIDTH
int VERTICAL_SPACING
[Expand]
Inherited Constants
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
Fields
protected int mAdjustedColumnWidth
protected ArcGISAbstractMediaView.ExpandableHeightGridView mGrid
protected TextView mHeader
protected int mNumberOfColumns
protected View mSeparator
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
ArcGISAbstractMediaView(Context context, Popup popup, String headerText)
Constructor that takes a context (like all views), a popup and the text for the header.
[Expand]
Inherited Methods
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource

Constants

protected static final int COLUMN_WIDTH

Constant Value: 150 (0x00000096)

protected static final int VERTICAL_SPACING

Constant Value: 5 (0x00000005)

Fields

protected int mAdjustedColumnWidth

protected ArcGISAbstractMediaView.ExpandableHeightGridView mGrid

protected TextView mHeader

protected int mNumberOfColumns

protected View mSeparator

Public Constructors

public ArcGISAbstractMediaView (Context context, Popup popup, String headerText)

Constructor that takes a context (like all views), a popup and the text for the header.

Parameters
context the context
popup the popup
headerText the header text