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

Commit 7e39ea0e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ensure spinners are centered when in landscape."

parents a555d85b d8932bd4
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>