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

Commit 7bb31ace authored by Wenhui Yang's avatar Wenhui Yang Committed by Android (Google) Code Review
Browse files

Merge "Disable talkback for title and subtitle in BP" into udc-dev

parents 7c33508e 97f49f98
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