summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_activity.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-11 21:36:12 -0700
committernicolasroard <nicolasroard@google.com>2012-10-11 22:31:18 -0700
commit6111c54dea4d16fce6f4981d9d5bb8ed81f31af9 (patch)
treed702e042e159aa99f7057b6a859fcf6eb7ca352c /res/layout/filtershow_activity.xml
parentea5df36ac1cdfbb569e6ba725c2df433d614d0f5 (diff)
downloadandroid_packages_apps_Gallery2-6111c54dea4d16fce6f4981d9d5bb8ed81f31af9.tar.gz
android_packages_apps_Gallery2-6111c54dea4d16fce6f4981d9d5bb8ed81f31af9.tar.bz2
android_packages_apps_Gallery2-6111c54dea4d16fce6f4981d9d5bb8ed81f31af9.zip
Fix UI
bug:7328726 - add one pixel border - hide parameter value on certain effects - increase scale for border icons Change-Id: Iffacec18477895701cba069500ee617bf3f9f2b7
Diffstat (limited to 'res/layout/filtershow_activity.xml')
-rw-r--r--res/layout/filtershow_activity.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 0e157328d..fd1fb9171 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -360,6 +360,11 @@
</HorizontalScrollView>
</FrameLayout>
+ <View
+ android:background="@color/toolbar_separation_line"
+ android:layout_height="1dip"
+ android:layout_width="match_parent" />
+
<com.android.gallery3d.filtershow.CenteredLinearLayout
xmlns:custom="http://schemas.android.com/apk/res/com.android.gallery3d"
android:id="@+id/mainPanel"