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

Commit 634673bc authored by Robert Horvath's avatar Robert Horvath Committed by Android (Google) Code Review
Browse files

Merge "Fix TV AlertDialog minimum button bar height" into udc-dev

parents daf02895 f9b57802
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