Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading src/com/android/gallery3d/filtershow/imageshow/ImageShow.java +0 −3 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java +0 −3 Original line number Diff line number Diff line Loading @@ -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) { Loading