summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/ApiDemos/res/values/styles.xml')
-rw-r--r--samples/ApiDemos/res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/ApiDemos/res/values/styles.xml b/samples/ApiDemos/res/values/styles.xml
index 2da03f041..6c301cea3 100644
--- a/samples/ApiDemos/res/values/styles.xml
+++ b/samples/ApiDemos/res/values/styles.xml
@@ -133,6 +133,8 @@
<style name="Theme.NoActionBar" parent="android:Theme.Material.Light">
<item name="windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
+ <!-- toggle this flag to test letterbox behavior when auto-enter-pip from landscape -->
+ <!--item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item-->
</style>
</resources>