Commented out caption API.
Not ready inO. May you have better luck in P! Test: N/A Change-Id: I9489b14e41845b2aca522d8ab5058b895845e3ae
This commit is contained in:
@@ -40,7 +40,7 @@ public class CaptionOverlayActivity extends Activity
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
// Overlay the caption on the content.
|
||||
setOverlayWithDecorCaptionEnabled(true);
|
||||
//setOverlayWithDecorCaptionEnabled(true);
|
||||
setContentView(R.layout.caption_overlay_layout);
|
||||
getWindow().setRestrictedCaptionAreaListener(this);
|
||||
getWindow().setResizingCaptionDrawable(new ColorDrawable(Color.BLACK));
|
||||
|
||||
Reference in New Issue
Block a user