summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2016-11-03 02:32:06 +0100
committerArne Coucheron <arco68@gmail.com>2017-03-10 07:20:36 +0100
commit56e5d2b0060531c49d9fab5ffe40d7e19838eb61 (patch)
tree251398c8699dd1c6a727f8cfec99544bf0717b2a
parente20c65beb6a19d4051dec284709d572211e4fc01 (diff)
downloadandroid_packages_apps_Gallery2-56e5d2b0060531c49d9fab5ffe40d7e19838eb61.tar.gz
android_packages_apps_Gallery2-56e5d2b0060531c49d9fab5ffe40d7e19838eb61.tar.bz2
android_packages_apps_Gallery2-56e5d2b0060531c49d9fab5ffe40d7e19838eb61.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 f7c220833..bfddbbf35 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"
@@ -145,4 +144,4 @@
android:scaleType="centerInside"
android:src="@drawable/trueportrait_background" />
</LinearLayout>
-</com.android.gallery3d.filtershow.CenteredLinearLayout> \ No newline at end of file
+</com.android.gallery3d.filtershow.CenteredLinearLayout>