summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_category_panel_new.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-06-11 19:37:43 -0700
committernicolasroard <nicolasroard@google.com>2013-06-11 19:39:22 -0700
commit5c57134ef2636f452bd6ec907d6510840390d982 (patch)
tree09c07708464d9173e92fd60d84be5ca3ad1cc065 /res/layout/filtershow_category_panel_new.xml
parent13c3b46032990be905c885f38b9590ab19bd9398 (diff)
downloadandroid_packages_apps_Gallery2-5c57134ef2636f452bd6ec907d6510840390d982.tar.gz
android_packages_apps_Gallery2-5c57134ef2636f452bd6ec907d6510840390d982.tar.bz2
android_packages_apps_Gallery2-5c57134ef2636f452bd6ec907d6510840390d982.zip
Fix icon sizes and jaggies
bug:9105608 bug:8791729 Change-Id: I828e9d4daf4025f53d505a3412c27dd8c54a607e
Diffstat (limited to 'res/layout/filtershow_category_panel_new.xml')
-rw-r--r--res/layout/filtershow_category_panel_new.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/filtershow_category_panel_new.xml b/res/layout/filtershow_category_panel_new.xml
index 0dce4986f..e98f29ea6 100644
--- a/res/layout/filtershow_category_panel_new.xml
+++ b/res/layout/filtershow_category_panel_new.xml
@@ -30,8 +30,8 @@
<com.android.gallery3d.filtershow.category.CategoryTrack
android:id="@+id/listItems"
android:layout_width="match_parent"
- android:layout_height="128dip"
- custom:iconSize="84dip"
+ android:layout_height="@dimen/category_panel_height"
+ custom:iconSize="@dimen/category_panel_icon_size"
android:divider="@android:color/transparent"
android:dividerPadding="8dip"
/>