Fix a bunch of API review bugs.

3362464 API REVIEW: android.content potpourri
3362445 API REVIEW: Fragment transaction stuff
3362428 API REVIEW: Fragment stuff
3362418 API REVIEW: Loader stuff
3362414 API REVIEW: android.content.pm.ActivityInfo

Change-Id: I6475421a4735759b458acb67df4380cc6234f147
This commit is contained in:
Dianne Hackborn
2011-01-17 14:38:50 -08:00
parent f2bc4ee97f
commit 327fbd2c8f
26 changed files with 758 additions and 810 deletions

View File

@@ -120,7 +120,7 @@ public class ShirtPocket extends ImageView {
mAltText.setVisibility(View.VISIBLE);
if (mClipping.getItemCount() > 0) {
// TODO: figure out how to visualize every kind of ClipData!
mAltText.setText(mClipping.getItem(0).coerceToText(getContext()));
mAltText.setText(mClipping.getItemAt(0).coerceToText(getContext()));
}
}
}