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

Commit 97f49f98 authored by Wenhui Yang's avatar Wenhui Yang
Browse files

Disable talkback for title and subtitle in BP

Discussed with kerrykao@, disable talkback for title and subtitle in BP.

Fixes: 267405624
Test: Manual (see bug)
Change-Id: Ic913bd7f543da7a9a8d9b180b57071b1b079e837
parent c2ffccd1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
        android:singleLine="true"
        android:marqueeRepeatLimit="1"
        android:ellipsize="marquee"
        android:importantForAccessibility="no"
        style="@style/TextAppearance.AuthCredential.Title"/>

    <TextView
@@ -34,6 +35,7 @@
        android:singleLine="true"
        android:marqueeRepeatLimit="1"
        android:ellipsize="marquee"
        android:importantForAccessibility="no"
        style="@style/TextAppearance.AuthCredential.Subtitle"/>

    <TextView
+2 −2
Original line number Diff line number Diff line
@@ -741,7 +741,7 @@ public abstract class AuthBiometricView extends LinearLayout {

        mTitleView.setText(mPromptInfo.getTitle());

        //setSelected could make marguee work
        // setSelected could make marquee work
        mTitleView.setSelected(true);
        mSubtitleView.setSelected(true);
        // make description view become scrollable