summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-08 14:37:35 -0800
committerJohn Hoford <hoford@google.com>2013-02-08 14:53:46 -0800
commite954dde14204404ce14980d98c7b5504fa189d84 (patch)
tree8500517e04ca10832b1902a2b8e2d678efbe897a
parent47dbc0eb95c69d5eae633933af36cfcced5cd190 (diff)
downloadandroid_packages_apps_Snap-e954dde14204404ce14980d98c7b5504fa189d84.tar.gz
android_packages_apps_Snap-e954dde14204404ce14980d98c7b5504fa189d84.tar.bz2
android_packages_apps_Snap-e954dde14204404ce14980d98c7b5504fa189d84.zip
remove slider from FX and Border UI
Change-Id: Ic1c38734c4351ab0150b90d5d4fc575cce9db9e9
-rw-r--r--res/layout/filtershow_activity.xml19
-rw-r--r--res/values/filtershow_ids.xml1
2 files changed, 1 insertions, 19 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index e4756ab81..4417cf607 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -112,25 +112,6 @@
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"
diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml
index c444fba78..a6d223b1f 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -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>