am 0b4b660d: am 382695a8: Merge "Fix build." into lmp-dev

* commit '0b4b660d9fd1f1b4d026d355e25cf5584441aee4':
  Fix build.
This commit is contained in:
Craig Stout
2014-08-11 17:31:29 +00:00
committed by Android Git Automerger
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) {
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.setPrimaryActionsAdapter(mPrimaryActionsAdapter);