Talkback speaking for the notification option should be consistent
Because the "Silent" button uses RelativeLayout with getAccessibilityClassName not returning "Button", we use the NotificationButtonRelativeLayout which does that instead Fix: 141348514 Test: manual testing. see bug report Change-Id: Ic1c329ae1ad97aed45dc488ee7260d0081211784
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
</com.android.settings.notification.NotificationButtonRelativeLayout>
|
</com.android.settings.notification.NotificationButtonRelativeLayout>
|
||||||
|
|
||||||
<RelativeLayout
|
<com.android.settings.notification.NotificationButtonRelativeLayout
|
||||||
android:id="@+id/silence"
|
android:id="@+id/silence"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@@ -109,6 +109,6 @@
|
|||||||
android:layout_below="@id/silence_icon"
|
android:layout_below="@id/silence_icon"
|
||||||
android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"
|
android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
</RelativeLayout>
|
</com.android.settings.notification.NotificationButtonRelativeLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
Reference in New Issue
Block a user