summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-08-14 10:53:11 -0700
committernicolasroard <nicolasroard@google.com>2013-08-14 11:03:12 -0700
commit134aebe4f265767ecb18f375316c8090dfe5a51d (patch)
tree626dbfc5b69ddb3c94a24aacd8c7078dc4a015ac /res
parent1603c9657a6355ce2c720463483c3a744c27005e (diff)
downloadandroid_packages_apps_Gallery2-134aebe4f265767ecb18f375316c8090dfe5a51d.tar.gz
android_packages_apps_Gallery2-134aebe4f265767ecb18f375316c8090dfe5a51d.tar.bz2
android_packages_apps_Gallery2-134aebe4f265767ecb18f375316c8090dfe5a51d.zip
Fix for add button in version panel
Change-Id: I7c1b3869214264d8be3c271e54d8860290bde89f
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/filtershow_category_panel_new.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/res/layout-land/filtershow_category_panel_new.xml b/res/layout-land/filtershow_category_panel_new.xml
index 10a6c97ba..ad85f7174 100644
--- a/res/layout-land/filtershow_category_panel_new.xml
+++ b/res/layout-land/filtershow_category_panel_new.xml
@@ -16,17 +16,24 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
+ android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <com.android.gallery3d.filtershow.category.IconView
+ android:id="@+id/addButton"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/category_panel_height"
+ android:src="@drawable/filtershow_add"/>
+
<ListView
android:id="@+id/listItems"
android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="0dp"
android:layout_margin="8dip"
android:divider="@android:color/transparent"
- android:dividerHeight="8dip" />
+ android:dividerHeight="8dip"
+ android:layout_weight="1"/>
</LinearLayout> \ No newline at end of file