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

Commit ffccf5ac authored by Annie Chin's avatar Annie Chin Committed by android-build-merger
Browse files

Make Alarm summary text focusable for Talkback.

am: aaa56bd1

* commit 'aaa56bd1':
  Make Alarm summary text focusable for Talkback.
parents 8c9877a8 aaa56bd1
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"