Merge "Change FilterShow theme and extra remove gray line" into gb-ub-photos-arches
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 31bcd49..eda8815 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -240,7 +240,7 @@
         <activity
             android:name="com.android.gallery3d.filtershow.FilterShowActivity"
             android:label="@string/title_activity_filter_show"
-             android:theme="@android:style/Theme.Holo"
+             android:theme="@style/Theme.Gallery"
              android:screenOrientation="portrait">
             <intent-filter>
                 <action android:name="android.intent.action.EDIT" />
diff --git a/src/com/android/gallery3d/filtershow/imageshow/ImageShow.java b/src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
index dcc5011..aba7312 100644
--- a/src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
+++ b/src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
@@ -279,9 +279,6 @@
             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) {