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