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

Commit 6a25e400 authored by Adrian Roos's avatar Adrian Roos
Browse files

Label work profile notification badge for a11y

Bug: 21165217
Change-Id: I9d326332af0780c34dfd5cba182ff74a2bc34950
parent 7413ab67
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@
                android:layout_marginStart="4dp"
                android:scaleType="fitCenter"
                android:visibility="gone"
                android:contentDescription="@string/notification_work_profile_content_description"
                />
        </LinearLayout>
        <include
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@
                android:layout_marginStart="4dp"
                android:scaleType="fitCenter"
                android:visibility="gone"
                android:contentDescription="@string/notification_work_profile_content_description"
                />
        </LinearLayout>
        <ImageView
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@
                android:layout_marginStart="4dp"
                android:scaleType="fitCenter"
                android:visibility="gone"
                android:contentDescription="@string/notification_work_profile_content_description"
                />
        </LinearLayout>
        <TextView android:id="@+id/inbox_text1"
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@
            android:layout_marginStart="4dp"
            android:scaleType="fitCenter"
            android:visibility="gone"
            android:contentDescription="@string/notification_work_profile_content_description"
            />
    </LinearLayout>
    <ViewStub
+1 −0
Original line number Diff line number Diff line
@@ -51,5 +51,6 @@
        android:layout_marginStart="4dp"
        android:scaleType="fitCenter"
        android:visibility="gone"
        android:contentDescription="@string/notification_work_profile_content_description"
        />
</LinearLayout>
Loading