summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/filtershow_activity.xml6
-rw-r--r--res/values/filtershow_strings.xml2
2 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 6cebb3698..f6900b3c2 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -358,6 +358,12 @@
android:src="@drawable/filtershow_button_colors_contrast"
android:text="@string/saturation" />
+ <com.android.gallery3d.filtershow.ui.ImageButtonTitle
+ android:id="@+id/bwfilterButton"
+ style="@style/FilterShowBottomButton"
+ android:src="@drawable/filtershow_button_colors_contrast"
+ android:text="@string/bwfilter" />
+
</LinearLayout>
</HorizontalScrollView>
</FrameLayout>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 3862865ef..852ef7474 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -103,6 +103,8 @@
<string name="vibrance">Vibrance</string>
<!-- Label for the saturation filter button [CHAR LIMIT=15] -->
<string name="saturation">Saturation</string>
+ <!-- Label for the BW filter button [CHAR LIMIT=15] -->
+ <string name="bwfilter">BW Filter</string>
<!-- Label for the White Balance filter button [CHAR LIMIT=15] -->
<string name="wbalance">Autocolor</string>
<!-- Label for the Hue filter button [CHAR LIMIT=15] -->