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:
Wale Ogunwale
2017-04-24 19:23:33 -07:00
parent 5229a90146
commit bbfa17e179

View File

@@ -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));