xref: /aosp_15_r20/external/webrtc/examples/androidapp/res/values-v17/styles.xml (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*d9f75844SAndroid Build Coastguard Worker<resources>
3*d9f75844SAndroid Build Coastguard Worker  <style name="AppTheme" parent="android:Theme.Holo" />
4*d9f75844SAndroid Build Coastguard Worker
5*d9f75844SAndroid Build Coastguard Worker  <style name="CallActivityTheme" parent="android:Theme.Black">
6*d9f75844SAndroid Build Coastguard Worker    <item name="android:windowActionBar">false</item>
7*d9f75844SAndroid Build Coastguard Worker    <item name="android:windowFullscreen">true</item>
8*d9f75844SAndroid Build Coastguard Worker    <item name="android:windowNoTitle">true</item>
9*d9f75844SAndroid Build Coastguard Worker  </style>
10*d9f75844SAndroid Build Coastguard Worker</resources>
11