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

Commit d8932bd4 authored by Joel Galenson's avatar Joel Galenson
Browse files

Ensure spinners are centered when in landscape.

Test: Open Permissions Hub and rotate it.
Change-Id: Icbc771f4fe47ce760ca8c320650c3ffd852ce691
parent 16e97d40
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@
    android:layout_marginBottom="8dp"
    android:orientation="horizontal" >

    <View
        android:layout_width="1dp"
        android:layout_height="match_parent"
        android:layout_weight="1"/>

    <com.android.settingslib.widget.settingsspinner.SettingsSpinner
        android:id="@+id/filter_spinner_time"
        android:layout_height="wrap_content"
@@ -40,4 +45,9 @@
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"/>

    <View
        android:layout_width="1dp"
        android:layout_height="match_parent"
        android:layout_weight="1"/>

</com.android.packageinstaller.permission.ui.ButtonBarLayout>