OSDN Git Service

remove slider from FX and Border UI
authorJohn Hoford <hoford@google.com>
Fri, 8 Feb 2013 22:37:35 +0000 (14:37 -0800)
committerJohn Hoford <hoford@google.com>
Fri, 8 Feb 2013 22:53:46 +0000 (14:53 -0800)
Change-Id: Ic1c38734c4351ab0150b90d5d4fc575cce9db9e9

res/layout/filtershow_activity.xml
res/values/filtershow_ids.xml

index e4756ab..4417cf6 100644 (file)
                 android:layout_height="wrap_content"
                 android:visibility="gone" />
 
-            <com.android.gallery3d.filtershow.CenteredLinearLayout
-              xmlns:custom="http://schemas.android.com/apk/res/com.android.gallery3d"
-              android:layout_width="match_parent"
-              android:layout_height="wrap_content"
-              android:layout_gravity="center_horizontal|bottom"
-              android:background="@android:color/transparent"
-              custom:max_width="600dip"
-              android:orientation="vertical">
-
-              <SeekBar
-                  android:id="@+id/filterSeekBar"
-                  android:layout_width="match_parent"
-                  android:layout_height="wrap_content"
-                  android:layout_gravity="bottom"
-                  android:padding="16dip"
-                  android:visibility="gone" />
-
-            </com.android.gallery3d.filtershow.CenteredLinearLayout>
-
             <ProgressBar
                 android:id="@+id/loading"
                 style="@android:style/Widget.Holo.ProgressBar.Large"
index c444fba..a6d223b 100644 (file)
@@ -38,4 +38,5 @@
     <item type="id" name="imageCurves" />
     <item type="id" name="imageZoom" />
     <item type="id" name="editorDraw" />
+    <item type="id" name="imageOnlyEditor" />
 </resources>