summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/examples/androidapp/res/values-v17
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/examples/androidapp/res/values-v17')
-rw-r--r--third_party/libwebrtc/examples/androidapp/res/values-v17/styles.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/libwebrtc/examples/androidapp/res/values-v17/styles.xml b/third_party/libwebrtc/examples/androidapp/res/values-v17/styles.xml
new file mode 100644
index 0000000000..969b5012e9
--- /dev/null
+++ b/third_party/libwebrtc/examples/androidapp/res/values-v17/styles.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="AppTheme" parent="android:Theme.Holo" />
+
+ <style name="CallActivityTheme" parent="android:Theme.Black">
+ <item name="android:windowActionBar">false</item>
+ <item name="android:windowFullscreen">true</item>
+ <item name="android:windowNoTitle">true</item>
+ </style>
+</resources>