summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2016-11-03 02:32:06 +0100
committerArne Coucheron <arco68@gmail.com>2017-07-31 00:38:32 +0200
commit4288cf9e0e1dd1e394af8670bd3e6dee3d75f6be (patch)
treef2d093ed9525cc686b5f694c6198d4513cba965f
parent09a950e43609ff6f2090fd3d715ddb31898724ab (diff)
downloadandroid_packages_apps_Gallery2-4288cf9e0e1dd1e394af8670bd3e6dee3d75f6be.tar.gz
android_packages_apps_Gallery2-4288cf9e0e1dd1e394af8670bd3e6dee3d75f6be.tar.bz2
android_packages_apps_Gallery2-4288cf9e0e1dd1e394af8670bd3e6dee3d75f6be.zip
Gallery2: Enable frames in the editor
Change-Id: Ica3bfbca18d7398d50f800be1737c413917a297b
-rw-r--r--res/layout/filtershow_bottom_panel.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/filtershow_bottom_panel.xml b/res/layout/filtershow_bottom_panel.xml
index 966fdecf2..a8baf3e42 100644
--- a/res/layout/filtershow_bottom_panel.xml
+++ b/res/layout/filtershow_bottom_panel.xml
@@ -54,14 +54,13 @@
<ImageButton
android:id="@+id/borderButton"
- android:layout_width="@dimen/thumbnail_size"
+ android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="?android:attr/actionBarItemBackground"
android:padding="2dip"
android:scaleType="centerInside"
- android:src="@drawable/frames_background"
- android:visibility="gone" />
+ android:src="@drawable/frames_background" />
<ImageButton
android:id="@+id/geometryButton"
@@ -155,4 +154,4 @@
android:scaleType="centerInside"
android:src="@drawable/watermark" />
</LinearLayout>
-</com.android.gallery3d.filtershow.CenteredLinearLayout> \ No newline at end of file
+</com.android.gallery3d.filtershow.CenteredLinearLayout>