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

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

Merge "Fix talkback issue on unclickable texts for blocked numbers settings."

parents 04fc503f 29bb7428
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -70,6 +70,8 @@
                            android:layout_height="wrap_content"
                            android:text="@string/blocked_numbers_msg"
                            android:paddingBottom="@dimen/blocked_numbers_extra_large_padding"
                            android:clickable="false"
                            android:longClickable="false"
                            style="@style/BlockedNumbersTextPrimary2" />

                    <TextView
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@
            android:text="@string/add_blocked_dialog_body"
            android:paddingBottom="@dimen/blocked_numbers_large_padding"
            android:gravity="start"
            android:clickable="false"
            android:longClickable="false"
            style="@style/BlockedNumbersTextPrimary2" />
    <EditText
            android:id="@+id/add_blocked_number"