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

Commit 4fc76cb1 authored by Kevin Chang's avatar Kevin Chang Committed by Android (Google) Code Review
Browse files

Merge "Support accessibility shorcut secondary action (3/n)"

parents 1247fd87 e65ed3eb
Loading
Loading
Loading
Loading
+2.01 KiB
Loading image diff...
+4.49 KiB
Loading image diff...
+2.69 KiB
Loading image diff...
+6.71 KiB
Loading image diff...
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
            android:paddingBottom="16dp">

            <TextView
                android:id="@+android:id/title"
                android:id="@android:id/title"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:singleLine="true"
@@ -68,7 +68,7 @@
                android:ellipsize="marquee" />

            <TextView
                android:id="@+android:id/summary"
                android:id="@android:id/summary"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@+android:id/title"
Loading