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

Commit a9838922 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:...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22988297



Change-Id: Iacfad0efa6a1dbb6c8def7003440e98576f48f09
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b2dd7189 b97b8504
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