summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-10 17:02:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-10 17:02:09 -0700
commitea4065d75f362219c2b52c9ed54838ac0020d970 (patch)
treebc58e93dd8038a848ae77fd92f7c96ee0c70cf18 /src/com/android/gallery3d
parentc0624df2f67d9593d2c73751cdc4941913e7217d (diff)
parentabbcbb11dbd5314780fa81ea80ed1caeb416f0fb (diff)
downloadandroid_packages_apps_Snap-ea4065d75f362219c2b52c9ed54838ac0020d970.tar.gz
android_packages_apps_Snap-ea4065d75f362219c2b52c9ed54838ac0020d970.tar.bz2
android_packages_apps_Snap-ea4065d75f362219c2b52c9ed54838ac0020d970.zip
am b4a3f476: Merge "Change FilterShow theme and extra remove gray line" into gb-ub-photos-arches
* commit 'b4a3f4764a58d6d918d96399e1b05db887b9f9ad': Change FilterShow theme and extra remove gray line
Diffstat (limited to 'src/com/android/gallery3d')
-rw-r--r--src/com/android/gallery3d/filtershow/imageshow/ImageShow.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/filtershow/imageshow/ImageShow.java b/src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
index dcc5011c5..aba731293 100644
--- a/src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
+++ b/src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
@@ -279,9 +279,6 @@ public class ImageShow extends View implements SliderListener, OnSeekBarChangeLi
canvas.drawText(getImagePreset().name(), mTextPadding,
10 + mTextPadding, mPaint);
}
- mPaint.setARGB(255, 150, 150, 150);
- mPaint.setStrokeWidth(4);
- canvas.drawLine(0, 0, getWidth(), 0, mPaint);
if (showControls()) {
if (USE_SLIDER_GESTURE) {