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

Commit 41a3a3be authored by nicolasroard's avatar nicolasroard
Browse files

Fix slider layout

bug:7383094
Change-Id: I271728577e5a9fa4e1dbff354b37aee5d2aefb5c
parent cb993ff1
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