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

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

Merge "Revert "Fix AlertDialog TextInputLayout truncated issue""

parents 8dafe614 5577edb6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -91,14 +91,8 @@
        <item name="buttonBarNegativeButtonStyle">@style/DialogTextButton</item>
    </style>

    <style name="MaterialAlertDialogStyle" parent="@style/MaterialAlertDialog.MaterialComponents">
        <item name="backgroundInsetTop">0dp</item>
        <item name="backgroundInsetBottom">0dp</item>
    </style>

    <style name="MaterialAlertDialogTheme" parent="@style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Centered">
        <item name="android:dialogCornerRadius">@dimen/grid_item_radius</item>
        <item name="alertDialogStyle">@style/MaterialAlertDialogStyle</item>
        <item name="buttonBarPositiveButtonStyle">@style/DialogTextButton</item>
        <item name="buttonBarNegativeButtonStyle">@style/DialogTextButton</item>
        <item name="materialAlertDialogTitleTextStyle">@style/MaterialAlertDialogTitleStyle</item>