Gello: fix tablet navbar UI
Change-Id: I4a772a6c2992aea1b1b09a00fb9945d73e9c0e7a
Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
diff --git a/src/com/android/browser/TabBar.java b/src/com/android/browser/TabBar.java
index 378557e..ed49563 100644
--- a/src/com/android/browser/TabBar.java
+++ b/src/com/android/browser/TabBar.java
@@ -354,8 +354,8 @@
getColor(R.color.NavigationBarBackground));
Bitmap inactiveTexture = Bitmap.createBitmap(
mCurrentTextureWidth, mCurrentTextureHeight, Bitmap.Config.ARGB_8888);
- inactiveTexture.eraseColor(getResources().
- getColor(R.color.TabNavBackgroundColor));
+ //inactiveTexture.eraseColor(getResources().
+ // getColor(R.color.TabNavBackgroundColor));
mActiveShader = new BitmapShader(activeTexture,
Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);