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

Commit fb30329c authored by Wenhui Yang's avatar Wenhui Yang Committed by Automerger Merge Worker
Browse files

Merge "Disable talkback for title and subtitle in BP" into udc-dev am: 7bb31ace am: 74feff3c

parents fd83308e 74feff3c
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