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

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

Merge "Talkback announces empty regions after rotation."

parents 6c8693e5 6de1392f
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -55,7 +55,8 @@
                    android:id="@+id/left_space"
                    android:id="@+id/left_space"
                    android:layout_weight="1"
                    android:layout_weight="1"
                    android:layout_width="0dp"
                    android:layout_width="0dp"
                    android:layout_height="match_parent"/>
                    android:layout_height="match_parent"
                    android:contentDescription="@string/biometric_dialog_empty_space_description"/>


                    <LinearLayout
                    <LinearLayout
                        android:id="@+id/dialog"
                        android:id="@+id/dialog"
@@ -177,7 +178,8 @@
                    android:id="@+id/right_space"
                    android:id="@+id/right_space"
                    android:layout_weight="1"
                    android:layout_weight="1"
                    android:layout_width="0dp"
                    android:layout_width="0dp"
                    android:layout_height="match_parent" />
                    android:layout_height="match_parent"
                    android:contentDescription="@string/biometric_dialog_empty_space_description"/>


            </LinearLayout>
            </LinearLayout>