OSDN Git Service

Do not merge
authorMike Reed <reed@google.com>
Thu, 21 Jan 2010 03:24:55 +0000 (22:24 -0500)
committerMike Reed <reed@google.com>
Thu, 21 Jan 2010 03:24:55 +0000 (22:24 -0500)
use larger 16x16 asset, reduce pull a little bit

res/drawable/pattern_carbon_fiber_dark.png
src/com/android/browser/MeshTracker.java

index 562fb51..07af4b6 100644 (file)
Binary files a/res/drawable/pattern_carbon_fiber_dark.png and b/res/drawable/pattern_carbon_fiber_dark.png differ
index 8c9c00e..aa7099f 100644 (file)
@@ -101,7 +101,7 @@ import android.webkit.WebView;
         }
 
         private void doit2(float dx, float dy) {
-            final float scale = 0.4f;  // temper how far we actually move
+            final float scale = 0.35f;  // temper how far we actually move
             dx *= scale;
             dy *= scale;
             final float cornerScale = 0.25f;