Merge "Fix build." into lmp-dev

This commit is contained in:
Craig Stout
2014-08-11 17:15:49 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -145,7 +145,7 @@ public class PlaybackOverlayFragment extends android.support.v17.leanback.app.Pl
} }
if (SHOW_IMAGE) { if (SHOW_IMAGE) {
mDetailsDrawable = context.getResources().getDrawable(R.drawable.details_img); mDetailsDrawable = context.getResources().getDrawable(R.drawable.details_img);
mOtherDrawable = context.getResources().getDrawable(R.drawable.img16x9); mOtherDrawable = context.getResources().getDrawable(R.drawable.details_img_16x9);
mPlaybackControlsRow.setImageDrawable(mDetailsDrawable); mPlaybackControlsRow.setImageDrawable(mDetailsDrawable);
} }
mPlaybackControlsRow.setPrimaryActionsAdapter(mPrimaryActionsAdapter); mPlaybackControlsRow.setPrimaryActionsAdapter(mPrimaryActionsAdapter);