OSDN Git Service

Remove drop shadow at top of text window.
authorJack Palevich <jackpal@google.com>
Tue, 22 Nov 2011 06:12:49 +0000 (22:12 -0800)
committerJack Palevich <jackpal@google.com>
Tue, 22 Nov 2011 06:12:49 +0000 (22:12 -0800)
It makes no sense in full screen mode, and it obscures the top
few pixels of terminal text in both full screen and non-full-screen mode.

res/values/styles.xml

index 213c38d..fe5892c 100644 (file)
@@ -18,6 +18,7 @@
     <style name="Theme" parent="@android:style/Theme.Light">
         <item name="android:windowNoTitle">true</item>
         <item name="android:windowFrame">@null</item>
+        <item name="android:windowContentOverlay">@null</item>
     </style>
 </resources>