You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
355 B
11 lines
355 B
<?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>
|