summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-10-10 18:28:12 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-11 00:35:17 -0700
commit83e27e04f86e933824b3ac944462ed88c508037c (patch)
treef6190a9532c995c79d9f18973993ed18e48d5154 /res
parent67ca0a789b0f9765990f90f4ff030ae08e44ac17 (diff)
downloadandroid_packages_apps_Snap-83e27e04f86e933824b3ac944462ed88c508037c.tar.gz
android_packages_apps_Snap-83e27e04f86e933824b3ac944462ed88c508037c.tar.bz2
android_packages_apps_Snap-83e27e04f86e933824b3ac944462ed88c508037c.zip
Remove compare and reset from apply bar and fix text.
Bug: 7326079 Change-Id: Ifb4d42ec9f30b9c2c6d46e943ca36c915a15c024
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 1920b64d6..0c9ceb8a5 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -181,14 +181,6 @@
android:orientation="horizontal"
android:visibility="gone" >
- <com.android.gallery3d.filtershow.ui.ImageButtonTitle
- android:id="@+id/compareWithOriginalImage"
- style="@style/FilterShowBottomButton"
- android:layout_gravity="left"
- android:layout_weight="0"
- android:src="@drawable/filtershow_button_geometry_straighten"
- android:text="@string/compare_original" />
-
<Button
android:id="@+id/applyEffect"
android:layout_height="94dip"
@@ -198,14 +190,6 @@
android:gravity="center"
android:text="@string/apply_effect"
android:textSize="24dip" />
-
- <com.android.gallery3d.filtershow.ui.ImageButtonTitle
- android:id="@+id/resetEffect"
- style="@style/FilterShowBottomButton"
- android:layout_gravity="right"
- android:layout_weight="0"
- android:src="@drawable/filtershow_button_geometry_straighten"
- android:text="@string/reset_effect" />
</LinearLayout>
<HorizontalScrollView