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

Commit f22aa1a2 authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am 41a3a3be: Fix slider layout

* commit '41a3a3be':
  Fix slider layout
parents a482d850 41a3a3be
Loading
Loading
Loading
Loading
+19 −7
Original line number Diff line number Diff line
@@ -117,6 +117,16 @@
                android:scaleType="centerInside"
                android:src="@drawable/filtershow_button_show_original" />
                 -->

            <com.android.gallery3d.filtershow.CenteredLinearLayout
              xmlns:custom="http://schemas.android.com/apk/res/com.android.gallery3d"
              android:layout_width="match_parent"
              android:layout_height="wrap_content"
              android:layout_gravity="center_horizontal|bottom"
              android:background="@android:color/transparent"
              custom:max_width="600dip"
              android:orientation="vertical">

              <SeekBar
                  android:id="@+id/filterSeekBar"
                  android:layout_width="match_parent"
@@ -124,6 +134,8 @@
                  android:layout_gravity="bottom"
                  android:padding="16dip"
                  android:visibility="gone" />

            </com.android.gallery3d.filtershow.CenteredLinearLayout>
        </FrameLayout>

        <com.android.gallery3d.filtershow.CenteredLinearLayout