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

Commit 4c2590db authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am 05ddd29a: am 6a25e400: Label work profile notification badge for a11y

* commit '05ddd29a':
  Label work profile notification badge for a11y
parents 79bd7468 05ddd29a
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