Commit 45e1e540 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25371 into eclair

* changes:
  Remove the shadow in the Browser. Use xml to indicate windowNoTitle.
parents 1382b490 4ec2c4ba
......@@ -21,7 +21,9 @@
<style name="BrowserTheme" parent="@android:Theme.Black">
<item name="android:windowBackground">@color/white</item>
<item name="android:colorBackground">#FFFFFFFF</item>
<item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextView</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextView</item>
</style>
<style name="AutoCompleteTextView">
......@@ -39,7 +41,5 @@
<item name="android:windowEnterAnimation">@anim/find_dialog_enter</item>
<item name="android:windowExitAnimation">@anim/find_dialog_exit</item>
</style>
</resources>
......@@ -297,7 +297,6 @@ public class BrowserActivity extends Activity
Log.v(LOGTAG, this + " onStart");
}
super.onCreate(icicle);
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
// test the browser in OpenGL
// requestWindowFeature(Window.FEATURE_OPENGL);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment