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

Commit aaabbb20 authored by Kelvin Kwan's avatar Kelvin Kwan
Browse files

Add Work for files and preview for a11y

Bug: 150286073
Test: manually verify talkback
Change-Id: I8be3e59005e3d7e98132088fd36a8d8fc9d5ec56
parent 30b5f4c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@
                    android:layout_marginEnd="@dimen/briefcase_icon_margin"
                    android:layout_gravity="center_vertical"
                    android:src="@drawable/ic_briefcase"
                    android:contentDescription="@null"/>
                    android:contentDescription="@string/a11y_work"/>

                <TextView
                    android:id="@android:id/title"
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
                android:layout_width="@dimen/briefcase_icon_size"
                android:layout_marginEnd="@dimen/briefcase_icon_margin"
                android:src="@drawable/ic_briefcase"
                android:contentDescription="@null"/>
                android:contentDescription="@string/a11y_work"/>

            <TextView
                android:id="@android:id/title"
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@
                        android:layout_alignBottom="@android:id/title"
                        android:gravity="center_vertical"
                        android:src="@drawable/ic_briefcase"
                        android:contentDescription="@null"/>
                        android:contentDescription="@string/a11y_work"/>

                    <TextView
                        android:id="@android:id/title"
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
                    android:layout_marginEnd="@dimen/briefcase_icon_margin"
                    android:layout_gravity="center_vertical"
                    android:src="@drawable/ic_briefcase"
                    android:contentDescription="@null"/>
                    android:contentDescription="@string/a11y_work"/>

                <TextView
                    android:id="@android:id/title"
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@
                android:background="@drawable/circle_button_background"
                android:layout_gravity="center"
                android:scaleType="fitCenter"
                android:contentDescription="@null"/>
                android:contentDescription="@string/a11y_work"/>
        </FrameLayout>

        <!-- An overlay that draws the item border when it is focused. -->
Loading