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

Commit 754f33ef authored by Robert Horvath's avatar Robert Horvath Committed by Automerger Merge Worker
Browse files

Merge "Fix TV AlertDialog minimum button bar height" into udc-dev am: 634673bc

parents 26b20c29 634673bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@
            android:layout_height="wrap_content"
            android:scrollbarAlwaysDrawVerticalTrack="true"
            android:scrollIndicators="top|bottom"
            android:fillViewport="true"
            style="?attr/buttonBarStyle">
            android:fillViewport="true">
    <com.android.internal.widget.ButtonBarLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layoutDirection="locale"
        android:orientation="horizontal"
        style="?attr/buttonBarStyle"
        android:gravity="start">

        <Button