am 382695a8: Merge "Fix build." into lmp-dev
* commit '382695a8f6136637b28576e17ee56e3a084a4320': Fix build.
This commit is contained in:
BIN
samples/SupportLeanbackDemos/res/drawable/details_img_16x9.png
Normal file
BIN
samples/SupportLeanbackDemos/res/drawable/details_img_16x9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user