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

Commit 041fcea0 authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Fix crash dialog for TV"

parents 5720c8c1 a8dcef11
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
>


    <TextView
    <Button
            android:id="@+id/aerr_restart"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -34,7 +34,7 @@
            style="@style/aerr_list_item"
    />

    <TextView
    <Button
            android:id="@+id/aerr_reset"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -42,7 +42,7 @@
            style="@style/aerr_list_item"
    />

    <TextView
    <Button
            android:id="@+id/aerr_report"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -50,7 +50,7 @@
            style="@style/aerr_list_item"
    />

    <TextView
    <Button
            android:id="@+id/aerr_close"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -58,7 +58,7 @@
            style="@style/aerr_list_item"
    />

    <TextView
    <Button
            android:id="@+id/aerr_mute"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -1398,7 +1398,7 @@ please see styles_device_defaults.xml.
    </style>

    <!-- @hide -->
    <style name="aerr_list_item" parent="Widget.Material.Light.TextView">
    <style name="aerr_list_item" parent="Widget.Material.Light.Button.Borderless">
        <item name="minHeight">?attr/listPreferredItemHeightSmall</item>
        <item name="textAppearance">?attr/textAppearanceListItemSmall</item>
        <item name="textColor">?attr/textColorAlertDialogListItem</item>