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

* commit '382695a8f6136637b28576e17ee56e3a084a4320':
  Fix build.
This commit is contained in:
Craig Stout
2014-08-11 17:23:50 +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);