public class AnimationDetailFragment
extends Fragment
AnimationListActivity
in
two-pane mode (on tablets) or AnimationDetailActivity
(on phones).Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ARG_ITEM_ID
The fragment argument representing the item ID that this fragment
represents.
|
Constructor and Description |
---|
AnimationDetailFragment()
Mandatory empty constructor for the fragment manager to instantiate the
fragment (e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
onClick(View v) |
void |
onCreate(Bundle savedInstanceState) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onViewCreated(View view,
Bundle savedInstanceState)
This method is prevents any padding from obstructing the animations.
|
public static final java.lang.String ARG_ITEM_ID
public AnimationDetailFragment()
public void onCreate(Bundle savedInstanceState)
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
public void onClick(View v)
public void onViewCreated(View view, Bundle savedInstanceState)