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

Commit 7134cce6 authored by Adrian Roos's avatar Adrian Roos
Browse files

Follow up to improved ANR dialog

Original CL Ie1f0ca54216f123ae26df51d42f88b0fa2d65941

Bug: 22692162
Change-Id: I7fd849fee4d2e6252bfb839b2da052ccc0d6b2d6
parent 2090ec47
Loading
Loading
Loading
Loading
+4 −9
Original line number Diff line number Diff line
@@ -19,32 +19,27 @@
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:paddingTop="@dimen/dialog_list_padding_vertical_material"
        android:paddingBottom="@dimen/dialog_list_padding_vertical_material"
>

        android:paddingBottom="@dimen/dialog_list_padding_vertical_material">

    <TextView
            android:id="@+id/aerr_close"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="@string/aerr_close_app"
            style="@style/aerr_list_item"
    />
            style="@style/aerr_list_item" />

    <TextView
            android:id="@+id/aerr_wait"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="@string/aerr_wait"
            style="@style/aerr_list_item"
    />
            style="@style/aerr_list_item" />

    <TextView
            android:id="@+id/aerr_report"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="@string/aerr_report"
            style="@style/aerr_list_item"
    />
            style="@style/aerr_list_item" />

</LinearLayout>