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

Commit a8dcef11 authored by Adrian Roos's avatar Adrian Roos
Browse files

Fix crash dialog for TV

Bug: 26811081
Change-Id: I1e5d55dda4bccb80c1943c71b3977dc9fb8d590f
parent afa51a0e
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>