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

Commit eb72b7f0 authored by Guang Zhu's avatar Guang Zhu Committed by The Android Automerger
Browse files

put a content description on the "+" ImageView on tablet UI

Useful for both accessibility and UI automation

Change-Id: I378a7d47eee55296508dcd17c23a5eb98074b265
parent e3b4ff54
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@
            android:layout_marginRight="8dip"
            android:gravity="center"
            android:scaleType="center"
            android:src="@drawable/ic_menu_add" />
            android:src="@drawable/ic_menu_add"
            android:contentDescription="@string/add_alarm" />

        <TextView
            android:duplicateParentState="true"