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

Commit aaa56bd1 authored by Annie Chin's avatar Annie Chin
Browse files

Make Alarm summary text focusable for Talkback.

Bug: 24963430

Change-Id: I54576422d1a7216d23536a76896ff9e47eac85c8
parent b07ae042
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:ellipsize="end"
                android:focusable="true"
                android:singleLine="true"
                android:textColor="@color/clock_white"
                android:textSize="@dimen/alarm_text_font_size"
@@ -73,6 +74,7 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:ellipsize="end"
                android:focusable="true"
                android:singleLine="true"
                android:textColor="@color/clock_white"
                android:textSize="@dimen/alarm_text_font_size"