| Index: remoting/resources/styles.xml
|
| diff --git a/remoting/resources/styles.xml b/remoting/resources/styles.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ecd49295dc45b570cd727d58a4f32b5ba730ebc1
|
| --- /dev/null
|
| +++ b/remoting/resources/styles.xml
|
| @@ -0,0 +1,8 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<!--Activity styles for the Android app-->
|
| +<resources>
|
| + <style name="Theme_ElusiveActionBar">
|
| + <item name="android:windowActionBarOverlay">true</item>
|
| + <item name="android:actionBarStyle">@android:style/Widget.DeviceDefault.ActionBar.Solid</item>
|
| + </style>
|
| +</resources>
|
|
|