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

Commit c86de5e1 authored by LuK1337's avatar LuK1337 Committed by Eamon Powell
Browse files

ThemePicker: Enable vertical scrollbar for options container

Change-Id: I4e82fd9397cca648d4c76f721082769570b9871c
parent 97116275
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -68,7 +68,8 @@
                android:id="@+id/options_container"
                android:id="@+id/options_container"
                android:layout_width="match_parent"
                android:layout_width="match_parent"
                android:layout_height="0dp"
                android:layout_height="0dp"
                android:layout_weight="1"/>
                android:layout_weight="1"
                android:scrollbars="vertical"/>


        </LinearLayout>
        </LinearLayout>
    </LinearLayout>
    </LinearLayout>
+1 −0
Original line number Original line Diff line number Diff line
@@ -89,6 +89,7 @@
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="@dimen/options_container_height"
            android:layout_height="@dimen/options_container_height"
            android:layout_gravity="center_horizontal"
            android:layout_gravity="center_horizontal"
            android:scrollbars="vertical"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintHorizontal_bias="0.5"
            app:layout_constraintHorizontal_bias="0.5"