Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56e5d2b0 authored by Arne Coucheron's avatar Arne Coucheron
Browse files

Gallery2: Enable frames in the editor

Change-Id: Ica3bfbca18d7398d50f800be1737c413917a297b
parent e20c65be
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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"