summaryrefslogtreecommitdiffstats
path: root/res
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
commitc47b09cb04b6aaae1e8acab3b2c6f9bd5dff2aee (patch)
tree861c54e898b6e1a369625598ebfcb3761f9c378a /res
parent9091fa91be360ba04fccda1eab2b7a5f676c3a82 (diff)
downloadandroid_packages_apps_Snap-c47b09cb04b6aaae1e8acab3b2c6f9bd5dff2aee.tar.gz
android_packages_apps_Snap-c47b09cb04b6aaae1e8acab3b2c6f9bd5dff2aee.tar.bz2
android_packages_apps_Snap-c47b09cb04b6aaae1e8acab3b2c6f9bd5dff2aee.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')
-rw-r--r--res/layout/filtershow_activity.xml5
-rw-r--r--res/values/filtershow_color.xml1
2 files changed, 6 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"
diff --git a/res/values/filtershow_color.xml b/res/values/filtershow_color.xml
index 2d097edaf..b8a18222f 100644
--- a/res/values/filtershow_color.xml
+++ b/res/values/filtershow_color.xml
@@ -21,4 +21,5 @@
<color name="text_toolbar">#FFFFFF</color>
<color name="background_toolbar">#363949</color>
<color name="background_main_toolbar">#1e2028</color>
+ <color name="toolbar_separation_line">#333333</color>
</resources> \ No newline at end of file