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

Commit 83c7e55f authored by Nadia Benbernou's avatar Nadia Benbernou
Browse files

Fix talkback on notification silencing buttons.

Bug:125616303
Test: Manual testing
Change-Id: Iac82cd208d97e77b87bdce528d22897b36bb9c4c
parent 40a3958d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@ asked for it -->
                            android:layout_width="40dp"
                            android:layout_height="40dp"
                            android:clickable="false"
                            android:contentDescription="@string/inline_block_button"
                            android:tint="@color/GM2_grey_400"
                            style="@style/TextAppearance.NotificationInfo.Button"/>
                    </FrameLayout>
@@ -289,6 +290,7 @@ asked for it -->
                            android:layout_width="40dp"
                            android:layout_height="40dp"
                            android:clickable="false"
                            android:contentDescription="@string/inline_silent_button_silent"
                            android:tint="@color/GM2_grey_400"
                            style="@style/TextAppearance.NotificationInfo.Button"/>
                    </FrameLayout>
@@ -322,6 +324,7 @@ asked for it -->
                            android:layout_gravity="center"
                            android:layout_width="40dp"
                            android:layout_height="40dp"
                            android:contentDescription="@string/inline_silent_button_alert"
                            android:clickable="false"
                            android:tint="@color/GM2_grey_400"
                            style="@style/TextAppearance.NotificationInfo.Button"/>