summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-08-14 14:21:31 -0700
committerJohn Hoford <hoford@google.com>2013-08-14 14:21:31 -0700
commit58e2f6effa634e853d521f57d284c248adc69057 (patch)
tree026406f5547df74abee2e6c1cd50f58b5f787a06 /res
parentf4d211d89a3a054dbabc5d5d6c636013ba063e26 (diff)
downloadandroid_packages_apps_Gallery2-58e2f6effa634e853d521f57d284c248adc69057.tar.gz
android_packages_apps_Gallery2-58e2f6effa634e853d521f57d284c248adc69057.tar.bz2
android_packages_apps_Gallery2-58e2f6effa634e853d521f57d284c248adc69057.zip
fix RGB text
bug:9471079 Change-Id: Ifaf893e7ed518a9efc81b2f968fd411b9d35f7a8
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/filtershow_editor_panel.xml3
-rw-r--r--res/layout/filtershow_seekbar.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-land/filtershow_editor_panel.xml b/res/layout-land/filtershow_editor_panel.xml
index fc3246826..cafafde1b 100644
--- a/res/layout-land/filtershow_editor_panel.xml
+++ b/res/layout-land/filtershow_editor_panel.xml
@@ -117,7 +117,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- style="@style/FilterShowSlider"/>
+ style="@style/FilterShowSlider"
+ android:visibility="gone"/>
</LinearLayout>
diff --git a/res/layout/filtershow_seekbar.xml b/res/layout/filtershow_seekbar.xml
index 6463ca8e1..54a874d07 100644
--- a/res/layout/filtershow_seekbar.xml
+++ b/res/layout/filtershow_seekbar.xml
@@ -26,6 +26,7 @@
android:id="@+id/primarySeekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- style="@style/FilterShowSlider" />
+ style="@style/FilterShowSlider"
+ android:visibility="gone" />
</LinearLayout>